Shades of Snow Flurry #ECF9BF
Tints of Snow Flurry #ECF9BF
RGB
CMYK
RGB Variations
Color information
#ECF9BF (or 0xECF9BF) is known color: Snow Flurry. HEX triplet: EC, F9 and BF. RGB value is (236,249,191). Sum of RGB (Red+Green+Blue) = 236+249+191=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 191 (75% from 255 or 28.25% from 676); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF9BF is #130640. Grayscale: #EEEEEE. Windows color (decimal): -1246785 or 12581356. OLE color: 12581356.
HSL color Cylindrical-coordinate representation of color #ECF9BF: hue angle of 73.45º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECF9BF is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 191 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.02 |
| HSL | 73.45º | 0.83% | 0.86% | - |
| HSV(B) | 73.45º | 0.23% | 0.98% | - |
| XYZ | 77.87 | 89.35 | 62.43 | - |
| YUV | 238.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 191 | 0.05 | 0 | 0.23 | 0.02 | 73.45 | 0.83 | 0.86 |
| Hex | EC | F9 | BF | 5 | 0 | 17 | 2 | 49 | 53 | 56 |
| Octal | 354 | 371 | 277 | 5 | 0 | 27 | 2 | 111 | 123 | 126 |
| Binary | 11101100 | 11111001 | 10111111 | 101 | 0 | 10111 | 10 | 1001001 | 1010011 | 1010110 |
Color Harmonies of #ECF9BF
Complementary color
Monochromatic Colors of #ECF9BF
Black with #ECF9BF
Text Example
Text Example
White with #ECF9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF9BF; }
p { color: rgb(236,249,191); }
H1.HeaderClassName
{
color: #ECF9BF;
}
.AnyTagClassName
{
color: #ECF9BF;
}
</style>
background-color css
<style>
a { background-color: #ECF9BF; }
a { background-color: rgb(236,249,191); }
div.DivClassName
{
background-color: #ECF9BF;
}
.BgClassName
{
background-color: #ECF9BF;
}
</style>
border-color css
<style>
span { border-color: #ECF9BF; }
span { border-color: rgb(236,249,191); }
td.TdClassName
{
border-color: #ECF9BF;
}
.TagClassName
{
border-color: #ECF9BF;
}
</style>