Shades of Coconut Cream #E2DABA
Tints of Coconut Cream #E2DABA
RGB
CMYK
RGB Variations
Color information
#E2DABA (or 0xE2DABA) is known color: Coconut Cream. HEX triplet: E2, DA and BA. RGB value is (226,218,186). Sum of RGB (Red+Green+Blue) = 226+218+186=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DABA is #1D2545. Grayscale: #D8D8D8. Windows color (decimal): -1910086 or 12245730. OLE color: 12245730.
HSL color Cylindrical-coordinate representation of color #E2DABA: hue angle of 48º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2DABA is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 218 | 186 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.11 |
| HSL | 48º | 0.41% | 0.81% | - |
| HSV(B) | 48º | 0.18% | 0.89% | - |
| XYZ | 65.3 | 69.86 | 56.5 | - |
| YUV | 216.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 186 | 0 | 0.04 | 0.18 | 0.11 | 48 | 0.41 | 0.81 |
| Hex | E2 | DA | BA | 0 | 4 | 12 | B | 30 | 29 | 51 |
| Octal | 342 | 332 | 272 | 0 | 4 | 22 | 13 | 60 | 51 | 121 |
| Binary | 11100010 | 11011010 | 10111010 | 0 | 100 | 10010 | 1011 | 110000 | 101001 | 1010001 |
Color Harmonies of #E2DABA
Complementary color
Monochromatic Colors of #E2DABA
Black with #E2DABA
Text Example
Text Example
White with #E2DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DABA; }
p { color: rgb(226,218,186); }
H1.HeaderClassName
{
color: #E2DABA;
}
.AnyTagClassName
{
color: #E2DABA;
}
</style>
background-color css
<style>
a { background-color: #E2DABA; }
a { background-color: rgb(226,218,186); }
div.DivClassName
{
background-color: #E2DABA;
}
.BgClassName
{
background-color: #E2DABA;
}
</style>
border-color css
<style>
span { border-color: #E2DABA; }
span { border-color: rgb(226,218,186); }
td.TdClassName
{
border-color: #E2DABA;
}
.TagClassName
{
border-color: #E2DABA;
}
</style>