Shades of Zircon #E4F0F1
Tints of Zircon #E4F0F1
RGB
CMYK
RGB Variations
Color information
#E4F0F1 (or 0xE4F0F1) is known color: Zircon. HEX triplet: E4, F0 and F1. RGB value is (228,240,241). Sum of RGB (Red+Green+Blue) = 228+240+241=709 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.16% from 709); Green value is 240 (94.14% from 255 or 33.85% 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 #E4F0F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4F0F1 is #1B0F0E. Grayscale: #ECECEC. Windows color (decimal): -1773327 or 15855844. OLE color: 15855844.
HSL color Cylindrical-coordinate representation of color #E4F0F1: hue angle of 184.62º degrees, saturation: 0.32, 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 #E4F0F1 is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 240 | 241 | - |
| CMYK | 0.05 | 0.00 | 0 | 0.05 |
| HSL | 184.62º | 0.32% | 0.92% | - |
| HSV(B) | 184.62º | 0.05% | 0.95% | - |
| XYZ | 79.03 | 85.17 | 95.49 | - |
| YUV | 236.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 240 | 241 | 0.05 | 0.00 | 0 | 0.05 | 184.62 | 0.32 | 0.92 |
| Hex | E4 | F0 | F1 | 5 | 0 | 0 | 5 | B9 | 20 | 5C |
| Octal | 344 | 360 | 361 | 5 | 0 | 0 | 5 | 271 | 40 | 134 |
| Binary | 11100100 | 11110000 | 11110001 | 101 | 0 | 0 | 101 | 10111001 | 100000 | 1011100 |
Color Harmonies of #E4F0F1
Complementary color
Monochromatic Colors of #E4F0F1
Black with #E4F0F1
Text Example
Text Example
White with #E4F0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F0F1; }
p { color: rgb(228,240,241); }
H1.HeaderClassName
{
color: #E4F0F1;
}
.AnyTagClassName
{
color: #E4F0F1;
}
</style>
background-color css
<style>
a { background-color: #E4F0F1; }
a { background-color: rgb(228,240,241); }
div.DivClassName
{
background-color: #E4F0F1;
}
.BgClassName
{
background-color: #E4F0F1;
}
</style>
border-color css
<style>
span { border-color: #E4F0F1; }
span { border-color: rgb(228,240,241); }
td.TdClassName
{
border-color: #E4F0F1;
}
.TagClassName
{
border-color: #E4F0F1;
}
</style>