Shades of Coconut Cream #E1DDC0
Tints of Coconut Cream #E1DDC0
RGB
CMYK
RGB Variations
Color information
#E1DDC0 (or 0xE1DDC0) is known color: Coconut Cream. HEX triplet: E1, DD and C0. RGB value is (225,221,192). Sum of RGB (Red+Green+Blue) = 225+221+192=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDC0 is #1E223F. Grayscale: #DBDBDB. Windows color (decimal): -1974848 or 12639713. OLE color: 12639713.
HSL color Cylindrical-coordinate representation of color #E1DDC0: hue angle of 52.73º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1DDC0 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 192 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.12 |
| HSL | 52.73º | 0.35% | 0.82% | - |
| HSV(B) | 52.73º | 0.15% | 0.88% | - |
| XYZ | 66.42 | 71.53 | 60.17 | - |
| YUV | 218.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 192 | 0 | 0.02 | 0.15 | 0.12 | 52.73 | 0.35 | 0.82 |
| Hex | E1 | DD | C0 | 0 | 2 | F | C | 35 | 23 | 52 |
| Octal | 341 | 335 | 300 | 0 | 2 | 17 | 14 | 65 | 43 | 122 |
| Binary | 11100001 | 11011101 | 11000000 | 0 | 10 | 1111 | 1100 | 110101 | 100011 | 1010010 |
Color Harmonies of #E1DDC0
Complementary color
Monochromatic Colors of #E1DDC0
Black with #E1DDC0
Text Example
Text Example
White with #E1DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDC0; }
p { color: rgb(225,221,192); }
H1.HeaderClassName
{
color: #E1DDC0;
}
.AnyTagClassName
{
color: #E1DDC0;
}
</style>
background-color css
<style>
a { background-color: #E1DDC0; }
a { background-color: rgb(225,221,192); }
div.DivClassName
{
background-color: #E1DDC0;
}
.BgClassName
{
background-color: #E1DDC0;
}
</style>
border-color css
<style>
span { border-color: #E1DDC0; }
span { border-color: rgb(225,221,192); }
td.TdClassName
{
border-color: #E1DDC0;
}
.TagClassName
{
border-color: #E1DDC0;
}
</style>