#DED8BA

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

Shades of Coconut Cream #DED8BA

Tints of Coconut Cream #DED8BA

Color information

#DED8BA (or 0xDED8BA) is unknown color: approx Coconut Cream. HEX triplet: DE, D8 and BA. RGB value is (222,216,186). Sum of RGB (Red+Green+Blue) = 222+216+186=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED8BA is #212745. Grayscale: #D6D6D6. Windows color (decimal): -2172742 or 12245214. OLE color: 12245214.

HSL color Cylindrical-coordinate representation of color #DED8BA: hue angle of 50º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DED8BA is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB222216186-
CMYK00.030.160.13
HSL50º35.29%80%-
HSV(B)50º16.22%87.06%-
XYZ63.5468.1956.27-
YUV214.37111.99133.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 216 (84.77% from 255) = 34.62%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=35.58%
G=34.62%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221618600.030.160.135035.2980
HexDED8BA0310D322350
Octal3363302720320156243120
Binary1101111011011000101110100111000011011100101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED8BA; }

 p { color: rgb(222,216,186); }

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

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

 a { background-color: rgb(222,216,186); }

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

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

 span { border-color: rgb(222,216,186); }

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