Shades of Quartz #E0DEF6
Tints of Quartz #E0DEF6
RGB
CMYK
RGB Variations
Color information
#E0DEF6 (or 0xE0DEF6) is known color: Quartz. HEX triplet: E0, DE and F6. RGB value is (224,222,246). Sum of RGB (Red+Green+Blue) = 224+222+246=692 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.37% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 246 (96.48% from 255 or 35.55% from 692); Max value from RGB is 246 - color contains mainly: blue. Hex color #E0DEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEF6 is #1F2109. Grayscale: #E1E1E1. Windows color (decimal): -2040074 or 16178912. OLE color: 16178912.
HSL color Cylindrical-coordinate representation of color #E0DEF6: hue angle of 245º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0DEF6 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 222 | 246 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.04 |
| HSL | 245º | 0.57% | 0.92% | - |
| HSV(B) | 245º | 0.1% | 0.96% | - |
| XYZ | 73.5 | 74.74 | 97.74 | - |
| YUV | 225.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 246 | 0.09 | 0.10 | 0 | 0.04 | 245 | 0.57 | 0.92 |
| Hex | E0 | DE | F6 | 9 | A | 0 | 4 | F5 | 39 | 5C |
| Octal | 340 | 336 | 366 | 11 | 12 | 0 | 4 | 365 | 71 | 134 |
| Binary | 11100000 | 11011110 | 11110110 | 1001 | 1010 | 0 | 100 | 11110101 | 111001 | 1011100 |
Color Harmonies of #E0DEF6
Complementary color
Monochromatic Colors of #E0DEF6
Black with #E0DEF6
Text Example
Text Example
White with #E0DEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DEF6; }
p { color: rgb(224,222,246); }
H1.HeaderClassName
{
color: #E0DEF6;
}
.AnyTagClassName
{
color: #E0DEF6;
}
</style>
background-color css
<style>
a { background-color: #E0DEF6; }
a { background-color: rgb(224,222,246); }
div.DivClassName
{
background-color: #E0DEF6;
}
.BgClassName
{
background-color: #E0DEF6;
}
</style>
border-color css
<style>
span { border-color: #E0DEF6; }
span { border-color: rgb(224,222,246); }
td.TdClassName
{
border-color: #E0DEF6;
}
.TagClassName
{
border-color: #E0DEF6;
}
</style>