Shades of Coconut Cream #DED7BA
Tints of Coconut Cream #DED7BA
RGB
CMYK
RGB Variations
Color information
#DED7BA (or 0xDED7BA) is known color: Coconut Cream. HEX triplet: DE, D7 and BA. RGB value is (222,215,186). Sum of RGB (Red+Green+Blue) = 222+215+186=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7BA is #212845. Grayscale: #D5D5D5. Windows color (decimal): -2172998 or 12244958. OLE color: 12244958.
HSL color Cylindrical-coordinate representation of color #DED7BA: hue angle of 48.33º 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 #DED7BA is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 186 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.13 |
| HSL | 48.33º | 0.35% | 0.8% | - |
| HSV(B) | 48.33º | 0.16% | 0.87% | - |
| XYZ | 63.29 | 67.68 | 56.18 | - |
| YUV | 213.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 186 | 0 | 0.03 | 0.16 | 0.13 | 48.33 | 0.35 | 0.8 |
| Hex | DE | D7 | BA | 0 | 3 | 10 | D | 30 | 23 | 50 |
| Octal | 336 | 327 | 272 | 0 | 3 | 20 | 15 | 60 | 43 | 120 |
| Binary | 11011110 | 11010111 | 10111010 | 0 | 11 | 10000 | 1101 | 110000 | 100011 | 1010000 |
Color Harmonies of #DED7BA
Complementary color
Monochromatic Colors of #DED7BA
Black with #DED7BA
Text Example
Text Example
White with #DED7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED7BA; }
p { color: rgb(222,215,186); }
H1.HeaderClassName
{
color: #DED7BA;
}
.AnyTagClassName
{
color: #DED7BA;
}
</style>
background-color css
<style>
a { background-color: #DED7BA; }
a { background-color: rgb(222,215,186); }
div.DivClassName
{
background-color: #DED7BA;
}
.BgClassName
{
background-color: #DED7BA;
}
</style>
border-color css
<style>
span { border-color: #DED7BA; }
span { border-color: rgb(222,215,186); }
td.TdClassName
{
border-color: #DED7BA;
}
.TagClassName
{
border-color: #DED7BA;
}
</style>