Shades of Vista White #E5E0D9
Tints of Vista White #E5E0D9
RGB
CMYK
RGB Variations
Color information
#E5E0D9 (or 0xE5E0D9) is known color: Vista White. HEX triplet: E5, E0 and D9. RGB value is (229,224,217). Sum of RGB (Red+Green+Blue) = 229+224+217=670 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.18% from 670); Green value is 224 (87.89% from 255 or 33.43% from 670); Blue value is 217 (85.16% from 255 or 32.39% from 670); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E0D9 is #1A1F26. Grayscale: #E0E0E0. Windows color (decimal): -1711911 or 14278885. OLE color: 14278885.
HSL color Cylindrical-coordinate representation of color #E5E0D9: hue angle of 35º degrees, saturation: 0.19, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5E0D9 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 224 | 217 | - |
CMYK | 0 | 0.02 | 0.05 | 0.10 |
HSL | 35º | 0.19% | 0.87% | - |
HSV(B) | 35º | 0.05% | 0.9% | - |
XYZ | 71.49 | 74.98 | 76.35 | - |
YUV | 224.7 | 123.66 | 131.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 224 | 217 | 0 | 0.02 | 0.05 | 0.10 | 35 | 0.19 | 0.87 |
Hex | E5 | E0 | D9 | 0 | 2 | 5 | A | 23 | 13 | 57 |
Octal | 345 | 340 | 331 | 0 | 2 | 5 | 12 | 43 | 23 | 127 |
Binary | 11100101 | 11100000 | 11011001 | 0 | 10 | 101 | 1010 | 100011 | 10011 | 1010111 |
Color Harmonies of #E5E0D9
Complementary color
Monochromatic Colors of #E5E0D9
Black with #E5E0D9
Text Example
Text Example
White with #E5E0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E0D9; }
p { color: rgb(229,224,217); }
H1.HeaderClassName
{
color: #E5E0D9;
}
.AnyTagClassName
{
color: #E5E0D9;
}
</style>
background-color css
<style>
a { background-color: #E5E0D9; }
a { background-color: rgb(229,224,217); }
div.DivClassName
{
background-color: #E5E0D9;
}
.BgClassName
{
background-color: #E5E0D9;
}
</style>
border-color css
<style>
span { border-color: #E5E0D9; }
span { border-color: rgb(229,224,217); }
td.TdClassName
{
border-color: #E5E0D9;
}
.TagClassName
{
border-color: #E5E0D9;
}
</style>