Shades of Snow Flurry #ECFCD6
Tints of Snow Flurry #ECFCD6
RGB
CMYK
RGB Variations
Color information
#ECFCD6 (or 0xECFCD6) is known color: Snow Flurry. HEX triplet: EC, FC and D6. RGB value is (236,252,214). Sum of RGB (Red+Green+Blue) = 236+252+214=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 214 (83.98% from 255 or 30.48% from 702); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFCD6 is #130329. Grayscale: #F3F3F3. Windows color (decimal): -1245994 or 14089452. OLE color: 14089452.
HSL color Cylindrical-coordinate representation of color #ECFCD6: hue angle of 85.26º degrees, saturation: 0.86, 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 #ECFCD6 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 252 | 214 | - |
CMYK | 0.06 | 0 | 0.15 | 0.01 |
HSL | 85.26º | 0.86% | 0.91% | - |
HSV(B) | 85.26º | 0.15% | 0.99% | - |
XYZ | 81.54 | 92.31 | 77.14 | - |
YUV | 242.88 | 111.7 | 123.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 252 | 214 | 0.06 | 0 | 0.15 | 0.01 | 85.26 | 0.86 | 0.91 |
Hex | EC | FC | D6 | 6 | 0 | F | 1 | 55 | 56 | 5B |
Octal | 354 | 374 | 326 | 6 | 0 | 17 | 1 | 125 | 126 | 133 |
Binary | 11101100 | 11111100 | 11010110 | 110 | 0 | 1111 | 1 | 1010101 | 1010110 | 1011011 |
Color Harmonies of #ECFCD6
Complementary color
Monochromatic Colors of #ECFCD6
Black with #ECFCD6
Text Example
Text Example
White with #ECFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFCD6; }
p { color: rgb(236,252,214); }
H1.HeaderClassName
{
color: #ECFCD6;
}
.AnyTagClassName
{
color: #ECFCD6;
}
</style>
background-color css
<style>
a { background-color: #ECFCD6; }
a { background-color: rgb(236,252,214); }
div.DivClassName
{
background-color: #ECFCD6;
}
.BgClassName
{
background-color: #ECFCD6;
}
</style>
border-color css
<style>
span { border-color: #ECFCD6; }
span { border-color: rgb(236,252,214); }
td.TdClassName
{
border-color: #ECFCD6;
}
.TagClassName
{
border-color: #ECFCD6;
}
</style>