Shades of Quartz #E1E3ED
Tints of Quartz #E1E3ED
RGB
CMYK
RGB Variations
Color information
#E1E3ED (or 0xE1E3ED) is known color: Quartz. HEX triplet: E1, E3 and ED. RGB value is (225,227,237). Sum of RGB (Red+Green+Blue) = 225+227+237=689 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.66% from 689); Green value is 227 (89.06% from 255 or 32.95% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1E3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E3ED is #1E1C12. Grayscale: #E3E3E3. Windows color (decimal): -1973267 or 15590369. OLE color: 15590369.
HSL color Cylindrical-coordinate representation of color #E1E3ED: hue angle of 230º degrees, saturation: 0.25, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1E3ED is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 227 | 237 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.07 |
| HSL | 230º | 0.25% | 0.91% | - |
| HSV(B) | 230º | 0.05% | 0.93% | - |
| XYZ | 73.81 | 77.06 | 91.1 | - |
| YUV | 227.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 237 | 0.05 | 0.04 | 0 | 0.07 | 230 | 0.25 | 0.91 |
| Hex | E1 | E3 | ED | 5 | 4 | 0 | 7 | E6 | 19 | 5B |
| Octal | 341 | 343 | 355 | 5 | 4 | 0 | 7 | 346 | 31 | 133 |
| Binary | 11100001 | 11100011 | 11101101 | 101 | 100 | 0 | 111 | 11100110 | 11001 | 1011011 |
Color Harmonies of #E1E3ED
Complementary color
Monochromatic Colors of #E1E3ED
Black with #E1E3ED
Text Example
Text Example
White with #E1E3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E3ED; }
p { color: rgb(225,227,237); }
H1.HeaderClassName
{
color: #E1E3ED;
}
.AnyTagClassName
{
color: #E1E3ED;
}
</style>
background-color css
<style>
a { background-color: #E1E3ED; }
a { background-color: rgb(225,227,237); }
div.DivClassName
{
background-color: #E1E3ED;
}
.BgClassName
{
background-color: #E1E3ED;
}
</style>
border-color css
<style>
span { border-color: #E1E3ED; }
span { border-color: rgb(225,227,237); }
td.TdClassName
{
border-color: #E1E3ED;
}
.TagClassName
{
border-color: #E1E3ED;
}
</style>