Shades of Vista White #E2DFDA
Tints of Vista White #E2DFDA
RGB
CMYK
RGB Variations
Color information
#E2DFDA (or 0xE2DFDA) is known color: Vista White. HEX triplet: E2, DF and DA. RGB value is (226,223,218). Sum of RGB (Red+Green+Blue) = 226+223+218=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFDA is #1D2025. Grayscale: #DFDFDF. Windows color (decimal): -1908774 or 14344162. OLE color: 14344162.
HSL color Cylindrical-coordinate representation of color #E2DFDA: hue angle of 37.5º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E2DFDA is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 223 | 218 | - |
CMYK | 0 | 0.01 | 0.04 | 0.11 |
HSL | 37.5º | 0.12% | 0.87% | - |
HSV(B) | 37.5º | 0.04% | 0.89% | - |
XYZ | 70.41 | 74.01 | 76.9 | - |
YUV | 223.33 | 124.99 | 129.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 223 | 218 | 0 | 0.01 | 0.04 | 0.11 | 37.5 | 0.12 | 0.87 |
Hex | E2 | DF | DA | 0 | 1 | 4 | B | 26 | C | 57 |
Octal | 342 | 337 | 332 | 0 | 1 | 4 | 13 | 46 | 14 | 127 |
Binary | 11100010 | 11011111 | 11011010 | 0 | 1 | 100 | 1011 | 100110 | 1100 | 1010111 |
Color Harmonies of #E2DFDA
Complementary color
Monochromatic Colors of #E2DFDA
Black with #E2DFDA
Text Example
Text Example
White with #E2DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFDA; }
p { color: rgb(226,223,218); }
H1.HeaderClassName
{
color: #E2DFDA;
}
.AnyTagClassName
{
color: #E2DFDA;
}
</style>
background-color css
<style>
a { background-color: #E2DFDA; }
a { background-color: rgb(226,223,218); }
div.DivClassName
{
background-color: #E2DFDA;
}
.BgClassName
{
background-color: #E2DFDA;
}
</style>
border-color css
<style>
span { border-color: #E2DFDA; }
span { border-color: rgb(226,223,218); }
td.TdClassName
{
border-color: #E2DFDA;
}
.TagClassName
{
border-color: #E2DFDA;
}
</style>