Shades of Coconut Cream #E2DCB5
Tints of Coconut Cream #E2DCB5
RGB
CMYK
RGB Variations
Color information
#E2DCB5 (or 0xE2DCB5) is known color: Coconut Cream. HEX triplet: E2, DC and B5. RGB value is (226,220,181). Sum of RGB (Red+Green+Blue) = 226+220+181=627 (83% of max value = 765). Red value is 226 (88.67% from 255 or 36.04% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 181 (71.09% from 255 or 28.87% from 627); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCB5 is #1D234A. Grayscale: #D9D9D9. Windows color (decimal): -1909579 or 11918562. OLE color: 11918562.
HSL color Cylindrical-coordinate representation of color #E2DCB5: hue angle of 52º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2DCB5 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 181 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.11 |
| HSL | 52º | 0.44% | 0.8% | - |
| HSV(B) | 52º | 0.2% | 0.89% | - |
| XYZ | 65.3 | 70.69 | 53.92 | - |
| YUV | 217.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 181 | 0 | 0.03 | 0.20 | 0.11 | 52 | 0.44 | 0.8 |
| Hex | E2 | DC | B5 | 0 | 3 | 14 | B | 34 | 2C | 50 |
| Octal | 342 | 334 | 265 | 0 | 3 | 24 | 13 | 64 | 54 | 120 |
| Binary | 11100010 | 11011100 | 10110101 | 0 | 11 | 10100 | 1011 | 110100 | 101100 | 1010000 |
Color Harmonies of #E2DCB5
Complementary color
Monochromatic Colors of #E2DCB5
Black with #E2DCB5
Text Example
Text Example
White with #E2DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCB5; }
p { color: rgb(226,220,181); }
H1.HeaderClassName
{
color: #E2DCB5;
}
.AnyTagClassName
{
color: #E2DCB5;
}
</style>
background-color css
<style>
a { background-color: #E2DCB5; }
a { background-color: rgb(226,220,181); }
div.DivClassName
{
background-color: #E2DCB5;
}
.BgClassName
{
background-color: #E2DCB5;
}
</style>
border-color css
<style>
span { border-color: #E2DCB5; }
span { border-color: rgb(226,220,181); }
td.TdClassName
{
border-color: #E2DCB5;
}
.TagClassName
{
border-color: #E2DCB5;
}
</style>