Shades of Black White #E2E1D5
Tints of Black White #E2E1D5
RGB
CMYK
RGB Variations
Color information
#E2E1D5 (or 0xE2E1D5) is known color: Black White. HEX triplet: E2, E1 and D5. RGB value is (226,225,213). Sum of RGB (Red+Green+Blue) = 226+225+213=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 213 (83.59% from 255 or 32.08% from 664); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E1D5 is #1D1E2A. Grayscale: #DFDFDF. Windows color (decimal): -1908267 or 14016994. OLE color: 14016994.
HSL color Cylindrical-coordinate representation of color #E2E1D5: hue angle of 55.38º degrees, saturation: 0.18, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E2E1D5 is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 213 | - |
| CMYK | 0 | 0.00 | 0.06 | 0.11 |
| HSL | 55.38º | 0.18% | 0.86% | - |
| HSV(B) | 55.38º | 0.06% | 0.89% | - |
| XYZ | 70.3 | 74.82 | 73.69 | - |
| YUV | 223.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 213 | 0 | 0.00 | 0.06 | 0.11 | 55.38 | 0.18 | 0.86 |
| Hex | E2 | E1 | D5 | 0 | 0 | 6 | B | 37 | 12 | 56 |
| Octal | 342 | 341 | 325 | 0 | 0 | 6 | 13 | 67 | 22 | 126 |
| Binary | 11100010 | 11100001 | 11010101 | 0 | 0 | 110 | 1011 | 110111 | 10010 | 1010110 |
Color Harmonies of #E2E1D5
Complementary color
Monochromatic Colors of #E2E1D5
Black with #E2E1D5
Text Example
Text Example
White with #E2E1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E1D5; }
p { color: rgb(226,225,213); }
H1.HeaderClassName
{
color: #E2E1D5;
}
.AnyTagClassName
{
color: #E2E1D5;
}
</style>
background-color css
<style>
a { background-color: #E2E1D5; }
a { background-color: rgb(226,225,213); }
div.DivClassName
{
background-color: #E2E1D5;
}
.BgClassName
{
background-color: #E2E1D5;
}
</style>
border-color css
<style>
span { border-color: #E2E1D5; }
span { border-color: rgb(226,225,213); }
td.TdClassName
{
border-color: #E2E1D5;
}
.TagClassName
{
border-color: #E2E1D5;
}
</style>