Shades of Zircon #ECEFEF
Tints of Zircon #ECEFEF
RGB
CMYK
RGB Variations
Color information
#ECEFEF (or 0xECEFEF) is known color: Zircon. HEX triplet: EC, EF and EF. RGB value is (236,239,239). Sum of RGB (Red+Green+Blue) = 236+239+239=714 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.05% from 714); Green value is 239 (93.75% from 255 or 33.47% from 714); Blue value is 239 (93.75% from 255 or 33.47% from 714); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #ECEFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEFEF is #131010. Grayscale: #EEEEEE. Windows color (decimal): -1249297 or 15724524. OLE color: 15724524.
HSL color Cylindrical-coordinate representation of color #ECEFEF: hue angle of 180º degrees, saturation: 0.09, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ECEFEF is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 239 | 239 | - |
CMYK | 0.01 | 0 | 0 | 0.06 |
HSL | 180º | 0.09% | 0.93% | - |
HSV(B) | 180º | 0.01% | 0.94% | - |
XYZ | 81.04 | 85.8 | 93.95 | - |
YUV | 238.1 | 128.51 | 126.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 239 | 239 | 0.01 | 0 | 0 | 0.06 | 180 | 0.09 | 0.93 |
Hex | EC | EF | EF | 1 | 0 | 0 | 6 | B4 | 9 | 5D |
Octal | 354 | 357 | 357 | 1 | 0 | 0 | 6 | 264 | 11 | 135 |
Binary | 11101100 | 11101111 | 11101111 | 1 | 0 | 0 | 110 | 10110100 | 1001 | 1011101 |
Color Harmonies of #ECEFEF
Complementary color
Monochromatic Colors of #ECEFEF
Black with #ECEFEF
Text Example
Text Example
White with #ECEFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFEF; }
p { color: rgb(236,239,239); }
H1.HeaderClassName
{
color: #ECEFEF;
}
.AnyTagClassName
{
color: #ECEFEF;
}
</style>
background-color css
<style>
a { background-color: #ECEFEF; }
a { background-color: rgb(236,239,239); }
div.DivClassName
{
background-color: #ECEFEF;
}
.BgClassName
{
background-color: #ECEFEF;
}
</style>
border-color css
<style>
span { border-color: #ECEFEF; }
span { border-color: rgb(236,239,239); }
td.TdClassName
{
border-color: #ECEFEF;
}
.TagClassName
{
border-color: #ECEFEF;
}
</style>