Shades of Vista White #E1DEDA
Tints of Vista White #E1DEDA
RGB
CMYK
RGB Variations
Color information
#E1DEDA (or 0xE1DEDA) is known color: Vista White. HEX triplet: E1, DE and DA. RGB value is (225,222,218). Sum of RGB (Red+Green+Blue) = 225+222+218=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DEDA is #1E2125. Grayscale: #DEDEDE. Windows color (decimal): -1974566 or 14343905. OLE color: 14343905.
HSL color Cylindrical-coordinate representation of color #E1DEDA: hue angle of 34.29º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1DEDA is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 218 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.12 |
| HSL | 34.29º | 0.1% | 0.87% | - |
| HSV(B) | 34.29º | 0.03% | 0.88% | - |
| XYZ | 69.83 | 73.31 | 76.8 | - |
| YUV | 222.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 218 | 0 | 0.01 | 0.03 | 0.12 | 34.29 | 0.1 | 0.87 |
| Hex | E1 | DE | DA | 0 | 1 | 3 | C | 22 | A | 57 |
| Octal | 341 | 336 | 332 | 0 | 1 | 3 | 14 | 42 | 12 | 127 |
| Binary | 11100001 | 11011110 | 11011010 | 0 | 1 | 11 | 1100 | 100010 | 1010 | 1010111 |
Color Harmonies of #E1DEDA
Complementary color
Monochromatic Colors of #E1DEDA
Black with #E1DEDA
Text Example
Text Example
White with #E1DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEDA; }
p { color: rgb(225,222,218); }
H1.HeaderClassName
{
color: #E1DEDA;
}
.AnyTagClassName
{
color: #E1DEDA;
}
</style>
background-color css
<style>
a { background-color: #E1DEDA; }
a { background-color: rgb(225,222,218); }
div.DivClassName
{
background-color: #E1DEDA;
}
.BgClassName
{
background-color: #E1DEDA;
}
</style>
border-color css
<style>
span { border-color: #E1DEDA; }
span { border-color: rgb(225,222,218); }
td.TdClassName
{
border-color: #E1DEDA;
}
.TagClassName
{
border-color: #E1DEDA;
}
</style>