Shades of Black White #E2E1DB
Tints of Black White #E2E1DB
RGB
CMYK
RGB Variations
Color information
#E2E1DB (or 0xE2E1DB) is known color: Black White. HEX triplet: E2, E1 and DB. RGB value is (226,225,219). Sum of RGB (Red+Green+Blue) = 226+225+219=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 225 (88.28% from 255 or 33.58% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E1DB is #1D1E24. Grayscale: #E0E0E0. Windows color (decimal): -1908261 or 14410210. OLE color: 14410210.
HSL color Cylindrical-coordinate representation of color #E2E1DB: hue angle of 51.43º degrees, saturation: 0.11, 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 #E2E1DB is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 225 | 219 | - |
CMYK | 0 | 0.00 | 0.03 | 0.11 |
HSL | 51.43º | 0.11% | 0.87% | - |
HSV(B) | 51.43º | 0.03% | 0.89% | - |
XYZ | 71.08 | 75.13 | 77.77 | - |
YUV | 224.62 | 124.83 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 225 | 219 | 0 | 0.00 | 0.03 | 0.11 | 51.43 | 0.11 | 0.87 |
Hex | E2 | E1 | DB | 0 | 0 | 3 | B | 33 | B | 57 |
Octal | 342 | 341 | 333 | 0 | 0 | 3 | 13 | 63 | 13 | 127 |
Binary | 11100010 | 11100001 | 11011011 | 0 | 0 | 11 | 1011 | 110011 | 1011 | 1010111 |
Color Harmonies of #E2E1DB
Complementary color
Monochromatic Colors of #E2E1DB
Black with #E2E1DB
Text Example
Text Example
White with #E2E1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E1DB; }
p { color: rgb(226,225,219); }
H1.HeaderClassName
{
color: #E2E1DB;
}
.AnyTagClassName
{
color: #E2E1DB;
}
</style>
background-color css
<style>
a { background-color: #E2E1DB; }
a { background-color: rgb(226,225,219); }
div.DivClassName
{
background-color: #E2E1DB;
}
.BgClassName
{
background-color: #E2E1DB;
}
</style>
border-color css
<style>
span { border-color: #E2E1DB; }
span { border-color: rgb(226,225,219); }
td.TdClassName
{
border-color: #E2E1DB;
}
.TagClassName
{
border-color: #E2E1DB;
}
</style>