Shades of Zircon #ECEDED
Tints of Zircon #ECEDED
RGB
CMYK
RGB Variations
Color information
#ECEDED (or 0xECEDED) is known color: Zircon. HEX triplet: EC, ED and ED. RGB value is (236,237,237). Sum of RGB (Red+Green+Blue) = 236+237+237=710 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.24% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #ECEDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDED is #131212. Grayscale: #ECECEC. Windows color (decimal): -1249811 or 15592940. OLE color: 15592940.
HSL color Cylindrical-coordinate representation of color #ECEDED: hue angle of 180º degrees, saturation: 0.03, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0%. Process color model (Four color, CMYK) of #ECEDED is Cyan = 0.00, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 237 | 237 | - |
CMYK | 0.00 | 0 | 0 | 0.07 |
HSL | 180º | 0.03% | 0.93% | - |
HSV(B) | 180º | 0% | 0.93% | - |
XYZ | 80.16 | 84.52 | 92.21 | - |
YUV | 236.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 237 | 237 | 0.00 | 0 | 0 | 0.07 | 180 | 0.03 | 0.93 |
Hex | EC | ED | ED | 0 | 0 | 0 | 7 | B4 | 3 | 5D |
Octal | 354 | 355 | 355 | 0 | 0 | 0 | 7 | 264 | 3 | 135 |
Binary | 11101100 | 11101101 | 11101101 | 0 | 0 | 0 | 111 | 10110100 | 11 | 1011101 |
Color Harmonies of #ECEDED
Complementary color
Monochromatic Colors of #ECEDED
Black with #ECEDED
Text Example
Text Example
White with #ECEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDED; }
p { color: rgb(236,237,237); }
H1.HeaderClassName
{
color: #ECEDED;
}
.AnyTagClassName
{
color: #ECEDED;
}
</style>
background-color css
<style>
a { background-color: #ECEDED; }
a { background-color: rgb(236,237,237); }
div.DivClassName
{
background-color: #ECEDED;
}
.BgClassName
{
background-color: #ECEDED;
}
</style>
border-color css
<style>
span { border-color: #ECEDED; }
span { border-color: rgb(236,237,237); }
td.TdClassName
{
border-color: #ECEDED;
}
.TagClassName
{
border-color: #ECEDED;
}
</style>