Shades of Coconut Cream #DED8BD
Tints of Coconut Cream #DED8BD
RGB
CMYK
RGB Variations
Color information
#DED8BD (or 0xDED8BD) is known color: Coconut Cream. HEX triplet: DE, D8 and BD. RGB value is (222,216,189). Sum of RGB (Red+Green+Blue) = 222+216+189=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED8BD is #212742. Grayscale: #D6D6D6. Windows color (decimal): -2172739 or 12441822. OLE color: 12441822.
HSL color Cylindrical-coordinate representation of color #DED8BD: hue angle of 49.09º 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 #DED8BD is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 189 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.13 |
| HSL | 49.09º | 0.33% | 0.81% | - |
| HSV(B) | 49.09º | 0.15% | 0.87% | - |
| XYZ | 63.87 | 68.32 | 57.96 | - |
| YUV | 214.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 189 | 0 | 0.03 | 0.15 | 0.13 | 49.09 | 0.33 | 0.81 |
| Hex | DE | D8 | BD | 0 | 3 | F | D | 31 | 21 | 51 |
| Octal | 336 | 330 | 275 | 0 | 3 | 17 | 15 | 61 | 41 | 121 |
| Binary | 11011110 | 11011000 | 10111101 | 0 | 11 | 1111 | 1101 | 110001 | 100001 | 1010001 |
Color Harmonies of #DED8BD
Complementary color
Monochromatic Colors of #DED8BD
Black with #DED8BD
Text Example
Text Example
White with #DED8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED8BD; }
p { color: rgb(222,216,189); }
H1.HeaderClassName
{
color: #DED8BD;
}
.AnyTagClassName
{
color: #DED8BD;
}
</style>
background-color css
<style>
a { background-color: #DED8BD; }
a { background-color: rgb(222,216,189); }
div.DivClassName
{
background-color: #DED8BD;
}
.BgClassName
{
background-color: #DED8BD;
}
</style>
border-color css
<style>
span { border-color: #DED8BD; }
span { border-color: rgb(222,216,189); }
td.TdClassName
{
border-color: #DED8BD;
}
.TagClassName
{
border-color: #DED8BD;
}
</style>