Shades of Snow Flurry #ECFFC0
Tints of Snow Flurry #ECFFC0
RGB
CMYK
RGB Variations
Color information
#ECFFC0 (or 0xECFFC0) is known color: Snow Flurry. HEX triplet: EC, FF and C0. RGB value is (236,255,192). Sum of RGB (Red+Green+Blue) = 236+255+192=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 192 (75.39% from 255 or 28.11% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFFC0 is #13003F. Grayscale: #F2F2F2. Windows color (decimal): -1245248 or 12648428. OLE color: 12648428.
HSL color Cylindrical-coordinate representation of color #ECFFC0: hue angle of 78.1º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECFFC0 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
RGB | 236 | 255 | 192 | - |
CMYK | 0.07 | 0 | 0.25 | 0 |
HSL | 78.1º | 1% | 0.88% | - |
HSV(B) | 78.1º | 0.25% | 1% | - |
XYZ | 79.87 | 93.16 | 63.64 | - |
YUV | 242.14 | 99.71 | 123.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 255 | 192 | 0.07 | 0 | 0.25 | 0 | 78.1 | 1 | 0.88 |
Hex | EC | FF | C0 | 7 | 0 | 19 | 0 | 4E | 64 | 58 |
Octal | 354 | 377 | 300 | 7 | 0 | 31 | 0 | 116 | 144 | 130 |
Binary | 11101100 | 11111111 | 11000000 | 111 | 0 | 11001 | 0 | 1001110 | 1100100 | 1011000 |
Color Harmonies of #ECFFC0
Complementary color
Monochromatic Colors of #ECFFC0
Black with #ECFFC0
Text Example
Text Example
White with #ECFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFFC0; }
p { color: rgb(236,255,192); }
H1.HeaderClassName
{
color: #ECFFC0;
}
.AnyTagClassName
{
color: #ECFFC0;
}
</style>
background-color css
<style>
a { background-color: #ECFFC0; }
a { background-color: rgb(236,255,192); }
div.DivClassName
{
background-color: #ECFFC0;
}
.BgClassName
{
background-color: #ECFFC0;
}
</style>
border-color css
<style>
span { border-color: #ECFFC0; }
span { border-color: rgb(236,255,192); }
td.TdClassName
{
border-color: #ECFFC0;
}
.TagClassName
{
border-color: #ECFFC0;
}
</style>