Shades of Black White #E2E1DC
Tints of Black White #E2E1DC
RGB
CMYK
RGB Variations
Color information
#E2E1DC (or 0xE2E1DC) is known color: Black White. HEX triplet: E2, E1 and DC. RGB value is (226,225,220). Sum of RGB (Red+Green+Blue) = 226+225+220=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 225 (88.28% from 255 or 33.53% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E1DC is #1D1E23. Grayscale: #E0E0E0. Windows color (decimal): -1908260 or 14475746. OLE color: 14475746.
HSL color Cylindrical-coordinate representation of color #E2E1DC: hue angle of 50º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2E1DC is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 220 | - |
| CMYK | 0 | 0.00 | 0.03 | 0.11 |
| HSL | 50º | 0.09% | 0.87% | - |
| HSV(B) | 50º | 0.03% | 0.89% | - |
| XYZ | 71.21 | 75.19 | 78.47 | - |
| YUV | 224.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 220 | 0 | 0.00 | 0.03 | 0.11 | 50 | 0.09 | 0.87 |
| Hex | E2 | E1 | DC | 0 | 0 | 3 | B | 32 | 9 | 57 |
| Octal | 342 | 341 | 334 | 0 | 0 | 3 | 13 | 62 | 11 | 127 |
| Binary | 11100010 | 11100001 | 11011100 | 0 | 0 | 11 | 1011 | 110010 | 1001 | 1010111 |
Color Harmonies of #E2E1DC
Complementary color
Monochromatic Colors of #E2E1DC
Black with #E2E1DC
Text Example
Text Example
White with #E2E1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E1DC; }
p { color: rgb(226,225,220); }
H1.HeaderClassName
{
color: #E2E1DC;
}
.AnyTagClassName
{
color: #E2E1DC;
}
</style>
background-color css
<style>
a { background-color: #E2E1DC; }
a { background-color: rgb(226,225,220); }
div.DivClassName
{
background-color: #E2E1DC;
}
.BgClassName
{
background-color: #E2E1DC;
}
</style>
border-color css
<style>
span { border-color: #E2E1DC; }
span { border-color: rgb(226,225,220); }
td.TdClassName
{
border-color: #E2E1DC;
}
.TagClassName
{
border-color: #E2E1DC;
}
</style>