Shades of Vista White #E1DED8
Tints of Vista White #E1DED8
RGB
CMYK
RGB Variations
Color information
#E1DED8 (or 0xE1DED8) is known color: Vista White. HEX triplet: E1, DE and D8. RGB value is (225,222,216). Sum of RGB (Red+Green+Blue) = 225+222+216=663 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.94% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 216 (84.77% from 255 or 32.58% from 663); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DED8 is #1E2127. Grayscale: #DEDEDE. Windows color (decimal): -1974568 or 14212833. OLE color: 14212833.
HSL color Cylindrical-coordinate representation of color #E1DED8: hue angle of 40º degrees, saturation: 0.13, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1DED8 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 216 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.12 |
| HSL | 40º | 0.13% | 0.86% | - |
| HSV(B) | 40º | 0.04% | 0.88% | - |
| XYZ | 69.57 | 73.21 | 75.43 | - |
| YUV | 222.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 216 | 0 | 0.01 | 0.04 | 0.12 | 40 | 0.13 | 0.86 |
| Hex | E1 | DE | D8 | 0 | 1 | 4 | C | 28 | D | 56 |
| Octal | 341 | 336 | 330 | 0 | 1 | 4 | 14 | 50 | 15 | 126 |
| Binary | 11100001 | 11011110 | 11011000 | 0 | 1 | 100 | 1100 | 101000 | 1101 | 1010110 |
Color Harmonies of #E1DED8
Complementary color
Monochromatic Colors of #E1DED8
Black with #E1DED8
Text Example
Text Example
White with #E1DED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DED8; }
p { color: rgb(225,222,216); }
H1.HeaderClassName
{
color: #E1DED8;
}
.AnyTagClassName
{
color: #E1DED8;
}
</style>
background-color css
<style>
a { background-color: #E1DED8; }
a { background-color: rgb(225,222,216); }
div.DivClassName
{
background-color: #E1DED8;
}
.BgClassName
{
background-color: #E1DED8;
}
</style>
border-color css
<style>
span { border-color: #E1DED8; }
span { border-color: rgb(225,222,216); }
td.TdClassName
{
border-color: #E1DED8;
}
.TagClassName
{
border-color: #E1DED8;
}
</style>