Shades of Quartz #E0DEF4
Tints of Quartz #E0DEF4
RGB
CMYK
RGB Variations
Color information
#E0DEF4 (or 0xE0DEF4) is known color: Quartz. HEX triplet: E0, DE and F4. RGB value is (224,222,244). Sum of RGB (Red+Green+Blue) = 224+222+244=690 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.46% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 244 (95.70% from 255 or 35.36% from 690); Max value from RGB is 244 - color contains mainly: blue. Hex color #E0DEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEF4 is #1F210B. Grayscale: #E1E1E1. Windows color (decimal): -2040076 or 16047840. OLE color: 16047840.
HSL color Cylindrical-coordinate representation of color #E0DEF4: hue angle of 245.45º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0DEF4 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 222 | 244 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.04 |
| HSL | 245.45º | 0.5% | 0.91% | - |
| HSV(B) | 245.45º | 0.09% | 0.96% | - |
| XYZ | 73.19 | 74.62 | 96.13 | - |
| YUV | 225.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 244 | 0.08 | 0.09 | 0 | 0.04 | 245.45 | 0.5 | 0.91 |
| Hex | E0 | DE | F4 | 8 | 9 | 0 | 4 | F5 | 32 | 5B |
| Octal | 340 | 336 | 364 | 10 | 11 | 0 | 4 | 365 | 62 | 133 |
| Binary | 11100000 | 11011110 | 11110100 | 1000 | 1001 | 0 | 100 | 11110101 | 110010 | 1011011 |
Color Harmonies of #E0DEF4
Complementary color
Monochromatic Colors of #E0DEF4
Black with #E0DEF4
Text Example
Text Example
White with #E0DEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DEF4; }
p { color: rgb(224,222,244); }
H1.HeaderClassName
{
color: #E0DEF4;
}
.AnyTagClassName
{
color: #E0DEF4;
}
</style>
background-color css
<style>
a { background-color: #E0DEF4; }
a { background-color: rgb(224,222,244); }
div.DivClassName
{
background-color: #E0DEF4;
}
.BgClassName
{
background-color: #E0DEF4;
}
</style>
border-color css
<style>
span { border-color: #E0DEF4; }
span { border-color: rgb(224,222,244); }
td.TdClassName
{
border-color: #E0DEF4;
}
.TagClassName
{
border-color: #E0DEF4;
}
</style>