Shades of Vista White #E0DEDB
Tints of Vista White #E0DEDB
RGB
CMYK
RGB Variations
Color information
#E0DEDB (or 0xE0DEDB) is known color: Vista White. HEX triplet: E0, DE and DB. RGB value is (224,222,219). Sum of RGB (Red+Green+Blue) = 224+222+219=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DEDB is #1F2124. Grayscale: #DEDEDE. Windows color (decimal): -2040101 or 14409440. OLE color: 14409440.
HSL color Cylindrical-coordinate representation of color #E0DEDB: hue angle of 36º degrees, saturation: 0.07, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E0DEDB is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 219 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.12 |
| HSL | 36º | 0.07% | 0.87% | - |
| HSV(B) | 36º | 0.02% | 0.88% | - |
| XYZ | 69.65 | 73.2 | 77.48 | - |
| YUV | 222.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 219 | 0 | 0.01 | 0.02 | 0.12 | 36 | 0.07 | 0.87 |
| Hex | E0 | DE | DB | 0 | 1 | 2 | C | 24 | 7 | 57 |
| Octal | 340 | 336 | 333 | 0 | 1 | 2 | 14 | 44 | 7 | 127 |
| Binary | 11100000 | 11011110 | 11011011 | 0 | 1 | 10 | 1100 | 100100 | 111 | 1010111 |
Color Harmonies of #E0DEDB
Complementary color
Monochromatic Colors of #E0DEDB
Black with #E0DEDB
Text Example
Text Example
White with #E0DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DEDB; }
p { color: rgb(224,222,219); }
H1.HeaderClassName
{
color: #E0DEDB;
}
.AnyTagClassName
{
color: #E0DEDB;
}
</style>
background-color css
<style>
a { background-color: #E0DEDB; }
a { background-color: rgb(224,222,219); }
div.DivClassName
{
background-color: #E0DEDB;
}
.BgClassName
{
background-color: #E0DEDB;
}
</style>
border-color css
<style>
span { border-color: #E0DEDB; }
span { border-color: rgb(224,222,219); }
td.TdClassName
{
border-color: #E0DEDB;
}
.TagClassName
{
border-color: #E0DEDB;
}
</style>