Shades of Snow Flurry #ECFAC7
Tints of Snow Flurry #ECFAC7
RGB
CMYK
RGB Variations
Color information
#ECFAC7 (or 0xECFAC7) is known color: Snow Flurry. HEX triplet: EC, FA and C7. RGB value is (236,250,199). Sum of RGB (Red+Green+Blue) = 236+250+199=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 199 (78.12% from 255 or 29.05% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFAC7 is #130538. Grayscale: #F0F0F0. Windows color (decimal): -1246521 or 13105900. OLE color: 13105900.
HSL color Cylindrical-coordinate representation of color #ECFAC7: hue angle of 76.47º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECFAC7 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 250 | 199 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.02 |
| HSL | 76.47º | 0.84% | 0.88% | - |
| HSV(B) | 76.47º | 0.2% | 0.98% | - |
| XYZ | 79.09 | 90.33 | 67.3 | - |
| YUV | 240 | 104.86 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 250 | 199 | 0.06 | 0 | 0.20 | 0.02 | 76.47 | 0.84 | 0.88 |
| Hex | EC | FA | C7 | 6 | 0 | 14 | 2 | 4C | 54 | 58 |
| Octal | 354 | 372 | 307 | 6 | 0 | 24 | 2 | 114 | 124 | 130 |
| Binary | 11101100 | 11111010 | 11000111 | 110 | 0 | 10100 | 10 | 1001100 | 1010100 | 1011000 |
Color Harmonies of #ECFAC7
Complementary color
Monochromatic Colors of #ECFAC7
Black with #ECFAC7
Text Example
Text Example
White with #ECFAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAC7; }
p { color: rgb(236,250,199); }
H1.HeaderClassName
{
color: #ECFAC7;
}
.AnyTagClassName
{
color: #ECFAC7;
}
</style>
background-color css
<style>
a { background-color: #ECFAC7; }
a { background-color: rgb(236,250,199); }
div.DivClassName
{
background-color: #ECFAC7;
}
.BgClassName
{
background-color: #ECFAC7;
}
</style>
border-color css
<style>
span { border-color: #ECFAC7; }
span { border-color: rgb(236,250,199); }
td.TdClassName
{
border-color: #ECFAC7;
}
.TagClassName
{
border-color: #ECFAC7;
}
</style>