Shades of Snow Flurry #ECFAD2
Tints of Snow Flurry #ECFAD2
RGB
CMYK
RGB Variations
Color information
#ECFAD2 (or 0xECFAD2) is known color: Snow Flurry. HEX triplet: EC, FA and D2. RGB value is (236,250,210). Sum of RGB (Red+Green+Blue) = 236+250+210=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 210 (82.42% from 255 or 30.17% from 696); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFAD2 is #13052D. Grayscale: #F1F1F1. Windows color (decimal): -1246510 or 13826796. OLE color: 13826796.
HSL color Cylindrical-coordinate representation of color #ECFAD2: hue angle of 81º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECFAD2 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 250 | 210 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.02 |
| HSL | 81º | 0.8% | 0.9% | - |
| HSV(B) | 81º | 0.16% | 0.98% | - |
| XYZ | 80.41 | 90.86 | 74.27 | - |
| YUV | 241.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 250 | 210 | 0.06 | 0 | 0.16 | 0.02 | 81 | 0.8 | 0.9 |
| Hex | EC | FA | D2 | 6 | 0 | 10 | 2 | 51 | 50 | 5A |
| Octal | 354 | 372 | 322 | 6 | 0 | 20 | 2 | 121 | 120 | 132 |
| Binary | 11101100 | 11111010 | 11010010 | 110 | 0 | 10000 | 10 | 1010001 | 1010000 | 1011010 |
Color Harmonies of #ECFAD2
Complementary color
Monochromatic Colors of #ECFAD2
Black with #ECFAD2
Text Example
Text Example
White with #ECFAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAD2; }
p { color: rgb(236,250,210); }
H1.HeaderClassName
{
color: #ECFAD2;
}
.AnyTagClassName
{
color: #ECFAD2;
}
</style>
background-color css
<style>
a { background-color: #ECFAD2; }
a { background-color: rgb(236,250,210); }
div.DivClassName
{
background-color: #ECFAD2;
}
.BgClassName
{
background-color: #ECFAD2;
}
</style>
border-color css
<style>
span { border-color: #ECFAD2; }
span { border-color: rgb(236,250,210); }
td.TdClassName
{
border-color: #ECFAD2;
}
.TagClassName
{
border-color: #ECFAD2;
}
</style>