#DEDBB6

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

Shades of Coconut Cream #DEDBB6

Tints of Coconut Cream #DEDBB6

Color information

#DEDBB6 (or 0xDEDBB6) is unknown color: approx Coconut Cream. HEX triplet: DE, DB and B6. RGB value is (222,219,182). Sum of RGB (Red+Green+Blue) = 222+219+182=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBB6 is #212449. Grayscale: #D7D7D7. Windows color (decimal): -2171978 or 11983838. OLE color: 11983838.

HSL color Cylindrical-coordinate representation of color #DEDBB6: hue angle of 55.5º 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 #DEDBB6 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222219182-
CMYK00.010.180.13
HSL55.5º37.74%79.22%-
HSV(B)55.5º18.02%87.06%-
XYZ63.969.5754.32-
YUV215.68108.99132.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 219 (85.94% from 255) = 35.15%
BLUE value IS 182 (71.48% from 255) = 29.21%
R=35.63%
G=35.15%
B=29.21%

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
Decimal22221918200.010.180.1355.537.7479.22
HexDEDBB60112D38264f
Octal3363332660122157046117
Binary110111101101101110110110011001011011110001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDBB6; }

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

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

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

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

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

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

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

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