Shades of Snow Flurry #ECFAC6
Tints of Snow Flurry #ECFAC6
RGB
CMYK
RGB Variations
Color information
#ECFAC6 (or 0xECFAC6) is known color: Snow Flurry. HEX triplet: EC, FA and C6. RGB value is (236,250,198). Sum of RGB (Red+Green+Blue) = 236+250+198=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 198 (77.73% from 255 or 28.95% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFAC6 is #130539. Grayscale: #F0F0F0. Windows color (decimal): -1246522 or 13040364. OLE color: 13040364.
HSL color Cylindrical-coordinate representation of color #ECFAC6: hue angle of 76.15º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECFAC6 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 250 | 198 | - |
CMYK | 0.06 | 0 | 0.21 | 0.02 |
HSL | 76.15º | 0.84% | 0.88% | - |
HSV(B) | 76.15º | 0.21% | 0.98% | - |
XYZ | 78.97 | 90.28 | 66.69 | - |
YUV | 239.89 | 104.36 | 125.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 250 | 198 | 0.06 | 0 | 0.21 | 0.02 | 76.15 | 0.84 | 0.88 |
Hex | EC | FA | C6 | 6 | 0 | 15 | 2 | 4C | 54 | 58 |
Octal | 354 | 372 | 306 | 6 | 0 | 25 | 2 | 114 | 124 | 130 |
Binary | 11101100 | 11111010 | 11000110 | 110 | 0 | 10101 | 10 | 1001100 | 1010100 | 1011000 |
Color Harmonies of #ECFAC6
Complementary color
Monochromatic Colors of #ECFAC6
Black with #ECFAC6
Text Example
Text Example
White with #ECFAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAC6; }
p { color: rgb(236,250,198); }
H1.HeaderClassName
{
color: #ECFAC6;
}
.AnyTagClassName
{
color: #ECFAC6;
}
</style>
background-color css
<style>
a { background-color: #ECFAC6; }
a { background-color: rgb(236,250,198); }
div.DivClassName
{
background-color: #ECFAC6;
}
.BgClassName
{
background-color: #ECFAC6;
}
</style>
border-color css
<style>
span { border-color: #ECFAC6; }
span { border-color: rgb(236,250,198); }
td.TdClassName
{
border-color: #ECFAC6;
}
.TagClassName
{
border-color: #ECFAC6;
}
</style>