Shades of Quartz #E0DEE7
Tints of Quartz #E0DEE7
RGB
CMYK
RGB Variations
Color information
#E0DEE7 (or 0xE0DEE7) is known color: Quartz. HEX triplet: E0, DE and E7. RGB value is (224,222,231). Sum of RGB (Red+Green+Blue) = 224+222+231=677 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.09% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 231 (90.62% from 255 or 34.12% from 677); Max value from RGB is 231 - color contains mainly: blue. Hex color #E0DEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEE7 is #1F2118. Grayscale: #DFDFDF. Windows color (decimal): -2040089 or 15195872. OLE color: 15195872.
HSL color Cylindrical-coordinate representation of color #E0DEE7: hue angle of 253.33º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E0DEE7 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 222 | 231 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.09 |
| HSL | 253.33º | 0.16% | 0.89% | - |
| HSV(B) | 253.33º | 0.04% | 0.91% | - |
| XYZ | 71.29 | 73.86 | 86.1 | - |
| YUV | 223.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 231 | 0.03 | 0.04 | 0 | 0.09 | 253.33 | 0.16 | 0.89 |
| Hex | E0 | DE | E7 | 3 | 4 | 0 | 9 | FD | 10 | 59 |
| Octal | 340 | 336 | 347 | 3 | 4 | 0 | 11 | 375 | 20 | 131 |
| Binary | 11100000 | 11011110 | 11100111 | 11 | 100 | 0 | 1001 | 11111101 | 10000 | 1011001 |
Color Harmonies of #E0DEE7
Complementary color
Monochromatic Colors of #E0DEE7
Black with #E0DEE7
Text Example
Text Example
White with #E0DEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DEE7; }
p { color: rgb(224,222,231); }
H1.HeaderClassName
{
color: #E0DEE7;
}
.AnyTagClassName
{
color: #E0DEE7;
}
</style>
background-color css
<style>
a { background-color: #E0DEE7; }
a { background-color: rgb(224,222,231); }
div.DivClassName
{
background-color: #E0DEE7;
}
.BgClassName
{
background-color: #E0DEE7;
}
</style>
border-color css
<style>
span { border-color: #E0DEE7; }
span { border-color: rgb(224,222,231); }
td.TdClassName
{
border-color: #E0DEE7;
}
.TagClassName
{
border-color: #E0DEE7;
}
</style>