Shades of Zircon #E1EBED
Tints of Zircon #E1EBED
RGB
CMYK
RGB Variations
Color information
#E1EBED (or 0xE1EBED) is known color: Zircon. HEX triplet: E1, EB and ED. RGB value is (225,235,237). Sum of RGB (Red+Green+Blue) = 225+235+237=697 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.28% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1EBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EBED is #1E1412. Grayscale: #E8E8E8. Windows color (decimal): -1971219 or 15592417. OLE color: 15592417.
HSL color Cylindrical-coordinate representation of color #E1EBED: hue angle of 190º 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 #E1EBED is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 235 | 237 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.07 |
| HSL | 190º | 0.25% | 0.91% | - |
| HSV(B) | 190º | 0.05% | 0.93% | - |
| XYZ | 76.05 | 81.54 | 91.85 | - |
| YUV | 232.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 235 | 237 | 0.05 | 0.01 | 0 | 0.07 | 190 | 0.25 | 0.91 |
| Hex | E1 | EB | ED | 5 | 1 | 0 | 7 | BE | 19 | 5B |
| Octal | 341 | 353 | 355 | 5 | 1 | 0 | 7 | 276 | 31 | 133 |
| Binary | 11100001 | 11101011 | 11101101 | 101 | 1 | 0 | 111 | 10111110 | 11001 | 1011011 |
Color Harmonies of #E1EBED
Complementary color
Monochromatic Colors of #E1EBED
Black with #E1EBED
Text Example
Text Example
White with #E1EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EBED; }
p { color: rgb(225,235,237); }
H1.HeaderClassName
{
color: #E1EBED;
}
.AnyTagClassName
{
color: #E1EBED;
}
</style>
background-color css
<style>
a { background-color: #E1EBED; }
a { background-color: rgb(225,235,237); }
div.DivClassName
{
background-color: #E1EBED;
}
.BgClassName
{
background-color: #E1EBED;
}
</style>
border-color css
<style>
span { border-color: #E1EBED; }
span { border-color: rgb(225,235,237); }
td.TdClassName
{
border-color: #E1EBED;
}
.TagClassName
{
border-color: #E1EBED;
}
</style>