Shades of Coconut Cream #E0DCB8
Tints of Coconut Cream #E0DCB8
RGB
CMYK
RGB Variations
Color information
#E0DCB8 (or 0xE0DCB8) is known color: Coconut Cream. HEX triplet: E0, DC and B8. RGB value is (224,220,184). Sum of RGB (Red+Green+Blue) = 224+220+184=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 184 (72.27% from 255 or 29.30% from 628); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCB8 is #1F2347. Grayscale: #D9D9D9. Windows color (decimal): -2040648 or 12115168. OLE color: 12115168.
HSL color Cylindrical-coordinate representation of color #E0DCB8: hue angle of 54º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0DCB8 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 184 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.12 |
| HSL | 54º | 0.39% | 0.8% | - |
| HSV(B) | 54º | 0.18% | 0.88% | - |
| XYZ | 64.99 | 70.49 | 55.53 | - |
| YUV | 217.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 184 | 0 | 0.02 | 0.18 | 0.12 | 54 | 0.39 | 0.8 |
| Hex | E0 | DC | B8 | 0 | 2 | 12 | C | 36 | 27 | 50 |
| Octal | 340 | 334 | 270 | 0 | 2 | 22 | 14 | 66 | 47 | 120 |
| Binary | 11100000 | 11011100 | 10111000 | 0 | 10 | 10010 | 1100 | 110110 | 100111 | 1010000 |
Color Harmonies of #E0DCB8
Complementary color
Monochromatic Colors of #E0DCB8
Black with #E0DCB8
Text Example
Text Example
White with #E0DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DCB8; }
p { color: rgb(224,220,184); }
H1.HeaderClassName
{
color: #E0DCB8;
}
.AnyTagClassName
{
color: #E0DCB8;
}
</style>
background-color css
<style>
a { background-color: #E0DCB8; }
a { background-color: rgb(224,220,184); }
div.DivClassName
{
background-color: #E0DCB8;
}
.BgClassName
{
background-color: #E0DCB8;
}
</style>
border-color css
<style>
span { border-color: #E0DCB8; }
span { border-color: rgb(224,220,184); }
td.TdClassName
{
border-color: #E0DCB8;
}
.TagClassName
{
border-color: #E0DCB8;
}
</style>