Shades of Snow Flurry #ECFACC
Tints of Snow Flurry #ECFACC
RGB
CMYK
RGB Variations
Color information
#ECFACC (or 0xECFACC) is known color: Snow Flurry. HEX triplet: EC, FA and CC. RGB value is (236,250,204). Sum of RGB (Red+Green+Blue) = 236+250+204=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 204 (80.08% from 255 or 29.57% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFACC is #130533. Grayscale: #F0F0F0. Windows color (decimal): -1246516 or 13433580. OLE color: 13433580.
HSL color Cylindrical-coordinate representation of color #ECFACC: hue angle of 78.26º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECFACC is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 250 | 204 | - |
CMYK | 0.06 | 0 | 0.18 | 0.02 |
HSL | 78.26º | 0.82% | 0.89% | - |
HSV(B) | 78.26º | 0.18% | 0.98% | - |
XYZ | 79.68 | 90.56 | 70.41 | - |
YUV | 240.57 | 107.36 | 124.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 250 | 204 | 0.06 | 0 | 0.18 | 0.02 | 78.26 | 0.82 | 0.89 |
Hex | EC | FA | CC | 6 | 0 | 12 | 2 | 4E | 52 | 59 |
Octal | 354 | 372 | 314 | 6 | 0 | 22 | 2 | 116 | 122 | 131 |
Binary | 11101100 | 11111010 | 11001100 | 110 | 0 | 10010 | 10 | 1001110 | 1010010 | 1011001 |
Color Harmonies of #ECFACC
Complementary color
Monochromatic Colors of #ECFACC
Black with #ECFACC
Text Example
Text Example
White with #ECFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFACC; }
p { color: rgb(236,250,204); }
H1.HeaderClassName
{
color: #ECFACC;
}
.AnyTagClassName
{
color: #ECFACC;
}
</style>
background-color css
<style>
a { background-color: #ECFACC; }
a { background-color: rgb(236,250,204); }
div.DivClassName
{
background-color: #ECFACC;
}
.BgClassName
{
background-color: #ECFACC;
}
</style>
border-color css
<style>
span { border-color: #ECFACC; }
span { border-color: rgb(236,250,204); }
td.TdClassName
{
border-color: #ECFACC;
}
.TagClassName
{
border-color: #ECFACC;
}
</style>