Shades of Snow Flurry #ECF5CC
Tints of Snow Flurry #ECF5CC
RGB
CMYK
RGB Variations
Color information
#ECF5CC (or 0xECF5CC) is known color: Snow Flurry. HEX triplet: EC, F5 and CC. RGB value is (236,245,204). Sum of RGB (Red+Green+Blue) = 236+245+204=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 204 (80.08% from 255 or 29.78% from 685); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF5CC is #130A33. Grayscale: #EDEDED. Windows color (decimal): -1247796 or 13432300. OLE color: 13432300.
HSL color Cylindrical-coordinate representation of color #ECF5CC: hue angle of 73.17º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECF5CC is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 204 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.04 |
| HSL | 73.17º | 0.67% | 0.88% | - |
| HSV(B) | 73.17º | 0.17% | 0.96% | - |
| XYZ | 78.14 | 87.5 | 69.9 | - |
| YUV | 237.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 204 | 0.04 | 0 | 0.17 | 0.04 | 73.17 | 0.67 | 0.88 |
| Hex | EC | F5 | CC | 4 | 0 | 11 | 4 | 49 | 43 | 58 |
| Octal | 354 | 365 | 314 | 4 | 0 | 21 | 4 | 111 | 103 | 130 |
| Binary | 11101100 | 11110101 | 11001100 | 100 | 0 | 10001 | 100 | 1001001 | 1000011 | 1011000 |
Color Harmonies of #ECF5CC
Complementary color
Monochromatic Colors of #ECF5CC
Black with #ECF5CC
Text Example
Text Example
White with #ECF5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF5CC; }
p { color: rgb(236,245,204); }
H1.HeaderClassName
{
color: #ECF5CC;
}
.AnyTagClassName
{
color: #ECF5CC;
}
</style>
background-color css
<style>
a { background-color: #ECF5CC; }
a { background-color: rgb(236,245,204); }
div.DivClassName
{
background-color: #ECF5CC;
}
.BgClassName
{
background-color: #ECF5CC;
}
</style>
border-color css
<style>
span { border-color: #ECF5CC; }
span { border-color: rgb(236,245,204); }
td.TdClassName
{
border-color: #ECF5CC;
}
.TagClassName
{
border-color: #ECF5CC;
}
</style>