Shades of Coconut Cream #E0DDBA
Tints of Coconut Cream #E0DDBA
RGB
CMYK
RGB Variations
Color information
#E0DDBA (or 0xE0DDBA) is known color: Coconut Cream. HEX triplet: E0, DD and BA. RGB value is (224,221,186). Sum of RGB (Red+Green+Blue) = 224+221+186=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDBA is #1F2245. Grayscale: #DADADA. Windows color (decimal): -2040390 or 12246496. OLE color: 12246496.
HSL color Cylindrical-coordinate representation of color #E0DDBA: hue angle of 55.26º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0DDBA is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 221 | 186 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.12 |
| HSL | 55.26º | 0.38% | 0.8% | - |
| HSV(B) | 55.26º | 0.17% | 0.88% | - |
| XYZ | 65.46 | 71.11 | 56.73 | - |
| YUV | 217.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 186 | 0 | 0.01 | 0.17 | 0.12 | 55.26 | 0.38 | 0.8 |
| Hex | E0 | DD | BA | 0 | 1 | 11 | C | 37 | 26 | 50 |
| Octal | 340 | 335 | 272 | 0 | 1 | 21 | 14 | 67 | 46 | 120 |
| Binary | 11100000 | 11011101 | 10111010 | 0 | 1 | 10001 | 1100 | 110111 | 100110 | 1010000 |
Color Harmonies of #E0DDBA
Complementary color
Monochromatic Colors of #E0DDBA
Black with #E0DDBA
Text Example
Text Example
White with #E0DDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DDBA; }
p { color: rgb(224,221,186); }
H1.HeaderClassName
{
color: #E0DDBA;
}
.AnyTagClassName
{
color: #E0DDBA;
}
</style>
background-color css
<style>
a { background-color: #E0DDBA; }
a { background-color: rgb(224,221,186); }
div.DivClassName
{
background-color: #E0DDBA;
}
.BgClassName
{
background-color: #E0DDBA;
}
</style>
border-color css
<style>
span { border-color: #E0DDBA; }
span { border-color: rgb(224,221,186); }
td.TdClassName
{
border-color: #E0DDBA;
}
.TagClassName
{
border-color: #E0DDBA;
}
</style>