Shades of Snow Flurry #ECFACD
Tints of Snow Flurry #ECFACD
RGB
CMYK
RGB Variations
Color information
#ECFACD (or 0xECFACD) is known color: Snow Flurry. HEX triplet: EC, FA and CD. RGB value is (236,250,205). Sum of RGB (Red+Green+Blue) = 236+250+205=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 205 (80.47% from 255 or 29.67% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFACD is #130532. Grayscale: #F0F0F0. Windows color (decimal): -1246515 or 13499116. OLE color: 13499116.
HSL color Cylindrical-coordinate representation of color #ECFACD: hue angle of 78.67º 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 #ECFACD is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 250 | 205 | - |
CMYK | 0.06 | 0 | 0.18 | 0.02 |
HSL | 78.67º | 0.82% | 0.89% | - |
HSV(B) | 78.67º | 0.18% | 0.98% | - |
XYZ | 79.8 | 90.61 | 71.04 | - |
YUV | 240.68 | 107.86 | 124.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 250 | 205 | 0.06 | 0 | 0.18 | 0.02 | 78.67 | 0.82 | 0.89 |
Hex | EC | FA | CD | 6 | 0 | 12 | 2 | 4F | 52 | 59 |
Octal | 354 | 372 | 315 | 6 | 0 | 22 | 2 | 117 | 122 | 131 |
Binary | 11101100 | 11111010 | 11001101 | 110 | 0 | 10010 | 10 | 1001111 | 1010010 | 1011001 |
Color Harmonies of #ECFACD
Complementary color
Monochromatic Colors of #ECFACD
Black with #ECFACD
Text Example
Text Example
White with #ECFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFACD; }
p { color: rgb(236,250,205); }
H1.HeaderClassName
{
color: #ECFACD;
}
.AnyTagClassName
{
color: #ECFACD;
}
</style>
background-color css
<style>
a { background-color: #ECFACD; }
a { background-color: rgb(236,250,205); }
div.DivClassName
{
background-color: #ECFACD;
}
.BgClassName
{
background-color: #ECFACD;
}
</style>
border-color css
<style>
span { border-color: #ECFACD; }
span { border-color: rgb(236,250,205); }
td.TdClassName
{
border-color: #ECFACD;
}
.TagClassName
{
border-color: #ECFACD;
}
</style>