Shades of Coconut Cream #DED8BA
Tints of Coconut Cream #DED8BA
RGB
CMYK
RGB Variations
Color information
#DED8BA (or 0xDED8BA) is known color: 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
| RGB | 222 | 216 | 186 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.13 |
| HSL | 50º | 0.35% | 0.8% | - |
| HSV(B) | 50º | 0.16% | 0.87% | - |
| XYZ | 63.54 | 68.19 | 56.27 | - |
| YUV | 214.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 186 | 0 | 0.03 | 0.16 | 0.13 | 50 | 0.35 | 0.8 |
| Hex | DE | D8 | BA | 0 | 3 | 10 | D | 32 | 23 | 50 |
| Octal | 336 | 330 | 272 | 0 | 3 | 20 | 15 | 62 | 43 | 120 |
| Binary | 11011110 | 11011000 | 10111010 | 0 | 11 | 10000 | 1101 | 110010 | 100011 | 1010000 |
Color Harmonies of #DED8BA
Complementary color
Monochromatic Colors of #DED8BA
Black with #DED8BA
Text Example
Text Example
White with #DED8BA
Text Example
Text Example
HTML Codes & Css Web 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>