#DE9DAE

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

Shades of Kobi #DE9DAE

Tints of Kobi #DE9DAE

Color information

#DE9DAE (or 0xDE9DAE) is unknown color: approx Kobi. HEX triplet: DE, 9D and AE. RGB value is (222,157,174). Sum of RGB (Red+Green+Blue) = 222+157+174=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9DAE is #216251. Grayscale: #B2B2B2. Windows color (decimal): -2187858 or 11443678. OLE color: 11443678.

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

Color convert

RGB222157174-
CMYK00.290.220.13
HSL344.31º49.62%74.31%-
HSV(B)344.31º29.28%87.06%-
XYZ49.8242.745.66-
YUV178.37125.53159.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 157 (61.72% from 255) = 28.39%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=40.14%
G=28.39%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215717400.290.220.13344.3149.6274.31
HexDE9DAE01D16D158324a
Octal336235256035261553062112
Binary1101111010011101101011100111011011011011010110001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9DAE; }

 p { color: rgb(222,157,174); }

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

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

 a { background-color: rgb(222,157,174); }

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

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

 span { border-color: rgb(222,157,174); }

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