Shades of Snow Flurry #ECFED2
Tints of Snow Flurry #ECFED2
RGB
CMYK
RGB Variations
Color information
#ECFED2 (or 0xECFED2) is known color: Snow Flurry. HEX triplet: EC, FE and D2. RGB value is (236,254,210). Sum of RGB (Red+Green+Blue) = 236+254+210=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 210 (82.42% from 255 or 30% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFED2 is #13012D. Grayscale: #F3F3F3. Windows color (decimal): -1245486 or 13827820. OLE color: 13827820.
HSL color Cylindrical-coordinate representation of color #ECFED2: hue angle of 84.55º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECFED2 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 254 | 210 | - |
CMYK | 0.07 | 0 | 0.17 | 0.00 |
HSL | 84.55º | 0.96% | 0.91% | - |
HSV(B) | 84.55º | 0.17% | 1% | - |
XYZ | 81.67 | 93.37 | 74.69 | - |
YUV | 243.6 | 109.04 | 122.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 254 | 210 | 0.07 | 0 | 0.17 | 0.00 | 84.55 | 0.96 | 0.91 |
Hex | EC | FE | D2 | 7 | 0 | 11 | 0 | 55 | 60 | 5B |
Octal | 354 | 376 | 322 | 7 | 0 | 21 | 0 | 125 | 140 | 133 |
Binary | 11101100 | 11111110 | 11010010 | 111 | 0 | 10001 | 0 | 1010101 | 1100000 | 1011011 |
Color Harmonies of #ECFED2
Complementary color
Monochromatic Colors of #ECFED2
Black with #ECFED2
Text Example
Text Example
White with #ECFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFED2; }
p { color: rgb(236,254,210); }
H1.HeaderClassName
{
color: #ECFED2;
}
.AnyTagClassName
{
color: #ECFED2;
}
</style>
background-color css
<style>
a { background-color: #ECFED2; }
a { background-color: rgb(236,254,210); }
div.DivClassName
{
background-color: #ECFED2;
}
.BgClassName
{
background-color: #ECFED2;
}
</style>
border-color css
<style>
span { border-color: #ECFED2; }
span { border-color: rgb(236,254,210); }
td.TdClassName
{
border-color: #ECFED2;
}
.TagClassName
{
border-color: #ECFED2;
}
</style>