#DEDBB5

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

Shades of Coconut Cream #DEDBB5

Tints of Coconut Cream #DEDBB5

Color information

#DEDBB5 (or 0xDEDBB5) is unknown color: approx Coconut Cream. HEX triplet: DE, DB and B5. RGB value is (222,219,181). Sum of RGB (Red+Green+Blue) = 222+219+181=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBB5 is #21244A. Grayscale: #D7D7D7. Windows color (decimal): -2171979 or 11918302. OLE color: 11918302.

HSL color Cylindrical-coordinate representation of color #DEDBB5: hue angle of 55.61º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEDBB5 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222219181-
CMYK00.010.180.13
HSL55.61º38.32%79.02%-
HSV(B)55.61º18.47%87.06%-
XYZ63.869.5353.77-
YUV215.56108.49132.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.69%
GREEN value IS 219 (85.94% from 255) = 35.21%
BLUE value IS 181 (71.09% from 255) = 29.10%
R=35.69%
G=35.21%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221918100.010.180.1355.6138.3279.02
HexDEDBB50112D38264f
Octal3363332650122157046117
Binary110111101101101110110101011001011011110001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDBB5; }

 p { color: rgb(222,219,181); }

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

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

 a { background-color: rgb(222,219,181); }

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

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

 span { border-color: rgb(222,219,181); }

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