Shades of Quartz #E2E1E9
Tints of Quartz #E2E1E9
RGB
CMYK
RGB Variations
Color information
#E2E1E9 (or 0xE2E1E9) is known color: Quartz. HEX triplet: E2, E1 and E9. RGB value is (226,225,233). Sum of RGB (Red+Green+Blue) = 226+225+233=684 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.04% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 233 (91.41% from 255 or 34.06% from 684); Max value from RGB is 233 - color contains mainly: blue. Hex color #E2E1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E1E9 is #1D1E16. Grayscale: #E2E2E2. Windows color (decimal): -1908247 or 15327714. OLE color: 15327714.
HSL color Cylindrical-coordinate representation of color #E2E1E9: hue angle of 247.5º degrees, saturation: 0.15, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2E1E9 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 225 | 233 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.09 |
| HSL | 247.5º | 0.15% | 0.9% | - |
| HSV(B) | 247.5º | 0.03% | 0.91% | - |
| XYZ | 73 | 75.9 | 87.89 | - |
| YUV | 226.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 233 | 0.03 | 0.03 | 0 | 0.09 | 247.5 | 0.15 | 0.9 |
| Hex | E2 | E1 | E9 | 3 | 3 | 0 | 9 | F8 | F | 5A |
| Octal | 342 | 341 | 351 | 3 | 3 | 0 | 11 | 370 | 17 | 132 |
| Binary | 11100010 | 11100001 | 11101001 | 11 | 11 | 0 | 1001 | 11111000 | 1111 | 1011010 |
Color Harmonies of #E2E1E9
Complementary color
Monochromatic Colors of #E2E1E9
Black with #E2E1E9
Text Example
Text Example
White with #E2E1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E1E9; }
p { color: rgb(226,225,233); }
H1.HeaderClassName
{
color: #E2E1E9;
}
.AnyTagClassName
{
color: #E2E1E9;
}
</style>
background-color css
<style>
a { background-color: #E2E1E9; }
a { background-color: rgb(226,225,233); }
div.DivClassName
{
background-color: #E2E1E9;
}
.BgClassName
{
background-color: #E2E1E9;
}
</style>
border-color css
<style>
span { border-color: #E2E1E9; }
span { border-color: rgb(226,225,233); }
td.TdClassName
{
border-color: #E2E1E9;
}
.TagClassName
{
border-color: #E2E1E9;
}
</style>