Shades of Coconut Cream #E1DCBD
Tints of Coconut Cream #E1DCBD
RGB
CMYK
RGB Variations
Color information
#E1DCBD (or 0xE1DCBD) is known color: Coconut Cream. HEX triplet: E1, DC and BD. RGB value is (225,220,189). Sum of RGB (Red+Green+Blue) = 225+220+189=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCBD is #1E2342. Grayscale: #DADADA. Windows color (decimal): -1975107 or 12442849. OLE color: 12442849.
HSL color Cylindrical-coordinate representation of color #E1DCBD: hue angle of 51.67º degrees, saturation: 0.38, 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 #E1DCBD is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 189 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.12 |
| HSL | 51.67º | 0.38% | 0.81% | - |
| HSV(B) | 51.67º | 0.16% | 0.88% | - |
| XYZ | 65.83 | 70.87 | 58.35 | - |
| YUV | 217.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 189 | 0 | 0.02 | 0.16 | 0.12 | 51.67 | 0.38 | 0.81 |
| Hex | E1 | DC | BD | 0 | 2 | 10 | C | 34 | 26 | 51 |
| Octal | 341 | 334 | 275 | 0 | 2 | 20 | 14 | 64 | 46 | 121 |
| Binary | 11100001 | 11011100 | 10111101 | 0 | 10 | 10000 | 1100 | 110100 | 100110 | 1010001 |
Color Harmonies of #E1DCBD
Complementary color
Monochromatic Colors of #E1DCBD
Black with #E1DCBD
Text Example
Text Example
White with #E1DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCBD; }
p { color: rgb(225,220,189); }
H1.HeaderClassName
{
color: #E1DCBD;
}
.AnyTagClassName
{
color: #E1DCBD;
}
</style>
background-color css
<style>
a { background-color: #E1DCBD; }
a { background-color: rgb(225,220,189); }
div.DivClassName
{
background-color: #E1DCBD;
}
.BgClassName
{
background-color: #E1DCBD;
}
</style>
border-color css
<style>
span { border-color: #E1DCBD; }
span { border-color: rgb(225,220,189); }
td.TdClassName
{
border-color: #E1DCBD;
}
.TagClassName
{
border-color: #E1DCBD;
}
</style>