Shades of Coconut Cream #E0DABD
Tints of Coconut Cream #E0DABD
RGB
CMYK
RGB Variations
Color information
#E0DABD (or 0xE0DABD) is known color: Coconut Cream. HEX triplet: E0, DA and BD. RGB value is (224,218,189). Sum of RGB (Red+Green+Blue) = 224+218+189=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DABD is #1F2542. Grayscale: #D8D8D8. Windows color (decimal): -2041155 or 12442336. OLE color: 12442336.
HSL color Cylindrical-coordinate representation of color #E0DABD: hue angle of 49.71º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0DABD is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 218 | 189 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.12 |
| HSL | 49.71º | 0.36% | 0.81% | - |
| HSV(B) | 49.71º | 0.16% | 0.88% | - |
| XYZ | 65 | 69.66 | 58.16 | - |
| YUV | 216.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 189 | 0 | 0.03 | 0.16 | 0.12 | 49.71 | 0.36 | 0.81 |
| Hex | E0 | DA | BD | 0 | 3 | 10 | C | 32 | 24 | 51 |
| Octal | 340 | 332 | 275 | 0 | 3 | 20 | 14 | 62 | 44 | 121 |
| Binary | 11100000 | 11011010 | 10111101 | 0 | 11 | 10000 | 1100 | 110010 | 100100 | 1010001 |
Color Harmonies of #E0DABD
Complementary color
Monochromatic Colors of #E0DABD
Black with #E0DABD
Text Example
Text Example
White with #E0DABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DABD; }
p { color: rgb(224,218,189); }
H1.HeaderClassName
{
color: #E0DABD;
}
.AnyTagClassName
{
color: #E0DABD;
}
</style>
background-color css
<style>
a { background-color: #E0DABD; }
a { background-color: rgb(224,218,189); }
div.DivClassName
{
background-color: #E0DABD;
}
.BgClassName
{
background-color: #E0DABD;
}
</style>
border-color css
<style>
span { border-color: #E0DABD; }
span { border-color: rgb(224,218,189); }
td.TdClassName
{
border-color: #E0DABD;
}
.TagClassName
{
border-color: #E0DABD;
}
</style>