Shades of Coconut Cream #DED9BA
Tints of Coconut Cream #DED9BA
RGB
CMYK
RGB Variations
Color information
#DED9BA (or 0xDED9BA) is known color: Coconut Cream. HEX triplet: DE, D9 and BA. RGB value is (222,217,186). Sum of RGB (Red+Green+Blue) = 222+217+186=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9BA is #212645. Grayscale: #D7D7D7. Windows color (decimal): -2172486 or 12245470. OLE color: 12245470.
HSL color Cylindrical-coordinate representation of color #DED9BA: hue angle of 51.67º 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 #DED9BA is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 186 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.13 |
| HSL | 51.67º | 0.35% | 0.8% | - |
| HSV(B) | 51.67º | 0.16% | 0.87% | - |
| XYZ | 63.8 | 68.7 | 56.35 | - |
| YUV | 214.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 186 | 0 | 0.02 | 0.16 | 0.13 | 51.67 | 0.35 | 0.8 |
| Hex | DE | D9 | BA | 0 | 2 | 10 | D | 34 | 23 | 50 |
| Octal | 336 | 331 | 272 | 0 | 2 | 20 | 15 | 64 | 43 | 120 |
| Binary | 11011110 | 11011001 | 10111010 | 0 | 10 | 10000 | 1101 | 110100 | 100011 | 1010000 |
Color Harmonies of #DED9BA
Complementary color
Monochromatic Colors of #DED9BA
Black with #DED9BA
Text Example
Text Example
White with #DED9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9BA; }
p { color: rgb(222,217,186); }
H1.HeaderClassName
{
color: #DED9BA;
}
.AnyTagClassName
{
color: #DED9BA;
}
</style>
background-color css
<style>
a { background-color: #DED9BA; }
a { background-color: rgb(222,217,186); }
div.DivClassName
{
background-color: #DED9BA;
}
.BgClassName
{
background-color: #DED9BA;
}
</style>
border-color css
<style>
span { border-color: #DED9BA; }
span { border-color: rgb(222,217,186); }
td.TdClassName
{
border-color: #DED9BA;
}
.TagClassName
{
border-color: #DED9BA;
}
</style>