Shades of Coconut Cream #DED8B2
Tints of Coconut Cream #DED8B2
RGB
CMYK
RGB Variations
Color information
#DED8B2 (or 0xDED8B2) is known color: Coconut Cream. HEX triplet: DE, D8 and B2. RGB value is (222,216,178). Sum of RGB (Red+Green+Blue) = 222+216+178=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 178 (69.92% from 255 or 28.90% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED8B2 is #21274D. Grayscale: #D5D5D5. Windows color (decimal): -2172750 or 11720926. OLE color: 11720926.
HSL color Cylindrical-coordinate representation of color #DED8B2: hue angle of 51.82º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DED8B2 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 178 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.13 |
| HSL | 51.82º | 0.4% | 0.78% | - |
| HSV(B) | 51.82º | 0.2% | 0.87% | - |
| XYZ | 62.72 | 67.86 | 51.91 | - |
| YUV | 213.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 178 | 0 | 0.03 | 0.20 | 0.13 | 51.82 | 0.4 | 0.78 |
| Hex | DE | D8 | B2 | 0 | 3 | 14 | D | 34 | 28 | 4E |
| Octal | 336 | 330 | 262 | 0 | 3 | 24 | 15 | 64 | 50 | 116 |
| Binary | 11011110 | 11011000 | 10110010 | 0 | 11 | 10100 | 1101 | 110100 | 101000 | 1001110 |
Color Harmonies of #DED8B2
Complementary color
Monochromatic Colors of #DED8B2
Black with #DED8B2
Text Example
Text Example
White with #DED8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED8B2; }
p { color: rgb(222,216,178); }
H1.HeaderClassName
{
color: #DED8B2;
}
.AnyTagClassName
{
color: #DED8B2;
}
</style>
background-color css
<style>
a { background-color: #DED8B2; }
a { background-color: rgb(222,216,178); }
div.DivClassName
{
background-color: #DED8B2;
}
.BgClassName
{
background-color: #DED8B2;
}
</style>
border-color css
<style>
span { border-color: #DED8B2; }
span { border-color: rgb(222,216,178); }
td.TdClassName
{
border-color: #DED8B2;
}
.TagClassName
{
border-color: #DED8B2;
}
</style>