Shades of Snow Flurry #ECF8C0
Tints of Snow Flurry #ECF8C0
RGB
CMYK
RGB Variations
Color information
#ECF8C0 (or 0xECF8C0) is known color: Snow Flurry. HEX triplet: EC, F8 and C0. RGB value is (236,248,192). Sum of RGB (Red+Green+Blue) = 236+248+192=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 192 (75.39% from 255 or 28.40% from 676); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF8C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF8C0 is #13073F. Grayscale: #EEEEEE. Windows color (decimal): -1247040 or 12646636. OLE color: 12646636.
HSL color Cylindrical-coordinate representation of color #ECF8C0: hue angle of 72.86º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECF8C0 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
RGB | 236 | 248 | 192 | - |
CMYK | 0.05 | 0 | 0.23 | 0.03 |
HSL | 72.86º | 0.8% | 0.86% | - |
HSV(B) | 72.86º | 0.23% | 0.97% | - |
XYZ | 77.67 | 88.77 | 62.91 | - |
YUV | 238.03 | 102.02 | 126.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 248 | 192 | 0.05 | 0 | 0.23 | 0.03 | 72.86 | 0.8 | 0.86 |
Hex | EC | F8 | C0 | 5 | 0 | 17 | 3 | 49 | 50 | 56 |
Octal | 354 | 370 | 300 | 5 | 0 | 27 | 3 | 111 | 120 | 126 |
Binary | 11101100 | 11111000 | 11000000 | 101 | 0 | 10111 | 11 | 1001001 | 1010000 | 1010110 |
Color Harmonies of #ECF8C0
Complementary color
Monochromatic Colors of #ECF8C0
Black with #ECF8C0
Text Example
Text Example
White with #ECF8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF8C0; }
p { color: rgb(236,248,192); }
H1.HeaderClassName
{
color: #ECF8C0;
}
.AnyTagClassName
{
color: #ECF8C0;
}
</style>
background-color css
<style>
a { background-color: #ECF8C0; }
a { background-color: rgb(236,248,192); }
div.DivClassName
{
background-color: #ECF8C0;
}
.BgClassName
{
background-color: #ECF8C0;
}
</style>
border-color css
<style>
span { border-color: #ECF8C0; }
span { border-color: rgb(236,248,192); }
td.TdClassName
{
border-color: #ECF8C0;
}
.TagClassName
{
border-color: #ECF8C0;
}
</style>