#DEDBB3

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

Shades of Coconut Cream #DEDBB3

Tints of Coconut Cream #DEDBB3

Color information

#DEDBB3 (or 0xDEDBB3) is unknown color: approx Coconut Cream. HEX triplet: DE, DB and B3. RGB value is (222,219,179). Sum of RGB (Red+Green+Blue) = 222+219+179=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 179 (70.31% from 255 or 28.87% from 620); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBB3 is #21244C. Grayscale: #D7D7D7. Windows color (decimal): -2171981 or 11787230. OLE color: 11787230.

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

Color convert

RGB222219179-
CMYK00.010.190.13
HSL55.81º39.45%78.63%-
HSV(B)55.81º19.37%87.06%-
XYZ63.5969.4552.7-
YUV215.34107.49132.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.81%
GREEN value IS 219 (85.94% from 255) = 35.32%
BLUE value IS 179 (70.31% from 255) = 28.87%
R=35.81%
G=35.32%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221917900.010.190.1355.8139.4578.63
HexDEDBB30113D38274f
Octal3363332630123157047117
Binary110111101101101110110011011001111011110001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDBB3; }

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

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

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

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

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

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

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

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