Shades of Quartz #E2E1EA
Tints of Quartz #E2E1EA
RGB
CMYK
RGB Variations
Color information
#E2E1EA (or 0xE2E1EA) is known color: Quartz. HEX triplet: E2, E1 and EA. RGB value is (226,225,234). Sum of RGB (Red+Green+Blue) = 226+225+234=685 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.99% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2E1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E1EA is #1D1E15. Grayscale: #E2E2E2. Windows color (decimal): -1908246 or 15393250. OLE color: 15393250.
HSL color Cylindrical-coordinate representation of color #E2E1EA: hue angle of 246.67º degrees, saturation: 0.18, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E2E1EA is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 225 | 234 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.08 |
| HSL | 246.67º | 0.18% | 0.9% | - |
| HSV(B) | 246.67º | 0.04% | 0.92% | - |
| XYZ | 73.14 | 75.96 | 88.65 | - |
| YUV | 226.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 234 | 0.03 | 0.04 | 0 | 0.08 | 246.67 | 0.18 | 0.9 |
| Hex | E2 | E1 | EA | 3 | 4 | 0 | 8 | F7 | 12 | 5A |
| Octal | 342 | 341 | 352 | 3 | 4 | 0 | 10 | 367 | 22 | 132 |
| Binary | 11100010 | 11100001 | 11101010 | 11 | 100 | 0 | 1000 | 11110111 | 10010 | 1011010 |
Color Harmonies of #E2E1EA
Complementary color
Monochromatic Colors of #E2E1EA
Black with #E2E1EA
Text Example
Text Example
White with #E2E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E1EA; }
p { color: rgb(226,225,234); }
H1.HeaderClassName
{
color: #E2E1EA;
}
.AnyTagClassName
{
color: #E2E1EA;
}
</style>
background-color css
<style>
a { background-color: #E2E1EA; }
a { background-color: rgb(226,225,234); }
div.DivClassName
{
background-color: #E2E1EA;
}
.BgClassName
{
background-color: #E2E1EA;
}
</style>
border-color css
<style>
span { border-color: #E2E1EA; }
span { border-color: rgb(226,225,234); }
td.TdClassName
{
border-color: #E2E1EA;
}
.TagClassName
{
border-color: #E2E1EA;
}
</style>