Shades of Coconut Cream #DED6B2
Tints of Coconut Cream #DED6B2
RGB
CMYK
RGB Variations
Color information
#DED6B2 (or 0xDED6B2) is known color: Coconut Cream. HEX triplet: DE, D6 and B2. RGB value is (222,214,178). Sum of RGB (Red+Green+Blue) = 222+214+178=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 178 (69.92% from 255 or 28.99% from 614); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED6B2 is #21294D. Grayscale: #D4D4D4. Windows color (decimal): -2173262 or 11720414. OLE color: 11720414.
HSL color Cylindrical-coordinate representation of color #DED6B2: hue angle of 49.09º 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 #DED6B2 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 178 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.13 |
| HSL | 49.09º | 0.4% | 0.78% | - |
| HSV(B) | 49.09º | 0.2% | 0.87% | - |
| XYZ | 62.21 | 66.84 | 51.74 | - |
| YUV | 212.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 178 | 0 | 0.04 | 0.20 | 0.13 | 49.09 | 0.4 | 0.78 |
| Hex | DE | D6 | B2 | 0 | 4 | 14 | D | 31 | 28 | 4E |
| Octal | 336 | 326 | 262 | 0 | 4 | 24 | 15 | 61 | 50 | 116 |
| Binary | 11011110 | 11010110 | 10110010 | 0 | 100 | 10100 | 1101 | 110001 | 101000 | 1001110 |
Color Harmonies of #DED6B2
Complementary color
Monochromatic Colors of #DED6B2
Black with #DED6B2
Text Example
Text Example
White with #DED6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED6B2; }
p { color: rgb(222,214,178); }
H1.HeaderClassName
{
color: #DED6B2;
}
.AnyTagClassName
{
color: #DED6B2;
}
</style>
background-color css
<style>
a { background-color: #DED6B2; }
a { background-color: rgb(222,214,178); }
div.DivClassName
{
background-color: #DED6B2;
}
.BgClassName
{
background-color: #DED6B2;
}
</style>
border-color css
<style>
span { border-color: #DED6B2; }
span { border-color: rgb(222,214,178); }
td.TdClassName
{
border-color: #DED6B2;
}
.TagClassName
{
border-color: #DED6B2;
}
</style>