Shades of Zircon #E6EFF0
Tints of Zircon #E6EFF0
RGB
CMYK
RGB Variations
Color information
#E6EFF0 (or 0xE6EFF0) is known color: Zircon. HEX triplet: E6, EF and F0. RGB value is (230,239,240). Sum of RGB (Red+Green+Blue) = 230+239+240=709 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.44% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 240 - color contains mainly: blue. Hex color #E6EFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EFF0 is #19100F. Grayscale: #ECECEC. Windows color (decimal): -1642512 or 15790054. OLE color: 15790054.
HSL color Cylindrical-coordinate representation of color #E6EFF0: hue angle of 186º degrees, saturation: 0.25, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6EFF0 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 239 | 240 | - |
| CMYK | 0.04 | 0.00 | 0 | 0.06 |
| HSL | 186º | 0.25% | 0.92% | - |
| HSV(B) | 186º | 0.04% | 0.94% | - |
| XYZ | 79.23 | 84.85 | 94.64 | - |
| YUV | 236.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 239 | 240 | 0.04 | 0.00 | 0 | 0.06 | 186 | 0.25 | 0.92 |
| Hex | E6 | EF | F0 | 4 | 0 | 0 | 6 | BA | 19 | 5C |
| Octal | 346 | 357 | 360 | 4 | 0 | 0 | 6 | 272 | 31 | 134 |
| Binary | 11100110 | 11101111 | 11110000 | 100 | 0 | 0 | 110 | 10111010 | 11001 | 1011100 |
Color Harmonies of #E6EFF0
Complementary color
Monochromatic Colors of #E6EFF0
Black with #E6EFF0
Text Example
Text Example
White with #E6EFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EFF0; }
p { color: rgb(230,239,240); }
H1.HeaderClassName
{
color: #E6EFF0;
}
.AnyTagClassName
{
color: #E6EFF0;
}
</style>
background-color css
<style>
a { background-color: #E6EFF0; }
a { background-color: rgb(230,239,240); }
div.DivClassName
{
background-color: #E6EFF0;
}
.BgClassName
{
background-color: #E6EFF0;
}
</style>
border-color css
<style>
span { border-color: #E6EFF0; }
span { border-color: rgb(230,239,240); }
td.TdClassName
{
border-color: #E6EFF0;
}
.TagClassName
{
border-color: #E6EFF0;
}
</style>