Shades of Coconut Cream #E1DCB9
Tints of Coconut Cream #E1DCB9
RGB
CMYK
RGB Variations
Color information
#E1DCB9 (or 0xE1DCB9) is known color: Coconut Cream. HEX triplet: E1, DC and B9. RGB value is (225,220,185). Sum of RGB (Red+Green+Blue) = 225+220+185=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 185 (72.66% from 255 or 29.37% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCB9 is #1E2346. Grayscale: #D9D9D9. Windows color (decimal): -1975111 or 12180705. OLE color: 12180705.
HSL color Cylindrical-coordinate representation of color #E1DCB9: hue angle of 52.5º degrees, saturation: 0.4, 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 #E1DCB9 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 185 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.12 |
| HSL | 52.5º | 0.4% | 0.8% | - |
| HSV(B) | 52.5º | 0.18% | 0.88% | - |
| XYZ | 65.4 | 70.7 | 56.1 | - |
| YUV | 217.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 185 | 0 | 0.02 | 0.18 | 0.12 | 52.5 | 0.4 | 0.8 |
| Hex | E1 | DC | B9 | 0 | 2 | 12 | C | 34 | 28 | 50 |
| Octal | 341 | 334 | 271 | 0 | 2 | 22 | 14 | 64 | 50 | 120 |
| Binary | 11100001 | 11011100 | 10111001 | 0 | 10 | 10010 | 1100 | 110100 | 101000 | 1010000 |
Color Harmonies of #E1DCB9
Complementary color
Monochromatic Colors of #E1DCB9
Black with #E1DCB9
Text Example
Text Example
White with #E1DCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCB9; }
p { color: rgb(225,220,185); }
H1.HeaderClassName
{
color: #E1DCB9;
}
.AnyTagClassName
{
color: #E1DCB9;
}
</style>
background-color css
<style>
a { background-color: #E1DCB9; }
a { background-color: rgb(225,220,185); }
div.DivClassName
{
background-color: #E1DCB9;
}
.BgClassName
{
background-color: #E1DCB9;
}
</style>
border-color css
<style>
span { border-color: #E1DCB9; }
span { border-color: rgb(225,220,185); }
td.TdClassName
{
border-color: #E1DCB9;
}
.TagClassName
{
border-color: #E1DCB9;
}
</style>