Shades of Zircon #E6ECED
Tints of Zircon #E6ECED
RGB
CMYK
RGB Variations
Color information
#E6ECED (or 0xE6ECED) is known color: Zircon. HEX triplet: E6, EC and ED. RGB value is (230,236,237). Sum of RGB (Red+Green+Blue) = 230+236+237=703 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.72% from 703); Green value is 236 (92.58% from 255 or 33.57% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6ECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6ECED is #191312. Grayscale: #EAEAEA. Windows color (decimal): -1643283 or 15592678. OLE color: 15592678.
HSL color Cylindrical-coordinate representation of color #E6ECED: hue angle of 188.57º degrees, saturation: 0.16, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6ECED is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 230 | 236 | 237 | - |
CMYK | 0.03 | 0.00 | 0 | 0.07 |
HSL | 188.57º | 0.16% | 0.92% | - |
HSV(B) | 188.57º | 0.03% | 0.93% | - |
XYZ | 77.91 | 82.93 | 92.02 | - |
YUV | 234.32 | 129.51 | 124.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 236 | 237 | 0.03 | 0.00 | 0 | 0.07 | 188.57 | 0.16 | 0.92 |
Hex | E6 | EC | ED | 3 | 0 | 0 | 7 | BD | 10 | 5C |
Octal | 346 | 354 | 355 | 3 | 0 | 0 | 7 | 275 | 20 | 134 |
Binary | 11100110 | 11101100 | 11101101 | 11 | 0 | 0 | 111 | 10111101 | 10000 | 1011100 |
Color Harmonies of #E6ECED
Complementary color
Monochromatic Colors of #E6ECED
Black with #E6ECED
Text Example
Text Example
White with #E6ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ECED; }
p { color: rgb(230,236,237); }
H1.HeaderClassName
{
color: #E6ECED;
}
.AnyTagClassName
{
color: #E6ECED;
}
</style>
background-color css
<style>
a { background-color: #E6ECED; }
a { background-color: rgb(230,236,237); }
div.DivClassName
{
background-color: #E6ECED;
}
.BgClassName
{
background-color: #E6ECED;
}
</style>
border-color css
<style>
span { border-color: #E6ECED; }
span { border-color: rgb(230,236,237); }
td.TdClassName
{
border-color: #E6ECED;
}
.TagClassName
{
border-color: #E6ECED;
}
</style>