Shades of Coconut Cream #DED9C0
Tints of Coconut Cream #DED9C0
RGB
CMYK
RGB Variations
Color information
#DED9C0 (or 0xDED9C0) is known color: Coconut Cream. HEX triplet: DE, D9 and C0. RGB value is (222,217,192). Sum of RGB (Red+Green+Blue) = 222+217+192=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9C0 is #21263F. Grayscale: #D7D7D7. Windows color (decimal): -2172480 or 12638686. OLE color: 12638686.
HSL color Cylindrical-coordinate representation of color #DED9C0: hue angle of 50º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DED9C0 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 192 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.13 |
| HSL | 50º | 0.31% | 0.81% | - |
| HSV(B) | 50º | 0.14% | 0.87% | - |
| XYZ | 64.45 | 68.96 | 59.78 | - |
| YUV | 215.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 192 | 0 | 0.02 | 0.14 | 0.13 | 50 | 0.31 | 0.81 |
| Hex | DE | D9 | C0 | 0 | 2 | E | D | 32 | 1F | 51 |
| Octal | 336 | 331 | 300 | 0 | 2 | 16 | 15 | 62 | 37 | 121 |
| Binary | 11011110 | 11011001 | 11000000 | 0 | 10 | 1110 | 1101 | 110010 | 11111 | 1010001 |
Color Harmonies of #DED9C0
Complementary color
Monochromatic Colors of #DED9C0
Black with #DED9C0
Text Example
Text Example
White with #DED9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9C0; }
p { color: rgb(222,217,192); }
H1.HeaderClassName
{
color: #DED9C0;
}
.AnyTagClassName
{
color: #DED9C0;
}
</style>
background-color css
<style>
a { background-color: #DED9C0; }
a { background-color: rgb(222,217,192); }
div.DivClassName
{
background-color: #DED9C0;
}
.BgClassName
{
background-color: #DED9C0;
}
</style>
border-color css
<style>
span { border-color: #DED9C0; }
span { border-color: rgb(222,217,192); }
td.TdClassName
{
border-color: #DED9C0;
}
.TagClassName
{
border-color: #DED9C0;
}
</style>