Shades of Snow Flurry #ECFAD5
Tints of Snow Flurry #ECFAD5
RGB
CMYK
RGB Variations
Color information
#ECFAD5 (or 0xECFAD5) is known color: Snow Flurry. HEX triplet: EC, FA and D5. RGB value is (236,250,213). Sum of RGB (Red+Green+Blue) = 236+250+213=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 213 (83.59% from 255 or 30.47% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFAD5 is #13052A. Grayscale: #F1F1F1. Windows color (decimal): -1246507 or 14023404. OLE color: 14023404.
HSL color Cylindrical-coordinate representation of color #ECFAD5: hue angle of 82.7º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECFAD5 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 250 | 213 | - |
CMYK | 0.06 | 0 | 0.15 | 0.02 |
HSL | 82.7º | 0.79% | 0.91% | - |
HSV(B) | 82.7º | 0.15% | 0.98% | - |
XYZ | 80.79 | 91.01 | 76.26 | - |
YUV | 241.6 | 111.86 | 124.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 250 | 213 | 0.06 | 0 | 0.15 | 0.02 | 82.7 | 0.79 | 0.91 |
Hex | EC | FA | D5 | 6 | 0 | F | 2 | 53 | 4F | 5B |
Octal | 354 | 372 | 325 | 6 | 0 | 17 | 2 | 123 | 117 | 133 |
Binary | 11101100 | 11111010 | 11010101 | 110 | 0 | 1111 | 10 | 1010011 | 1001111 | 1011011 |
Color Harmonies of #ECFAD5
Complementary color
Monochromatic Colors of #ECFAD5
Black with #ECFAD5
Text Example
Text Example
White with #ECFAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAD5; }
p { color: rgb(236,250,213); }
H1.HeaderClassName
{
color: #ECFAD5;
}
.AnyTagClassName
{
color: #ECFAD5;
}
</style>
background-color css
<style>
a { background-color: #ECFAD5; }
a { background-color: rgb(236,250,213); }
div.DivClassName
{
background-color: #ECFAD5;
}
.BgClassName
{
background-color: #ECFAD5;
}
</style>
border-color css
<style>
span { border-color: #ECFAD5; }
span { border-color: rgb(236,250,213); }
td.TdClassName
{
border-color: #ECFAD5;
}
.TagClassName
{
border-color: #ECFAD5;
}
</style>