Shades of Quartz #E3E2EA
Tints of Quartz #E3E2EA
RGB
CMYK
RGB Variations
Color information
#E3E2EA (or 0xE3E2EA) is known color: Quartz. HEX triplet: E3, E2 and EA. RGB value is (227,226,234). Sum of RGB (Red+Green+Blue) = 227+226+234=687 (90% of max value = 765). Red value is 227 (89.06% from 255 or 33.04% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3E2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3E2EA is #1C1D15. Grayscale: #E3E3E3. Windows color (decimal): -1842454 or 15393507. OLE color: 15393507.
HSL color Cylindrical-coordinate representation of color #E3E2EA: hue angle of 247.5º degrees, saturation: 0.16, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E3E2EA is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 226 | 234 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.08 |
| HSL | 247.5º | 0.16% | 0.9% | - |
| HSV(B) | 247.5º | 0.03% | 0.92% | - |
| XYZ | 73.73 | 76.66 | 88.75 | - |
| YUV | 227.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 226 | 234 | 0.03 | 0.03 | 0 | 0.08 | 247.5 | 0.16 | 0.9 |
| Hex | E3 | E2 | EA | 3 | 3 | 0 | 8 | F8 | 10 | 5A |
| Octal | 343 | 342 | 352 | 3 | 3 | 0 | 10 | 370 | 20 | 132 |
| Binary | 11100011 | 11100010 | 11101010 | 11 | 11 | 0 | 1000 | 11111000 | 10000 | 1011010 |
Color Harmonies of #E3E2EA
Complementary color
Monochromatic Colors of #E3E2EA
Black with #E3E2EA
Text Example
Text Example
White with #E3E2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E2EA; }
p { color: rgb(227,226,234); }
H1.HeaderClassName
{
color: #E3E2EA;
}
.AnyTagClassName
{
color: #E3E2EA;
}
</style>
background-color css
<style>
a { background-color: #E3E2EA; }
a { background-color: rgb(227,226,234); }
div.DivClassName
{
background-color: #E3E2EA;
}
.BgClassName
{
background-color: #E3E2EA;
}
</style>
border-color css
<style>
span { border-color: #E3E2EA; }
span { border-color: rgb(227,226,234); }
td.TdClassName
{
border-color: #E3E2EA;
}
.TagClassName
{
border-color: #E3E2EA;
}
</style>