Shades of Quartz #E0E0EF
Tints of Quartz #E0E0EF
RGB
CMYK
RGB Variations
Color information
#E0E0EF (or 0xE0E0EF) is known color: Quartz. HEX triplet: E0, E0 and EF. RGB value is (224,224,239). Sum of RGB (Red+Green+Blue) = 224+224+239=687 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.61% from 687); Green value is 224 (87.89% from 255 or 32.61% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0E0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0E0EF is #1F1F10. Grayscale: #E1E1E1. Windows color (decimal): -2039569 or 15720672. OLE color: 15720672.
HSL color Cylindrical-coordinate representation of color #E0E0EF: hue angle of 240º degrees, saturation: 0.32, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0E0EF is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 224 | 239 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.06 |
| HSL | 240º | 0.32% | 0.91% | - |
| HSV(B) | 240º | 0.06% | 0.94% | - |
| XYZ | 72.98 | 75.39 | 92.37 | - |
| YUV | 225.71 | 135.5 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 224 | 239 | 0.06 | 0.06 | 0 | 0.06 | 240 | 0.32 | 0.91 |
| Hex | E0 | E0 | EF | 6 | 6 | 0 | 6 | F0 | 20 | 5B |
| Octal | 340 | 340 | 357 | 6 | 6 | 0 | 6 | 360 | 40 | 133 |
| Binary | 11100000 | 11100000 | 11101111 | 110 | 110 | 0 | 110 | 11110000 | 100000 | 1011011 |
Color Harmonies of #E0E0EF
Complementary color
Monochromatic Colors of #E0E0EF
Black with #E0E0EF
Text Example
Text Example
White with #E0E0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E0EF; }
p { color: rgb(224,224,239); }
H1.HeaderClassName
{
color: #E0E0EF;
}
.AnyTagClassName
{
color: #E0E0EF;
}
</style>
background-color css
<style>
a { background-color: #E0E0EF; }
a { background-color: rgb(224,224,239); }
div.DivClassName
{
background-color: #E0E0EF;
}
.BgClassName
{
background-color: #E0E0EF;
}
</style>
border-color css
<style>
span { border-color: #E0E0EF; }
span { border-color: rgb(224,224,239); }
td.TdClassName
{
border-color: #E0E0EF;
}
.TagClassName
{
border-color: #E0E0EF;
}
</style>