Shades of Snow Flurry #ECFCD5
Tints of Snow Flurry #ECFCD5
RGB
CMYK
RGB Variations
Color information
#ECFCD5 (or 0xECFCD5) is known color: Snow Flurry. HEX triplet: EC, FC and D5. RGB value is (236,252,213). Sum of RGB (Red+Green+Blue) = 236+252+213=701 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.67% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 213 (83.59% from 255 or 30.39% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFCD5 is #13032A. Grayscale: #F2F2F2. Windows color (decimal): -1245995 or 14023916. OLE color: 14023916.
HSL color Cylindrical-coordinate representation of color #ECFCD5: hue angle of 84.62º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECFCD5 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 213 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.01 |
| HSL | 84.62º | 0.87% | 0.91% | - |
| HSV(B) | 84.62º | 0.15% | 0.99% | - |
| XYZ | 81.41 | 92.26 | 76.47 | - |
| YUV | 242.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 213 | 0.06 | 0 | 0.15 | 0.01 | 84.62 | 0.87 | 0.91 |
| Hex | EC | FC | D5 | 6 | 0 | F | 1 | 55 | 57 | 5B |
| Octal | 354 | 374 | 325 | 6 | 0 | 17 | 1 | 125 | 127 | 133 |
| Binary | 11101100 | 11111100 | 11010101 | 110 | 0 | 1111 | 1 | 1010101 | 1010111 | 1011011 |
Color Harmonies of #ECFCD5
Complementary color
Monochromatic Colors of #ECFCD5
Black with #ECFCD5
Text Example
Text Example
White with #ECFCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFCD5; }
p { color: rgb(236,252,213); }
H1.HeaderClassName
{
color: #ECFCD5;
}
.AnyTagClassName
{
color: #ECFCD5;
}
</style>
background-color css
<style>
a { background-color: #ECFCD5; }
a { background-color: rgb(236,252,213); }
div.DivClassName
{
background-color: #ECFCD5;
}
.BgClassName
{
background-color: #ECFCD5;
}
</style>
border-color css
<style>
span { border-color: #ECFCD5; }
span { border-color: rgb(236,252,213); }
td.TdClassName
{
border-color: #ECFCD5;
}
.TagClassName
{
border-color: #ECFCD5;
}
</style>