Shades of Vista White #E2E0DD
Tints of Vista White #E2E0DD
RGB
CMYK
RGB Variations
Color information
#E2E0DD (or 0xE2E0DD) is known color: Vista White. HEX triplet: E2, E0 and DD. RGB value is (226,224,221). Sum of RGB (Red+Green+Blue) = 226+224+221=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E0DD is #1D1F22. Grayscale: #E0E0E0. Windows color (decimal): -1908515 or 14541026. OLE color: 14541026.
HSL color Cylindrical-coordinate representation of color #E2E0DD: hue angle of 36º degrees, saturation: 0.08, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E2E0DD is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 221 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.11 |
| HSL | 36º | 0.08% | 0.88% | - |
| HSV(B) | 36º | 0.02% | 0.89% | - |
| XYZ | 71.07 | 74.7 | 79.08 | - |
| YUV | 224.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 221 | 0 | 0.01 | 0.02 | 0.11 | 36 | 0.08 | 0.88 |
| Hex | E2 | E0 | DD | 0 | 1 | 2 | B | 24 | 8 | 58 |
| Octal | 342 | 340 | 335 | 0 | 1 | 2 | 13 | 44 | 10 | 130 |
| Binary | 11100010 | 11100000 | 11011101 | 0 | 1 | 10 | 1011 | 100100 | 1000 | 1011000 |
Color Harmonies of #E2E0DD
Complementary color
Monochromatic Colors of #E2E0DD
Black with #E2E0DD
Text Example
Text Example
White with #E2E0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E0DD; }
p { color: rgb(226,224,221); }
H1.HeaderClassName
{
color: #E2E0DD;
}
.AnyTagClassName
{
color: #E2E0DD;
}
</style>
background-color css
<style>
a { background-color: #E2E0DD; }
a { background-color: rgb(226,224,221); }
div.DivClassName
{
background-color: #E2E0DD;
}
.BgClassName
{
background-color: #E2E0DD;
}
</style>
border-color css
<style>
span { border-color: #E2E0DD; }
span { border-color: rgb(226,224,221); }
td.TdClassName
{
border-color: #E2E0DD;
}
.TagClassName
{
border-color: #E2E0DD;
}
</style>