Shades of Zircon #E5EFF1
Tints of Zircon #E5EFF1
RGB
CMYK
RGB Variations
Color information
#E5EFF1 (or 0xE5EFF1) is known color: Zircon. HEX triplet: E5, EF and F1. RGB value is (229,239,241). Sum of RGB (Red+Green+Blue) = 229+239+241=709 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.30% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 241 (94.53% from 255 or 33.99% from 709); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5EFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EFF1 is #1A100E. Grayscale: #ECECEC. Windows color (decimal): -1708047 or 15855589. OLE color: 15855589.
HSL color Cylindrical-coordinate representation of color #E5EFF1: hue angle of 190º degrees, saturation: 0.3, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5EFF1 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 239 | 241 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.05 |
| HSL | 190º | 0.3% | 0.92% | - |
| HSV(B) | 190º | 0.05% | 0.95% | - |
| XYZ | 79.06 | 84.74 | 95.41 | - |
| YUV | 236.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 239 | 241 | 0.05 | 0.01 | 0 | 0.05 | 190 | 0.3 | 0.92 |
| Hex | E5 | EF | F1 | 5 | 1 | 0 | 5 | BE | 1E | 5C |
| Octal | 345 | 357 | 361 | 5 | 1 | 0 | 5 | 276 | 36 | 134 |
| Binary | 11100101 | 11101111 | 11110001 | 101 | 1 | 0 | 101 | 10111110 | 11110 | 1011100 |
Color Harmonies of #E5EFF1
Complementary color
Monochromatic Colors of #E5EFF1
Black with #E5EFF1
Text Example
Text Example
White with #E5EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EFF1; }
p { color: rgb(229,239,241); }
H1.HeaderClassName
{
color: #E5EFF1;
}
.AnyTagClassName
{
color: #E5EFF1;
}
</style>
background-color css
<style>
a { background-color: #E5EFF1; }
a { background-color: rgb(229,239,241); }
div.DivClassName
{
background-color: #E5EFF1;
}
.BgClassName
{
background-color: #E5EFF1;
}
</style>
border-color css
<style>
span { border-color: #E5EFF1; }
span { border-color: rgb(229,239,241); }
td.TdClassName
{
border-color: #E5EFF1;
}
.TagClassName
{
border-color: #E5EFF1;
}
</style>