Shades of Snow Flurry #ECFED4
Tints of Snow Flurry #ECFED4
RGB
CMYK
RGB Variations
Color information
#ECFED4 (or 0xECFED4) is known color: Snow Flurry. HEX triplet: EC, FE and D4. RGB value is (236,254,212). Sum of RGB (Red+Green+Blue) = 236+254+212=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 212 (83.20% from 255 or 30.20% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFED4 is #13012B. Grayscale: #F3F3F3. Windows color (decimal): -1245484 or 13958892. OLE color: 13958892.
HSL color Cylindrical-coordinate representation of color #ECFED4: hue angle of 85.71º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECFED4 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 254 | 212 | - |
CMYK | 0.07 | 0 | 0.17 | 0.00 |
HSL | 85.71º | 0.95% | 0.91% | - |
HSV(B) | 85.71º | 0.17% | 1% | - |
XYZ | 81.92 | 93.47 | 76.01 | - |
YUV | 243.83 | 110.04 | 122.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 254 | 212 | 0.07 | 0 | 0.17 | 0.00 | 85.71 | 0.95 | 0.91 |
Hex | EC | FE | D4 | 7 | 0 | 11 | 0 | 56 | 5F | 5B |
Octal | 354 | 376 | 324 | 7 | 0 | 21 | 0 | 126 | 137 | 133 |
Binary | 11101100 | 11111110 | 11010100 | 111 | 0 | 10001 | 0 | 1010110 | 1011111 | 1011011 |
Color Harmonies of #ECFED4
Complementary color
Monochromatic Colors of #ECFED4
Black with #ECFED4
Text Example
Text Example
White with #ECFED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFED4; }
p { color: rgb(236,254,212); }
H1.HeaderClassName
{
color: #ECFED4;
}
.AnyTagClassName
{
color: #ECFED4;
}
</style>
background-color css
<style>
a { background-color: #ECFED4; }
a { background-color: rgb(236,254,212); }
div.DivClassName
{
background-color: #ECFED4;
}
.BgClassName
{
background-color: #ECFED4;
}
</style>
border-color css
<style>
span { border-color: #ECFED4; }
span { border-color: rgb(236,254,212); }
td.TdClassName
{
border-color: #ECFED4;
}
.TagClassName
{
border-color: #ECFED4;
}
</style>