Shades of Snow Flurry #ECFAD4
Tints of Snow Flurry #ECFAD4
RGB
CMYK
RGB Variations
Color information
#ECFAD4 (or 0xECFAD4) is known color: Snow Flurry. HEX triplet: EC, FA and D4. RGB value is (236,250,212). Sum of RGB (Red+Green+Blue) = 236+250+212=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 212 (83.20% from 255 or 30.37% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFAD4 is #13052B. Grayscale: #F1F1F1. Windows color (decimal): -1246508 or 13957868. OLE color: 13957868.
HSL color Cylindrical-coordinate representation of color #ECFAD4: hue angle of 82.11º 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 #ECFAD4 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 250 | 212 | - |
CMYK | 0.06 | 0 | 0.15 | 0.02 |
HSL | 82.11º | 0.79% | 0.91% | - |
HSV(B) | 82.11º | 0.15% | 0.98% | - |
XYZ | 80.66 | 90.96 | 75.59 | - |
YUV | 241.48 | 111.36 | 124.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 250 | 212 | 0.06 | 0 | 0.15 | 0.02 | 82.11 | 0.79 | 0.91 |
Hex | EC | FA | D4 | 6 | 0 | F | 2 | 52 | 4F | 5B |
Octal | 354 | 372 | 324 | 6 | 0 | 17 | 2 | 122 | 117 | 133 |
Binary | 11101100 | 11111010 | 11010100 | 110 | 0 | 1111 | 10 | 1010010 | 1001111 | 1011011 |
Color Harmonies of #ECFAD4
Complementary color
Monochromatic Colors of #ECFAD4
Black with #ECFAD4
Text Example
Text Example
White with #ECFAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAD4; }
p { color: rgb(236,250,212); }
H1.HeaderClassName
{
color: #ECFAD4;
}
.AnyTagClassName
{
color: #ECFAD4;
}
</style>
background-color css
<style>
a { background-color: #ECFAD4; }
a { background-color: rgb(236,250,212); }
div.DivClassName
{
background-color: #ECFAD4;
}
.BgClassName
{
background-color: #ECFAD4;
}
</style>
border-color css
<style>
span { border-color: #ECFAD4; }
span { border-color: rgb(236,250,212); }
td.TdClassName
{
border-color: #ECFAD4;
}
.TagClassName
{
border-color: #ECFAD4;
}
</style>