Shades of Vista White #E7E2DA
Tints of Vista White #E7E2DA
RGB
CMYK
RGB Variations
Color information
#E7E2DA (or 0xE7E2DA) is known color: Vista White. HEX triplet: E7, E2 and DA. RGB value is (231,226,218). Sum of RGB (Red+Green+Blue) = 231+226+218=675 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.22% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E2DA is #181D25. Grayscale: #E2E2E2. Windows color (decimal): -1580326 or 14344935. OLE color: 14344935.
HSL color Cylindrical-coordinate representation of color #E7E2DA: hue angle of 36.92º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7E2DA is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 226 | 218 | - |
CMYK | 0 | 0.02 | 0.06 | 0.09 |
HSL | 36.92º | 0.21% | 0.88% | - |
HSV(B) | 36.92º | 0.06% | 0.91% | - |
XYZ | 72.81 | 76.44 | 77.25 | - |
YUV | 226.58 | 123.16 | 131.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 226 | 218 | 0 | 0.02 | 0.06 | 0.09 | 36.92 | 0.21 | 0.88 |
Hex | E7 | E2 | DA | 0 | 2 | 6 | 9 | 25 | 15 | 58 |
Octal | 347 | 342 | 332 | 0 | 2 | 6 | 11 | 45 | 25 | 130 |
Binary | 11100111 | 11100010 | 11011010 | 0 | 10 | 110 | 1001 | 100101 | 10101 | 1011000 |
Color Harmonies of #E7E2DA
Complementary color
Monochromatic Colors of #E7E2DA
Black with #E7E2DA
Text Example
Text Example
White with #E7E2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E2DA; }
p { color: rgb(231,226,218); }
H1.HeaderClassName
{
color: #E7E2DA;
}
.AnyTagClassName
{
color: #E7E2DA;
}
</style>
background-color css
<style>
a { background-color: #E7E2DA; }
a { background-color: rgb(231,226,218); }
div.DivClassName
{
background-color: #E7E2DA;
}
.BgClassName
{
background-color: #E7E2DA;
}
</style>
border-color css
<style>
span { border-color: #E7E2DA; }
span { border-color: rgb(231,226,218); }
td.TdClassName
{
border-color: #E7E2DA;
}
.TagClassName
{
border-color: #E7E2DA;
}
</style>