Shades of Vista White #E2E0DC
Tints of Vista White #E2E0DC
RGB
CMYK
RGB Variations
Color information
#E2E0DC (or 0xE2E0DC) is known color: Vista White. HEX triplet: E2, E0 and DC. RGB value is (226,224,220). Sum of RGB (Red+Green+Blue) = 226+224+220=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 224 (87.89% from 255 or 33.43% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E0DC is #1D1F23. Grayscale: #E0E0E0. Windows color (decimal): -1908516 or 14475490. OLE color: 14475490.
HSL color Cylindrical-coordinate representation of color #E2E0DC: hue angle of 40º 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 #E2E0DC is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 220 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.11 |
| HSL | 40º | 0.09% | 0.87% | - |
| HSV(B) | 40º | 0.03% | 0.89% | - |
| XYZ | 70.94 | 74.65 | 78.38 | - |
| YUV | 224.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 220 | 0 | 0.01 | 0.03 | 0.11 | 40 | 0.09 | 0.87 |
| Hex | E2 | E0 | DC | 0 | 1 | 3 | B | 28 | 9 | 57 |
| Octal | 342 | 340 | 334 | 0 | 1 | 3 | 13 | 50 | 11 | 127 |
| Binary | 11100010 | 11100000 | 11011100 | 0 | 1 | 11 | 1011 | 101000 | 1001 | 1010111 |
Color Harmonies of #E2E0DC
Complementary color
Monochromatic Colors of #E2E0DC
Black with #E2E0DC
Text Example
Text Example
White with #E2E0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E0DC; }
p { color: rgb(226,224,220); }
H1.HeaderClassName
{
color: #E2E0DC;
}
.AnyTagClassName
{
color: #E2E0DC;
}
</style>
background-color css
<style>
a { background-color: #E2E0DC; }
a { background-color: rgb(226,224,220); }
div.DivClassName
{
background-color: #E2E0DC;
}
.BgClassName
{
background-color: #E2E0DC;
}
</style>
border-color css
<style>
span { border-color: #E2E0DC; }
span { border-color: rgb(226,224,220); }
td.TdClassName
{
border-color: #E2E0DC;
}
.TagClassName
{
border-color: #E2E0DC;
}
</style>