Shades of Quartz #E2E1E5
Tints of Quartz #E2E1E5
RGB
CMYK
RGB Variations
Color information
#E2E1E5 (or 0xE2E1E5) is known color: Quartz. HEX triplet: E2, E1 and E5. RGB value is (226,225,229). Sum of RGB (Red+Green+Blue) = 226+225+229=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 229 - color contains mainly: blue. Hex color #E2E1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E1E5 is #1D1E1A. Grayscale: #E1E1E1. Windows color (decimal): -1908251 or 15065570. OLE color: 15065570.
HSL color Cylindrical-coordinate representation of color #E2E1E5: hue angle of 255º degrees, saturation: 0.07, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E2E1E5 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 226 | 225 | 229 | - |
CMYK | 0.01 | 0.02 | 0 | 0.10 |
HSL | 255º | 0.07% | 0.89% | - |
HSV(B) | 255º | 0.02% | 0.9% | - |
XYZ | 72.43 | 75.68 | 84.92 | - |
YUV | 225.76 | 129.83 | 128.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 225 | 229 | 0.01 | 0.02 | 0 | 0.10 | 255 | 0.07 | 0.89 |
Hex | E2 | E1 | E5 | 1 | 2 | 0 | A | FF | 7 | 59 |
Octal | 342 | 341 | 345 | 1 | 2 | 0 | 12 | 377 | 7 | 131 |
Binary | 11100010 | 11100001 | 11100101 | 1 | 10 | 0 | 1010 | 11111111 | 111 | 1011001 |
Color Harmonies of #E2E1E5
Complementary color
Monochromatic Colors of #E2E1E5
Black with #E2E1E5
Text Example
Text Example
White with #E2E1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E1E5; }
p { color: rgb(226,225,229); }
H1.HeaderClassName
{
color: #E2E1E5;
}
.AnyTagClassName
{
color: #E2E1E5;
}
</style>
background-color css
<style>
a { background-color: #E2E1E5; }
a { background-color: rgb(226,225,229); }
div.DivClassName
{
background-color: #E2E1E5;
}
.BgClassName
{
background-color: #E2E1E5;
}
</style>
border-color css
<style>
span { border-color: #E2E1E5; }
span { border-color: rgb(226,225,229); }
td.TdClassName
{
border-color: #E2E1E5;
}
.TagClassName
{
border-color: #E2E1E5;
}
</style>