#DE95AD

Color #DE95AD Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #DE95AD

Tints of Kobi #DE95AD

Color information

#DE95AD (or 0xDE95AD) is unknown color: approx Kobi. HEX triplet: DE, 95 and AD. RGB value is (222,149,173). Sum of RGB (Red+Green+Blue) = 222+149+173=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DE95AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE95AD is #216A52. Grayscale: #ADADAD. Windows color (decimal): -2189907 or 11376094. OLE color: 11376094.

HSL color Cylindrical-coordinate representation of color #DE95AD: hue angle of 340.27º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE95AD is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB222149173-
CMYK00.330.220.13
HSL340.27º52.52%72.75%-
HSV(B)340.27º32.88%87.06%-
XYZ48.4140.0444.71-
YUV173.56127.68162.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 40.81%
GREEN value IS 149 (58.59% from 255) = 27.39%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=40.81%
G=27.39%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214917300.330.220.13340.2752.5272.75
HexDE95AD02116D1543549
Octal336225255041261552465111
Binary11011110100101011010110101000011011011011010101001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE95AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE95AD; }

 p { color: rgb(222,149,173); }

 H1.HeaderClassName
 {
   color: #DE95AD;
 }
 .AnyTagClassName
 {
   color: #DE95AD;
 }
</style>
background-color css

<style>
 a { background-color: #DE95AD; }

 a { background-color: rgb(222,149,173); }

 div.DivClassName
 {
   background-color: #DE95AD;
 }
 .BgClassName
 {
   background-color: #DE95AD;
 }
</style>
border-color css

<style>
 span { border-color: #DE95AD; }

 span { border-color: rgb(222,149,173); }

 td.TdClassName
 {
   border-color: #DE95AD;
 }
 .TagClassName
 {
   border-color: #DE95AD;
 }
</style>