Shades of Snow Flurry #ECFFC6
Tints of Snow Flurry #ECFFC6
RGB
CMYK
RGB Variations
Color information
#ECFFC6 (or 0xECFFC6) is known color: Snow Flurry. HEX triplet: EC, FF and C6. RGB value is (236,255,198). Sum of RGB (Red+Green+Blue) = 236+255+198=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 198 (77.73% from 255 or 28.74% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFFC6 is #130039. Grayscale: #F3F3F3. Windows color (decimal): -1245242 or 13041644. OLE color: 13041644.
HSL color Cylindrical-coordinate representation of color #ECFFC6: hue angle of 80º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECFFC6 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 198 | - |
| CMYK | 0.07 | 0 | 0.22 | 0 |
| HSL | 80º | 1% | 0.89% | - |
| HSV(B) | 80º | 0.22% | 1% | - |
| XYZ | 80.55 | 93.43 | 67.21 | - |
| YUV | 242.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 198 | 0.07 | 0 | 0.22 | 0 | 80 | 1 | 0.89 |
| Hex | EC | FF | C6 | 7 | 0 | 16 | 0 | 50 | 64 | 59 |
| Octal | 354 | 377 | 306 | 7 | 0 | 26 | 0 | 120 | 144 | 131 |
| Binary | 11101100 | 11111111 | 11000110 | 111 | 0 | 10110 | 0 | 1010000 | 1100100 | 1011001 |
Color Harmonies of #ECFFC6
Complementary color
Monochromatic Colors of #ECFFC6
Black with #ECFFC6
Text Example
Text Example
White with #ECFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFFC6; }
p { color: rgb(236,255,198); }
H1.HeaderClassName
{
color: #ECFFC6;
}
.AnyTagClassName
{
color: #ECFFC6;
}
</style>
background-color css
<style>
a { background-color: #ECFFC6; }
a { background-color: rgb(236,255,198); }
div.DivClassName
{
background-color: #ECFFC6;
}
.BgClassName
{
background-color: #ECFFC6;
}
</style>
border-color css
<style>
span { border-color: #ECFFC6; }
span { border-color: rgb(236,255,198); }
td.TdClassName
{
border-color: #ECFFC6;
}
.TagClassName
{
border-color: #ECFFC6;
}
</style>