Shades of Quartz #E0DEE9
Tints of Quartz #E0DEE9
RGB
CMYK
RGB Variations
Color information
#E0DEE9 (or 0xE0DEE9) is known color: Quartz. HEX triplet: E0, DE and E9. RGB value is (224,222,233). Sum of RGB (Red+Green+Blue) = 224+222+233=679 (89% of max value = 765). Red value is 224 (87.89% from 255 or 32.99% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 233 (91.41% from 255 or 34.32% from 679); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0DEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEE9 is #1F2116. Grayscale: #DFDFDF. Windows color (decimal): -2040087 or 15326944. OLE color: 15326944.
HSL color Cylindrical-coordinate representation of color #E0DEE9: hue angle of 250.91º degrees, saturation: 0.2, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0DEE9 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 222 | 233 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.09 |
| HSL | 250.91º | 0.2% | 0.89% | - |
| HSV(B) | 250.91º | 0.05% | 0.91% | - |
| XYZ | 71.57 | 73.97 | 87.6 | - |
| YUV | 223.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 233 | 0.04 | 0.05 | 0 | 0.09 | 250.91 | 0.2 | 0.89 |
| Hex | E0 | DE | E9 | 4 | 5 | 0 | 9 | FB | 14 | 59 |
| Octal | 340 | 336 | 351 | 4 | 5 | 0 | 11 | 373 | 24 | 131 |
| Binary | 11100000 | 11011110 | 11101001 | 100 | 101 | 0 | 1001 | 11111011 | 10100 | 1011001 |
Color Harmonies of #E0DEE9
Complementary color
Monochromatic Colors of #E0DEE9
Black with #E0DEE9
Text Example
Text Example
White with #E0DEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DEE9; }
p { color: rgb(224,222,233); }
H1.HeaderClassName
{
color: #E0DEE9;
}
.AnyTagClassName
{
color: #E0DEE9;
}
</style>
background-color css
<style>
a { background-color: #E0DEE9; }
a { background-color: rgb(224,222,233); }
div.DivClassName
{
background-color: #E0DEE9;
}
.BgClassName
{
background-color: #E0DEE9;
}
</style>
border-color css
<style>
span { border-color: #E0DEE9; }
span { border-color: rgb(224,222,233); }
td.TdClassName
{
border-color: #E0DEE9;
}
.TagClassName
{
border-color: #E0DEE9;
}
</style>