Shades of Quartz #E1E2EB
Tints of Quartz #E1E2EB
RGB
CMYK
RGB Variations
Color information
#E1E2EB (or 0xE1E2EB) is known color: Quartz. HEX triplet: E1, E2 and EB. RGB value is (225,226,235). Sum of RGB (Red+Green+Blue) = 225+226+235=686 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.80% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1E2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E2EB is #1E1D14. Grayscale: #E2E2E2. Windows color (decimal): -1973525 or 15459041. OLE color: 15459041.
HSL color Cylindrical-coordinate representation of color #E1E2EB: hue angle of 234º degrees, saturation: 0.2, 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 #E1E2EB is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 226 | 235 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.08 |
| HSL | 234º | 0.2% | 0.9% | - |
| HSV(B) | 234º | 0.04% | 0.92% | - |
| XYZ | 73.24 | 76.4 | 89.48 | - |
| YUV | 226.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 226 | 235 | 0.04 | 0.04 | 0 | 0.08 | 234 | 0.2 | 0.9 |
| Hex | E1 | E2 | EB | 4 | 4 | 0 | 8 | EA | 14 | 5A |
| Octal | 341 | 342 | 353 | 4 | 4 | 0 | 10 | 352 | 24 | 132 |
| Binary | 11100001 | 11100010 | 11101011 | 100 | 100 | 0 | 1000 | 11101010 | 10100 | 1011010 |
Color Harmonies of #E1E2EB
Complementary color
Monochromatic Colors of #E1E2EB
Black with #E1E2EB
Text Example
Text Example
White with #E1E2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E2EB; }
p { color: rgb(225,226,235); }
H1.HeaderClassName
{
color: #E1E2EB;
}
.AnyTagClassName
{
color: #E1E2EB;
}
</style>
background-color css
<style>
a { background-color: #E1E2EB; }
a { background-color: rgb(225,226,235); }
div.DivClassName
{
background-color: #E1E2EB;
}
.BgClassName
{
background-color: #E1E2EB;
}
</style>
border-color css
<style>
span { border-color: #E1E2EB; }
span { border-color: rgb(225,226,235); }
td.TdClassName
{
border-color: #E1E2EB;
}
.TagClassName
{
border-color: #E1E2EB;
}
</style>