Shades of Coconut Cream #DED8BC
Tints of Coconut Cream #DED8BC
RGB
CMYK
RGB Variations
Color information
#DED8BC (or 0xDED8BC) is known color: Coconut Cream. HEX triplet: DE, D8 and BC. RGB value is (222,216,188). Sum of RGB (Red+Green+Blue) = 222+216+188=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED8BC is #212743. Grayscale: #D6D6D6. Windows color (decimal): -2172740 or 12376286. OLE color: 12376286.
HSL color Cylindrical-coordinate representation of color #DED8BC: hue angle of 49.41º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED8BC is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 188 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.13 |
| HSL | 49.41º | 0.34% | 0.8% | - |
| HSV(B) | 49.41º | 0.15% | 0.87% | - |
| XYZ | 63.76 | 68.27 | 57.39 | - |
| YUV | 214.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 188 | 0 | 0.03 | 0.15 | 0.13 | 49.41 | 0.34 | 0.8 |
| Hex | DE | D8 | BC | 0 | 3 | F | D | 31 | 22 | 50 |
| Octal | 336 | 330 | 274 | 0 | 3 | 17 | 15 | 61 | 42 | 120 |
| Binary | 11011110 | 11011000 | 10111100 | 0 | 11 | 1111 | 1101 | 110001 | 100010 | 1010000 |
Color Harmonies of #DED8BC
Complementary color
Monochromatic Colors of #DED8BC
Black with #DED8BC
Text Example
Text Example
White with #DED8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED8BC; }
p { color: rgb(222,216,188); }
H1.HeaderClassName
{
color: #DED8BC;
}
.AnyTagClassName
{
color: #DED8BC;
}
</style>
background-color css
<style>
a { background-color: #DED8BC; }
a { background-color: rgb(222,216,188); }
div.DivClassName
{
background-color: #DED8BC;
}
.BgClassName
{
background-color: #DED8BC;
}
</style>
border-color css
<style>
span { border-color: #DED8BC; }
span { border-color: rgb(222,216,188); }
td.TdClassName
{
border-color: #DED8BC;
}
.TagClassName
{
border-color: #DED8BC;
}
</style>