Shades of Snow Flurry #ECF8CC
Tints of Snow Flurry #ECF8CC
RGB
CMYK
RGB Variations
Color information
#ECF8CC (or 0xECF8CC) is known color: Snow Flurry. HEX triplet: EC, F8 and CC. RGB value is (236,248,204). Sum of RGB (Red+Green+Blue) = 236+248+204=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 204 (80.08% from 255 or 29.65% from 688); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF8CC is #130733. Grayscale: #EFEFEF. Windows color (decimal): -1247028 or 13433068. OLE color: 13433068.
HSL color Cylindrical-coordinate representation of color #ECF8CC: hue angle of 76.36º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECF8CC is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 204 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.03 |
| HSL | 76.36º | 0.76% | 0.89% | - |
| HSV(B) | 76.36º | 0.18% | 0.97% | - |
| XYZ | 79.06 | 89.33 | 70.2 | - |
| YUV | 239.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 204 | 0.05 | 0 | 0.18 | 0.03 | 76.36 | 0.76 | 0.89 |
| Hex | EC | F8 | CC | 5 | 0 | 12 | 3 | 4C | 4C | 59 |
| Octal | 354 | 370 | 314 | 5 | 0 | 22 | 3 | 114 | 114 | 131 |
| Binary | 11101100 | 11111000 | 11001100 | 101 | 0 | 10010 | 11 | 1001100 | 1001100 | 1011001 |
Color Harmonies of #ECF8CC
Complementary color
Monochromatic Colors of #ECF8CC
Black with #ECF8CC
Text Example
Text Example
White with #ECF8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF8CC; }
p { color: rgb(236,248,204); }
H1.HeaderClassName
{
color: #ECF8CC;
}
.AnyTagClassName
{
color: #ECF8CC;
}
</style>
background-color css
<style>
a { background-color: #ECF8CC; }
a { background-color: rgb(236,248,204); }
div.DivClassName
{
background-color: #ECF8CC;
}
.BgClassName
{
background-color: #ECF8CC;
}
</style>
border-color css
<style>
span { border-color: #ECF8CC; }
span { border-color: rgb(236,248,204); }
td.TdClassName
{
border-color: #ECF8CC;
}
.TagClassName
{
border-color: #ECF8CC;
}
</style>