Shades of Snow Flurry #ECFBD2
Tints of Snow Flurry #ECFBD2
RGB
CMYK
RGB Variations
Color information
#ECFBD2 (or 0xECFBD2) is known color: Snow Flurry. HEX triplet: EC, FB and D2. RGB value is (236,251,210). Sum of RGB (Red+Green+Blue) = 236+251+210=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 210 (82.42% from 255 or 30.13% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFBD2 is #13042D. Grayscale: #F1F1F1. Windows color (decimal): -1246254 or 13827052. OLE color: 13827052.
HSL color Cylindrical-coordinate representation of color #ECFBD2: hue angle of 81.95º degrees, saturation: 0.84, 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 #ECFBD2 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 251 | 210 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.02 |
| HSL | 81.95º | 0.84% | 0.9% | - |
| HSV(B) | 81.95º | 0.16% | 0.98% | - |
| XYZ | 80.72 | 91.48 | 74.38 | - |
| YUV | 241.84 | 110.03 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 251 | 210 | 0.06 | 0 | 0.16 | 0.02 | 81.95 | 0.84 | 0.9 |
| Hex | EC | FB | D2 | 6 | 0 | 10 | 2 | 52 | 54 | 5A |
| Octal | 354 | 373 | 322 | 6 | 0 | 20 | 2 | 122 | 124 | 132 |
| Binary | 11101100 | 11111011 | 11010010 | 110 | 0 | 10000 | 10 | 1010010 | 1010100 | 1011010 |
Color Harmonies of #ECFBD2
Complementary color
Monochromatic Colors of #ECFBD2
Black with #ECFBD2
Text Example
Text Example
White with #ECFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFBD2; }
p { color: rgb(236,251,210); }
H1.HeaderClassName
{
color: #ECFBD2;
}
.AnyTagClassName
{
color: #ECFBD2;
}
</style>
background-color css
<style>
a { background-color: #ECFBD2; }
a { background-color: rgb(236,251,210); }
div.DivClassName
{
background-color: #ECFBD2;
}
.BgClassName
{
background-color: #ECFBD2;
}
</style>
border-color css
<style>
span { border-color: #ECFBD2; }
span { border-color: rgb(236,251,210); }
td.TdClassName
{
border-color: #ECFBD2;
}
.TagClassName
{
border-color: #ECFBD2;
}
</style>