#DEDBB7

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

Shades of Coconut Cream #DEDBB7

Tints of Coconut Cream #DEDBB7

Color information

#DEDBB7 (or 0xDEDBB7) is unknown color: approx Coconut Cream. HEX triplet: DE, DB and B7. RGB value is (222,219,183). Sum of RGB (Red+Green+Blue) = 222+219+183=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 183 (71.88% from 255 or 29.33% from 624); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBB7 is #212448. Grayscale: #D7D7D7. Windows color (decimal): -2171977 or 12049374. OLE color: 12049374.

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

Color convert

RGB222219183-
CMYK00.010.180.13
HSL55.38º37.14%79.41%-
HSV(B)55.38º17.57%87.06%-
XYZ6469.6154.86-
YUV215.79109.49132.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 219 (85.94% from 255) = 35.10%
BLUE value IS 183 (71.88% from 255) = 29.33%
R=35.58%
G=35.10%
B=29.33%

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
Decimal22221918300.010.180.1355.3837.1479.41
HexDEDBB70112D37254f
Octal3363332670122156745117
Binary110111101101101110110111011001011011101111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDBB7; }

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

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

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

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

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

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

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

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