Shades of Snow Flurry #ECFABF
Tints of Snow Flurry #ECFABF
RGB
CMYK
RGB Variations
Color information
#ECFABF (or 0xECFABF) is known color: Snow Flurry. HEX triplet: EC, FA and BF. RGB value is (236,250,191). Sum of RGB (Red+Green+Blue) = 236+250+191=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 191 (75% from 255 or 28.21% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFABF is #130540. Grayscale: #EFEFEF. Windows color (decimal): -1246529 or 12581612. OLE color: 12581612.
HSL color Cylindrical-coordinate representation of color #ECFABF: hue angle of 74.24º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECFABF is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 250 | 191 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.02 |
| HSL | 74.24º | 0.86% | 0.86% | - |
| HSV(B) | 74.24º | 0.24% | 0.98% | - |
| XYZ | 78.18 | 89.97 | 62.53 | - |
| YUV | 239.09 | 100.86 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 250 | 191 | 0.06 | 0 | 0.24 | 0.02 | 74.24 | 0.86 | 0.86 |
| Hex | EC | FA | BF | 6 | 0 | 18 | 2 | 4A | 56 | 56 |
| Octal | 354 | 372 | 277 | 6 | 0 | 30 | 2 | 112 | 126 | 126 |
| Binary | 11101100 | 11111010 | 10111111 | 110 | 0 | 11000 | 10 | 1001010 | 1010110 | 1010110 |
Color Harmonies of #ECFABF
Complementary color
Monochromatic Colors of #ECFABF
Black with #ECFABF
Text Example
Text Example
White with #ECFABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFABF; }
p { color: rgb(236,250,191); }
H1.HeaderClassName
{
color: #ECFABF;
}
.AnyTagClassName
{
color: #ECFABF;
}
</style>
background-color css
<style>
a { background-color: #ECFABF; }
a { background-color: rgb(236,250,191); }
div.DivClassName
{
background-color: #ECFABF;
}
.BgClassName
{
background-color: #ECFABF;
}
</style>
border-color css
<style>
span { border-color: #ECFABF; }
span { border-color: rgb(236,250,191); }
td.TdClassName
{
border-color: #ECFABF;
}
.TagClassName
{
border-color: #ECFABF;
}
</style>