Shades of Aqua Spring #ECEFEC
Tints of Aqua Spring #ECEFEC
RGB
CMYK
RGB Variations
Color information
#ECEFEC (or 0xECEFEC) is known color: Aqua Spring. HEX triplet: EC, EF and EC. RGB value is (236,239,236). Sum of RGB (Red+Green+Blue) = 236+239+236=711 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.19% from 711); Green value is 239 (93.75% from 255 or 33.61% from 711); Blue value is 236 (92.58% from 255 or 33.19% from 711); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEFEC is #131013. Grayscale: #EDEDED. Windows color (decimal): -1249300 or 15527916. OLE color: 15527916.
HSL color Cylindrical-coordinate representation of color #ECEFEC: hue angle of 120º 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 #ECEFEC is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 239 | 236 | - |
CMYK | 0.01 | 0 | 0.01 | 0.06 |
HSL | 120º | 0.09% | 0.93% | - |
HSV(B) | 120º | 0.01% | 0.94% | - |
XYZ | 80.6 | 85.62 | 91.64 | - |
YUV | 237.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 239 | 236 | 0.01 | 0 | 0.01 | 0.06 | 120 | 0.09 | 0.93 |
Hex | EC | EF | EC | 1 | 0 | 1 | 6 | 78 | 9 | 5D |
Octal | 354 | 357 | 354 | 1 | 0 | 1 | 6 | 170 | 11 | 135 |
Binary | 11101100 | 11101111 | 11101100 | 1 | 0 | 1 | 110 | 1111000 | 1001 | 1011101 |
Color Harmonies of #ECEFEC
Complementary color
Monochromatic Colors of #ECEFEC
Black with #ECEFEC
Text Example
Text Example
White with #ECEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFEC; }
p { color: rgb(236,239,236); }
H1.HeaderClassName
{
color: #ECEFEC;
}
.AnyTagClassName
{
color: #ECEFEC;
}
</style>
background-color css
<style>
a { background-color: #ECEFEC; }
a { background-color: rgb(236,239,236); }
div.DivClassName
{
background-color: #ECEFEC;
}
.BgClassName
{
background-color: #ECEFEC;
}
</style>
border-color css
<style>
span { border-color: #ECEFEC; }
span { border-color: rgb(236,239,236); }
td.TdClassName
{
border-color: #ECEFEC;
}
.TagClassName
{
border-color: #ECEFEC;
}
</style>