Shades of Snow Flurry #ECFBD5
Tints of Snow Flurry #ECFBD5
RGB
CMYK
RGB Variations
Color information
#ECFBD5 (or 0xECFBD5) is known color: Snow Flurry. HEX triplet: EC, FB and D5. RGB value is (236,251,213). Sum of RGB (Red+Green+Blue) = 236+251+213=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 213 (83.59% from 255 or 30.43% from 700); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFBD5 is #13042A. Grayscale: #F2F2F2. Windows color (decimal): -1246251 or 14023660. OLE color: 14023660.
HSL color Cylindrical-coordinate representation of color #ECFBD5: hue angle of 83.68º degrees, saturation: 0.83, 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 #ECFBD5 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 251 | 213 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.02 |
| HSL | 83.68º | 0.83% | 0.91% | - |
| HSV(B) | 83.68º | 0.15% | 0.98% | - |
| XYZ | 81.1 | 91.63 | 76.36 | - |
| YUV | 242.18 | 111.53 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 251 | 213 | 0.06 | 0 | 0.15 | 0.02 | 83.68 | 0.83 | 0.91 |
| Hex | EC | FB | D5 | 6 | 0 | F | 2 | 54 | 53 | 5B |
| Octal | 354 | 373 | 325 | 6 | 0 | 17 | 2 | 124 | 123 | 133 |
| Binary | 11101100 | 11111011 | 11010101 | 110 | 0 | 1111 | 10 | 1010100 | 1010011 | 1011011 |
Color Harmonies of #ECFBD5
Complementary color
Monochromatic Colors of #ECFBD5
Black with #ECFBD5
Text Example
Text Example
White with #ECFBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFBD5; }
p { color: rgb(236,251,213); }
H1.HeaderClassName
{
color: #ECFBD5;
}
.AnyTagClassName
{
color: #ECFBD5;
}
</style>
background-color css
<style>
a { background-color: #ECFBD5; }
a { background-color: rgb(236,251,213); }
div.DivClassName
{
background-color: #ECFBD5;
}
.BgClassName
{
background-color: #ECFBD5;
}
</style>
border-color css
<style>
span { border-color: #ECFBD5; }
span { border-color: rgb(236,251,213); }
td.TdClassName
{
border-color: #ECFBD5;
}
.TagClassName
{
border-color: #ECFBD5;
}
</style>