Shades of Vista White #E8E1D7
Tints of Vista White #E8E1D7
RGB
CMYK
RGB Variations
Color information
#E8E1D7 (or 0xE8E1D7) is known color: Vista White. HEX triplet: E8, E1 and D7. RGB value is (232,225,215). Sum of RGB (Red+Green+Blue) = 232+225+215=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E1D7 is #171E28. Grayscale: #E2E2E2. Windows color (decimal): -1515049 or 14148072. OLE color: 14148072.
HSL color Cylindrical-coordinate representation of color #E8E1D7: hue angle of 35.29º degrees, saturation: 0.27, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E8E1D7 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 225 | 215 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.09 |
| HSL | 35.29º | 0.27% | 0.88% | - |
| HSV(B) | 35.29º | 0.07% | 0.91% | - |
| XYZ | 72.47 | 75.91 | 75.12 | - |
| YUV | 225.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 225 | 215 | 0 | 0.03 | 0.07 | 0.09 | 35.29 | 0.27 | 0.88 |
| Hex | E8 | E1 | D7 | 0 | 3 | 7 | 9 | 23 | 1B | 58 |
| Octal | 350 | 341 | 327 | 0 | 3 | 7 | 11 | 43 | 33 | 130 |
| Binary | 11101000 | 11100001 | 11010111 | 0 | 11 | 111 | 1001 | 100011 | 11011 | 1011000 |
Color Harmonies of #E8E1D7
Complementary color
Monochromatic Colors of #E8E1D7
Black with #E8E1D7
Text Example
Text Example
White with #E8E1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E1D7; }
p { color: rgb(232,225,215); }
H1.HeaderClassName
{
color: #E8E1D7;
}
.AnyTagClassName
{
color: #E8E1D7;
}
</style>
background-color css
<style>
a { background-color: #E8E1D7; }
a { background-color: rgb(232,225,215); }
div.DivClassName
{
background-color: #E8E1D7;
}
.BgClassName
{
background-color: #E8E1D7;
}
</style>
border-color css
<style>
span { border-color: #E8E1D7; }
span { border-color: rgb(232,225,215); }
td.TdClassName
{
border-color: #E8E1D7;
}
.TagClassName
{
border-color: #E8E1D7;
}
</style>