Shades of Snow Flurry #ECFFC2
Tints of Snow Flurry #ECFFC2
RGB
CMYK
RGB Variations
Color information
#ECFFC2 (or 0xECFFC2) is known color: Snow Flurry. HEX triplet: EC, FF and C2. RGB value is (236,255,194). Sum of RGB (Red+Green+Blue) = 236+255+194=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 194 (76.17% from 255 or 28.32% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFFC2 is #13003D. Grayscale: #F2F2F2. Windows color (decimal): -1245246 or 12779500. OLE color: 12779500.
HSL color Cylindrical-coordinate representation of color #ECFFC2: hue angle of 78.69º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECFFC2 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 194 | - |
| CMYK | 0.07 | 0 | 0.24 | 0 |
| HSL | 78.69º | 1% | 0.88% | - |
| HSV(B) | 78.69º | 0.24% | 1% | - |
| XYZ | 80.09 | 93.25 | 64.82 | - |
| YUV | 242.37 | 100.71 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 194 | 0.07 | 0 | 0.24 | 0 | 78.69 | 1 | 0.88 |
| Hex | EC | FF | C2 | 7 | 0 | 18 | 0 | 4F | 64 | 58 |
| Octal | 354 | 377 | 302 | 7 | 0 | 30 | 0 | 117 | 144 | 130 |
| Binary | 11101100 | 11111111 | 11000010 | 111 | 0 | 11000 | 0 | 1001111 | 1100100 | 1011000 |
Color Harmonies of #ECFFC2
Complementary color
Monochromatic Colors of #ECFFC2
Black with #ECFFC2
Text Example
Text Example
White with #ECFFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFFC2; }
p { color: rgb(236,255,194); }
H1.HeaderClassName
{
color: #ECFFC2;
}
.AnyTagClassName
{
color: #ECFFC2;
}
</style>
background-color css
<style>
a { background-color: #ECFFC2; }
a { background-color: rgb(236,255,194); }
div.DivClassName
{
background-color: #ECFFC2;
}
.BgClassName
{
background-color: #ECFFC2;
}
</style>
border-color css
<style>
span { border-color: #ECFFC2; }
span { border-color: rgb(236,255,194); }
td.TdClassName
{
border-color: #ECFFC2;
}
.TagClassName
{
border-color: #ECFFC2;
}
</style>