Shades of Zircon #ECEEEE
Tints of Zircon #ECEEEE
RGB
CMYK
RGB Variations
Color information
#ECEEEE (or 0xECEEEE) is known color: Zircon. HEX triplet: EC, EE and EE. RGB value is (236,238,238). Sum of RGB (Red+Green+Blue) = 236+238+238=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 238 (93.36% from 255 or 33.43% from 712); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #ECEEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEEEE is #131111. Grayscale: #EDEDED. Windows color (decimal): -1249554 or 15658732. OLE color: 15658732.
HSL color Cylindrical-coordinate representation of color #ECEEEE: hue angle of 180º degrees, saturation: 0.06, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ECEEEE is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 238 | 238 | - |
CMYK | 0.01 | 0 | 0 | 0.07 |
HSL | 180º | 0.06% | 0.93% | - |
HSV(B) | 180º | 0.01% | 0.93% | - |
XYZ | 80.6 | 85.15 | 93.08 | - |
YUV | 237.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 238 | 238 | 0.01 | 0 | 0 | 0.07 | 180 | 0.06 | 0.93 |
Hex | EC | EE | EE | 1 | 0 | 0 | 7 | B4 | 6 | 5D |
Octal | 354 | 356 | 356 | 1 | 0 | 0 | 7 | 264 | 6 | 135 |
Binary | 11101100 | 11101110 | 11101110 | 1 | 0 | 0 | 111 | 10110100 | 110 | 1011101 |
Color Harmonies of #ECEEEE
Complementary color
Monochromatic Colors of #ECEEEE
Black with #ECEEEE
Text Example
Text Example
White with #ECEEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEEEE; }
p { color: rgb(236,238,238); }
H1.HeaderClassName
{
color: #ECEEEE;
}
.AnyTagClassName
{
color: #ECEEEE;
}
</style>
background-color css
<style>
a { background-color: #ECEEEE; }
a { background-color: rgb(236,238,238); }
div.DivClassName
{
background-color: #ECEEEE;
}
.BgClassName
{
background-color: #ECEEEE;
}
</style>
border-color css
<style>
span { border-color: #ECEEEE; }
span { border-color: rgb(236,238,238); }
td.TdClassName
{
border-color: #ECEEEE;
}
.TagClassName
{
border-color: #ECEEEE;
}
</style>