Shades of Quartz #E0DEF0
Tints of Quartz #E0DEF0
RGB
CMYK
RGB Variations
Color information
#E0DEF0 (or 0xE0DEF0) is known color: Quartz. HEX triplet: E0, DE and F0. RGB value is (224,222,240). Sum of RGB (Red+Green+Blue) = 224+222+240=686 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.65% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0DEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEF0 is #1F210F. Grayscale: #E0E0E0. Windows color (decimal): -2040080 or 15785696. OLE color: 15785696.
HSL color Cylindrical-coordinate representation of color #E0DEF0: hue angle of 246.67º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0DEF0 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 222 | 240 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.06 |
| HSL | 246.67º | 0.38% | 0.91% | - |
| HSV(B) | 246.67º | 0.07% | 0.94% | - |
| XYZ | 72.59 | 74.38 | 92.97 | - |
| YUV | 224.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 240 | 0.07 | 0.08 | 0 | 0.06 | 246.67 | 0.38 | 0.91 |
| Hex | E0 | DE | F0 | 7 | 8 | 0 | 6 | F7 | 26 | 5B |
| Octal | 340 | 336 | 360 | 7 | 10 | 0 | 6 | 367 | 46 | 133 |
| Binary | 11100000 | 11011110 | 11110000 | 111 | 1000 | 0 | 110 | 11110111 | 100110 | 1011011 |
Color Harmonies of #E0DEF0
Complementary color
Monochromatic Colors of #E0DEF0
Black with #E0DEF0
Text Example
Text Example
White with #E0DEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DEF0; }
p { color: rgb(224,222,240); }
H1.HeaderClassName
{
color: #E0DEF0;
}
.AnyTagClassName
{
color: #E0DEF0;
}
</style>
background-color css
<style>
a { background-color: #E0DEF0; }
a { background-color: rgb(224,222,240); }
div.DivClassName
{
background-color: #E0DEF0;
}
.BgClassName
{
background-color: #E0DEF0;
}
</style>
border-color css
<style>
span { border-color: #E0DEF0; }
span { border-color: rgb(224,222,240); }
td.TdClassName
{
border-color: #E0DEF0;
}
.TagClassName
{
border-color: #E0DEF0;
}
</style>