Shades of Snow Flurry #ECFCD1
Tints of Snow Flurry #ECFCD1
RGB
CMYK
RGB Variations
Color information
#ECFCD1 (or 0xECFCD1) is known color: Snow Flurry. HEX triplet: EC, FC and D1. RGB value is (236,252,209). Sum of RGB (Red+Green+Blue) = 236+252+209=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 209 (82.03% from 255 or 29.99% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFCD1 is #13032E. Grayscale: #F2F2F2. Windows color (decimal): -1245999 or 13761772. OLE color: 13761772.
HSL color Cylindrical-coordinate representation of color #ECFCD1: hue angle of 82.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECFCD1 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 252 | 209 | - |
CMYK | 0.06 | 0 | 0.17 | 0.01 |
HSL | 82.33º | 0.88% | 0.9% | - |
HSV(B) | 82.33º | 0.17% | 0.99% | - |
XYZ | 80.91 | 92.06 | 73.83 | - |
YUV | 242.31 | 109.2 | 123.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 252 | 209 | 0.06 | 0 | 0.17 | 0.01 | 82.33 | 0.88 | 0.9 |
Hex | EC | FC | D1 | 6 | 0 | 11 | 1 | 52 | 58 | 5A |
Octal | 354 | 374 | 321 | 6 | 0 | 21 | 1 | 122 | 130 | 132 |
Binary | 11101100 | 11111100 | 11010001 | 110 | 0 | 10001 | 1 | 1010010 | 1011000 | 1011010 |
Color Harmonies of #ECFCD1
Complementary color
Monochromatic Colors of #ECFCD1
Black with #ECFCD1
Text Example
Text Example
White with #ECFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFCD1; }
p { color: rgb(236,252,209); }
H1.HeaderClassName
{
color: #ECFCD1;
}
.AnyTagClassName
{
color: #ECFCD1;
}
</style>
background-color css
<style>
a { background-color: #ECFCD1; }
a { background-color: rgb(236,252,209); }
div.DivClassName
{
background-color: #ECFCD1;
}
.BgClassName
{
background-color: #ECFCD1;
}
</style>
border-color css
<style>
span { border-color: #ECFCD1; }
span { border-color: rgb(236,252,209); }
td.TdClassName
{
border-color: #ECFCD1;
}
.TagClassName
{
border-color: #ECFCD1;
}
</style>