Shades of Black White #E1E0D8
Tints of Black White #E1E0D8
RGB
CMYK
RGB Variations
Color information
#E1E0D8 (or 0xE1E0D8) is known color: Black White. HEX triplet: E1, E0 and D8. RGB value is (225,224,216). Sum of RGB (Red+Green+Blue) = 225+224+216=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 216 (84.77% from 255 or 32.48% from 665); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E0D8 is #1E1F27. Grayscale: #DFDFDF. Windows color (decimal): -1974056 or 14213345. OLE color: 14213345.
HSL color Cylindrical-coordinate representation of color #E1E0D8: hue angle of 53.33º degrees, saturation: 0.13, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1E0D8 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 216 | - |
| CMYK | 0 | 0.00 | 0.04 | 0.12 |
| HSL | 53.33º | 0.13% | 0.86% | - |
| HSV(B) | 53.33º | 0.04% | 0.88% | - |
| XYZ | 70.1 | 74.28 | 75.61 | - |
| YUV | 223.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 216 | 0 | 0.00 | 0.04 | 0.12 | 53.33 | 0.13 | 0.86 |
| Hex | E1 | E0 | D8 | 0 | 0 | 4 | C | 35 | D | 56 |
| Octal | 341 | 340 | 330 | 0 | 0 | 4 | 14 | 65 | 15 | 126 |
| Binary | 11100001 | 11100000 | 11011000 | 0 | 0 | 100 | 1100 | 110101 | 1101 | 1010110 |
Color Harmonies of #E1E0D8
Complementary color
Monochromatic Colors of #E1E0D8
Black with #E1E0D8
Text Example
Text Example
White with #E1E0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E0D8; }
p { color: rgb(225,224,216); }
H1.HeaderClassName
{
color: #E1E0D8;
}
.AnyTagClassName
{
color: #E1E0D8;
}
</style>
background-color css
<style>
a { background-color: #E1E0D8; }
a { background-color: rgb(225,224,216); }
div.DivClassName
{
background-color: #E1E0D8;
}
.BgClassName
{
background-color: #E1E0D8;
}
</style>
border-color css
<style>
span { border-color: #E1E0D8; }
span { border-color: rgb(225,224,216); }
td.TdClassName
{
border-color: #E1E0D8;
}
.TagClassName
{
border-color: #E1E0D8;
}
</style>