Shades of Vista White #E5E1DC
Tints of Vista White #E5E1DC
RGB
CMYK
RGB Variations
Color information
#E5E1DC (or 0xE5E1DC) is known color: Vista White. HEX triplet: E5, E1 and DC. RGB value is (229,225,220). Sum of RGB (Red+Green+Blue) = 229+225+220=674 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.98% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E1DC is #1A1E23. Grayscale: #E1E1E1. Windows color (decimal): -1711652 or 14475749. OLE color: 14475749.
HSL color Cylindrical-coordinate representation of color #E5E1DC: hue angle of 33.33º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5E1DC is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 220 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.10 |
| HSL | 33.33º | 0.15% | 0.88% | - |
| HSV(B) | 33.33º | 0.04% | 0.9% | - |
| XYZ | 72.16 | 75.68 | 78.51 | - |
| YUV | 225.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 220 | 0 | 0.02 | 0.04 | 0.10 | 33.33 | 0.15 | 0.88 |
| Hex | E5 | E1 | DC | 0 | 2 | 4 | A | 21 | F | 58 |
| Octal | 345 | 341 | 334 | 0 | 2 | 4 | 12 | 41 | 17 | 130 |
| Binary | 11100101 | 11100001 | 11011100 | 0 | 10 | 100 | 1010 | 100001 | 1111 | 1011000 |
Color Harmonies of #E5E1DC
Complementary color
Monochromatic Colors of #E5E1DC
Black with #E5E1DC
Text Example
Text Example
White with #E5E1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E1DC; }
p { color: rgb(229,225,220); }
H1.HeaderClassName
{
color: #E5E1DC;
}
.AnyTagClassName
{
color: #E5E1DC;
}
</style>
background-color css
<style>
a { background-color: #E5E1DC; }
a { background-color: rgb(229,225,220); }
div.DivClassName
{
background-color: #E5E1DC;
}
.BgClassName
{
background-color: #E5E1DC;
}
</style>
border-color css
<style>
span { border-color: #E5E1DC; }
span { border-color: rgb(229,225,220); }
td.TdClassName
{
border-color: #E5E1DC;
}
.TagClassName
{
border-color: #E5E1DC;
}
</style>