Shades of Quartz #E2E1E6
Tints of Quartz #E2E1E6
RGB
CMYK
RGB Variations
Color information
#E2E1E6 (or 0xE2E1E6) is known color: Quartz. HEX triplet: E2, E1 and E6. RGB value is (226,225,230). Sum of RGB (Red+Green+Blue) = 226+225+230=681 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.19% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 230 - color contains mainly: blue. Hex color #E2E1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E1E6 is #1D1E19. Grayscale: #E1E1E1. Windows color (decimal): -1908250 or 15131106. OLE color: 15131106.
HSL color Cylindrical-coordinate representation of color #E2E1E6: hue angle of 252º degrees, saturation: 0.09, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E2E1E6 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 225 | 230 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.10 |
| HSL | 252º | 0.09% | 0.89% | - |
| HSV(B) | 252º | 0.02% | 0.9% | - |
| XYZ | 72.57 | 75.73 | 85.66 | - |
| YUV | 225.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 230 | 0.02 | 0.02 | 0 | 0.10 | 252 | 0.09 | 0.89 |
| Hex | E2 | E1 | E6 | 2 | 2 | 0 | A | FC | 9 | 59 |
| Octal | 342 | 341 | 346 | 2 | 2 | 0 | 12 | 374 | 11 | 131 |
| Binary | 11100010 | 11100001 | 11100110 | 10 | 10 | 0 | 1010 | 11111100 | 1001 | 1011001 |
Color Harmonies of #E2E1E6
Complementary color
Monochromatic Colors of #E2E1E6
Black with #E2E1E6
Text Example
Text Example
White with #E2E1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E1E6; }
p { color: rgb(226,225,230); }
H1.HeaderClassName
{
color: #E2E1E6;
}
.AnyTagClassName
{
color: #E2E1E6;
}
</style>
background-color css
<style>
a { background-color: #E2E1E6; }
a { background-color: rgb(226,225,230); }
div.DivClassName
{
background-color: #E2E1E6;
}
.BgClassName
{
background-color: #E2E1E6;
}
</style>
border-color css
<style>
span { border-color: #E2E1E6; }
span { border-color: rgb(226,225,230); }
td.TdClassName
{
border-color: #E2E1E6;
}
.TagClassName
{
border-color: #E2E1E6;
}
</style>