Shades of Quartz #E0DEEA
Tints of Quartz #E0DEEA
RGB
CMYK
RGB Variations
Color information
#E0DEEA (or 0xE0DEEA) is known color: Quartz. HEX triplet: E0, DE and EA. RGB value is (224,222,234). Sum of RGB (Red+Green+Blue) = 224+222+234=680 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.94% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0DEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEEA is #1F2115. Grayscale: #DFDFDF. Windows color (decimal): -2040086 or 15392480. OLE color: 15392480.
HSL color Cylindrical-coordinate representation of color #E0DEEA: hue angle of 250º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0DEEA is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 222 | 234 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.08 |
| HSL | 250º | 0.22% | 0.89% | - |
| HSV(B) | 250º | 0.05% | 0.92% | - |
| XYZ | 71.71 | 74.03 | 88.35 | - |
| YUV | 223.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 234 | 0.04 | 0.05 | 0 | 0.08 | 250 | 0.22 | 0.89 |
| Hex | E0 | DE | EA | 4 | 5 | 0 | 8 | FA | 16 | 59 |
| Octal | 340 | 336 | 352 | 4 | 5 | 0 | 10 | 372 | 26 | 131 |
| Binary | 11100000 | 11011110 | 11101010 | 100 | 101 | 0 | 1000 | 11111010 | 10110 | 1011001 |
Color Harmonies of #E0DEEA
Complementary color
Monochromatic Colors of #E0DEEA
Black with #E0DEEA
Text Example
Text Example
White with #E0DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DEEA; }
p { color: rgb(224,222,234); }
H1.HeaderClassName
{
color: #E0DEEA;
}
.AnyTagClassName
{
color: #E0DEEA;
}
</style>
background-color css
<style>
a { background-color: #E0DEEA; }
a { background-color: rgb(224,222,234); }
div.DivClassName
{
background-color: #E0DEEA;
}
.BgClassName
{
background-color: #E0DEEA;
}
</style>
border-color css
<style>
span { border-color: #E0DEEA; }
span { border-color: rgb(224,222,234); }
td.TdClassName
{
border-color: #E0DEEA;
}
.TagClassName
{
border-color: #E0DEEA;
}
</style>