Shades of Quartz #E2E2EB
Tints of Quartz #E2E2EB
RGB
CMYK
RGB Variations
Color information
#E2E2EB (or 0xE2E2EB) is known color: Quartz. HEX triplet: E2, E2 and EB. RGB value is (226,226,235). Sum of RGB (Red+Green+Blue) = 226+226+235=687 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.90% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2E2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E2EB is #1D1D14. Grayscale: #E2E2E2. Windows color (decimal): -1907989 or 15459042. OLE color: 15459042.
HSL color Cylindrical-coordinate representation of color #E2E2EB: hue angle of 240º 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 #E2E2EB is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 226 | 226 | 235 | - |
CMYK | 0.04 | 0.04 | 0 | 0.08 |
HSL | 240º | 0.18% | 0.9% | - |
HSV(B) | 240º | 0.04% | 0.92% | - |
XYZ | 73.56 | 76.56 | 89.5 | - |
YUV | 227.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 226 | 235 | 0.04 | 0.04 | 0 | 0.08 | 240 | 0.18 | 0.9 |
Hex | E2 | E2 | EB | 4 | 4 | 0 | 8 | F0 | 12 | 5A |
Octal | 342 | 342 | 353 | 4 | 4 | 0 | 10 | 360 | 22 | 132 |
Binary | 11100010 | 11100010 | 11101011 | 100 | 100 | 0 | 1000 | 11110000 | 10010 | 1011010 |
Color Harmonies of #E2E2EB
Complementary color
Monochromatic Colors of #E2E2EB
Black with #E2E2EB
Text Example
Text Example
White with #E2E2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E2EB; }
p { color: rgb(226,226,235); }
H1.HeaderClassName
{
color: #E2E2EB;
}
.AnyTagClassName
{
color: #E2E2EB;
}
</style>
background-color css
<style>
a { background-color: #E2E2EB; }
a { background-color: rgb(226,226,235); }
div.DivClassName
{
background-color: #E2E2EB;
}
.BgClassName
{
background-color: #E2E2EB;
}
</style>
border-color css
<style>
span { border-color: #E2E2EB; }
span { border-color: rgb(226,226,235); }
td.TdClassName
{
border-color: #E2E2EB;
}
.TagClassName
{
border-color: #E2E2EB;
}
</style>