Shades of Coconut Cream #DED9BD
Tints of Coconut Cream #DED9BD
RGB
CMYK
RGB Variations
Color information
#DED9BD (or 0xDED9BD) is known color: Coconut Cream. HEX triplet: DE, D9 and BD. RGB value is (222,217,189). Sum of RGB (Red+Green+Blue) = 222+217+189=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9BD is #212642. Grayscale: #D7D7D7. Windows color (decimal): -2172483 or 12442078. OLE color: 12442078.
HSL color Cylindrical-coordinate representation of color #DED9BD: hue angle of 50.91º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED9BD is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 189 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.13 |
| HSL | 50.91º | 0.33% | 0.81% | - |
| HSV(B) | 50.91º | 0.15% | 0.87% | - |
| XYZ | 64.12 | 68.83 | 58.05 | - |
| YUV | 215.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 189 | 0 | 0.02 | 0.15 | 0.13 | 50.91 | 0.33 | 0.81 |
| Hex | DE | D9 | BD | 0 | 2 | F | D | 33 | 21 | 51 |
| Octal | 336 | 331 | 275 | 0 | 2 | 17 | 15 | 63 | 41 | 121 |
| Binary | 11011110 | 11011001 | 10111101 | 0 | 10 | 1111 | 1101 | 110011 | 100001 | 1010001 |
Color Harmonies of #DED9BD
Complementary color
Monochromatic Colors of #DED9BD
Black with #DED9BD
Text Example
Text Example
White with #DED9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9BD; }
p { color: rgb(222,217,189); }
H1.HeaderClassName
{
color: #DED9BD;
}
.AnyTagClassName
{
color: #DED9BD;
}
</style>
background-color css
<style>
a { background-color: #DED9BD; }
a { background-color: rgb(222,217,189); }
div.DivClassName
{
background-color: #DED9BD;
}
.BgClassName
{
background-color: #DED9BD;
}
</style>
border-color css
<style>
span { border-color: #DED9BD; }
span { border-color: rgb(222,217,189); }
td.TdClassName
{
border-color: #DED9BD;
}
.TagClassName
{
border-color: #DED9BD;
}
</style>