Shades of Coconut Cream #E1DCBC
Tints of Coconut Cream #E1DCBC
RGB
CMYK
RGB Variations
Color information
#E1DCBC (or 0xE1DCBC) is known color: Coconut Cream. HEX triplet: E1, DC and BC. RGB value is (225,220,188). Sum of RGB (Red+Green+Blue) = 225+220+188=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCBC is #1E2343. Grayscale: #D9D9D9. Windows color (decimal): -1975108 or 12377313. OLE color: 12377313.
HSL color Cylindrical-coordinate representation of color #E1DCBC: hue angle of 51.89º 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 #E1DCBC is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 188 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.12 |
| HSL | 51.89º | 0.38% | 0.81% | - |
| HSV(B) | 51.89º | 0.16% | 0.88% | - |
| XYZ | 65.72 | 70.82 | 57.78 | - |
| YUV | 217.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 188 | 0 | 0.02 | 0.16 | 0.12 | 51.89 | 0.38 | 0.81 |
| Hex | E1 | DC | BC | 0 | 2 | 10 | C | 34 | 26 | 51 |
| Octal | 341 | 334 | 274 | 0 | 2 | 20 | 14 | 64 | 46 | 121 |
| Binary | 11100001 | 11011100 | 10111100 | 0 | 10 | 10000 | 1100 | 110100 | 100110 | 1010001 |
Color Harmonies of #E1DCBC
Complementary color
Monochromatic Colors of #E1DCBC
Black with #E1DCBC
Text Example
Text Example
White with #E1DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCBC; }
p { color: rgb(225,220,188); }
H1.HeaderClassName
{
color: #E1DCBC;
}
.AnyTagClassName
{
color: #E1DCBC;
}
</style>
background-color css
<style>
a { background-color: #E1DCBC; }
a { background-color: rgb(225,220,188); }
div.DivClassName
{
background-color: #E1DCBC;
}
.BgClassName
{
background-color: #E1DCBC;
}
</style>
border-color css
<style>
span { border-color: #E1DCBC; }
span { border-color: rgb(225,220,188); }
td.TdClassName
{
border-color: #E1DCBC;
}
.TagClassName
{
border-color: #E1DCBC;
}
</style>