Shades of Coconut Cream #E2DDBA
Tints of Coconut Cream #E2DDBA
RGB
CMYK
RGB Variations
Color information
#E2DDBA (or 0xE2DDBA) is known color: Coconut Cream. HEX triplet: E2, DD and BA. RGB value is (226,221,186). Sum of RGB (Red+Green+Blue) = 226+221+186=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDBA is #1D2245. Grayscale: #DADADA. Windows color (decimal): -1909318 or 12246498. OLE color: 12246498.
HSL color Cylindrical-coordinate representation of color #E2DDBA: hue angle of 52.5º 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 #E2DDBA is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 186 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.11 |
| HSL | 52.5º | 0.41% | 0.81% | - |
| HSV(B) | 52.5º | 0.18% | 0.89% | - |
| XYZ | 66.08 | 71.43 | 56.76 | - |
| YUV | 218.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 186 | 0 | 0.02 | 0.18 | 0.11 | 52.5 | 0.41 | 0.81 |
| Hex | E2 | DD | BA | 0 | 2 | 12 | B | 34 | 29 | 51 |
| Octal | 342 | 335 | 272 | 0 | 2 | 22 | 13 | 64 | 51 | 121 |
| Binary | 11100010 | 11011101 | 10111010 | 0 | 10 | 10010 | 1011 | 110100 | 101001 | 1010001 |
Color Harmonies of #E2DDBA
Complementary color
Monochromatic Colors of #E2DDBA
Black with #E2DDBA
Text Example
Text Example
White with #E2DDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDBA; }
p { color: rgb(226,221,186); }
H1.HeaderClassName
{
color: #E2DDBA;
}
.AnyTagClassName
{
color: #E2DDBA;
}
</style>
background-color css
<style>
a { background-color: #E2DDBA; }
a { background-color: rgb(226,221,186); }
div.DivClassName
{
background-color: #E2DDBA;
}
.BgClassName
{
background-color: #E2DDBA;
}
</style>
border-color css
<style>
span { border-color: #E2DDBA; }
span { border-color: rgb(226,221,186); }
td.TdClassName
{
border-color: #E2DDBA;
}
.TagClassName
{
border-color: #E2DDBA;
}
</style>