Shades of Quartz #E1E0E6
Tints of Quartz #E1E0E6
RGB
CMYK
RGB Variations
Color information
#E1E0E6 (or 0xE1E0E6) is known color: Quartz. HEX triplet: E1, E0 and E6. RGB value is (225,224,230). Sum of RGB (Red+Green+Blue) = 225+224+230=679 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.14% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1E0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E0E6 is #1E1F19. Grayscale: #E0E0E0. Windows color (decimal): -1974042 or 15130849. OLE color: 15130849.
HSL color Cylindrical-coordinate representation of color #E1E0E6: hue angle of 250º degrees, saturation: 0.11, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1E0E6 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 224 | 230 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.10 |
| HSL | 250º | 0.11% | 0.89% | - |
| HSV(B) | 250º | 0.03% | 0.9% | - |
| XYZ | 71.99 | 75.03 | 85.55 | - |
| YUV | 224.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 230 | 0.02 | 0.03 | 0 | 0.10 | 250 | 0.11 | 0.89 |
| Hex | E1 | E0 | E6 | 2 | 3 | 0 | A | FA | B | 59 |
| Octal | 341 | 340 | 346 | 2 | 3 | 0 | 12 | 372 | 13 | 131 |
| Binary | 11100001 | 11100000 | 11100110 | 10 | 11 | 0 | 1010 | 11111010 | 1011 | 1011001 |
Color Harmonies of #E1E0E6
Complementary color
Monochromatic Colors of #E1E0E6
Black with #E1E0E6
Text Example
Text Example
White with #E1E0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E0E6; }
p { color: rgb(225,224,230); }
H1.HeaderClassName
{
color: #E1E0E6;
}
.AnyTagClassName
{
color: #E1E0E6;
}
</style>
background-color css
<style>
a { background-color: #E1E0E6; }
a { background-color: rgb(225,224,230); }
div.DivClassName
{
background-color: #E1E0E6;
}
.BgClassName
{
background-color: #E1E0E6;
}
</style>
border-color css
<style>
span { border-color: #E1E0E6; }
span { border-color: rgb(225,224,230); }
td.TdClassName
{
border-color: #E1E0E6;
}
.TagClassName
{
border-color: #E1E0E6;
}
</style>