#DED6B2

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

Shades of Coconut Cream #DED6B2

Tints of Coconut Cream #DED6B2

Color information

#DED6B2 (or 0xDED6B2) is unknown color: approx Coconut Cream. HEX triplet: DE, D6 and B2. RGB value is (222,214,178). Sum of RGB (Red+Green+Blue) = 222+214+178=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 178 (69.92% from 255 or 28.99% from 614); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED6B2 is #21294D. Grayscale: #D4D4D4. Windows color (decimal): -2173262 or 11720414. OLE color: 11720414.

HSL color Cylindrical-coordinate representation of color #DED6B2: hue angle of 49.09º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DED6B2 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB222214178-
CMYK00.040.200.13
HSL49.09º40%78.43%-
HSV(B)49.09º19.82%87.06%-
XYZ62.2166.8451.74-
YUV212.29108.65134.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.16%
GREEN value IS 214 (83.98% from 255) = 34.85%
BLUE value IS 178 (69.92% from 255) = 28.99%
R=36.16%
G=34.85%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221417800.040.200.1349.094078.43
HexDED6B20414D31284e
Octal3363262620424156150116
Binary11011110110101101011001001001010011011100011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED6B2; }

 p { color: rgb(222,214,178); }

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

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

 a { background-color: rgb(222,214,178); }

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

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

 span { border-color: rgb(222,214,178); }

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