Shades of Snow Flurry #ECFBCD
Tints of Snow Flurry #ECFBCD
RGB
CMYK
RGB Variations
Color information
#ECFBCD (or 0xECFBCD) is known color: Snow Flurry. HEX triplet: EC, FB and CD. RGB value is (236,251,205). Sum of RGB (Red+Green+Blue) = 236+251+205=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 251 (98.44% from 255 or 36.27% from 692); Blue value is 205 (80.47% from 255 or 29.62% from 692); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFBCD is #130432. Grayscale: #F1F1F1. Windows color (decimal): -1246259 or 13499372. OLE color: 13499372.
HSL color Cylindrical-coordinate representation of color #ECFBCD: hue angle of 79.57º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECFBCD is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 251 | 205 | - |
CMYK | 0.06 | 0 | 0.18 | 0.02 |
HSL | 79.57º | 0.85% | 0.89% | - |
HSV(B) | 79.57º | 0.18% | 0.98% | - |
XYZ | 80.11 | 91.24 | 71.15 | - |
YUV | 241.27 | 107.53 | 124.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 251 | 205 | 0.06 | 0 | 0.18 | 0.02 | 79.57 | 0.85 | 0.89 |
Hex | EC | FB | CD | 6 | 0 | 12 | 2 | 50 | 55 | 59 |
Octal | 354 | 373 | 315 | 6 | 0 | 22 | 2 | 120 | 125 | 131 |
Binary | 11101100 | 11111011 | 11001101 | 110 | 0 | 10010 | 10 | 1010000 | 1010101 | 1011001 |
Color Harmonies of #ECFBCD
Complementary color
Monochromatic Colors of #ECFBCD
Black with #ECFBCD
Text Example
Text Example
White with #ECFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFBCD; }
p { color: rgb(236,251,205); }
H1.HeaderClassName
{
color: #ECFBCD;
}
.AnyTagClassName
{
color: #ECFBCD;
}
</style>
background-color css
<style>
a { background-color: #ECFBCD; }
a { background-color: rgb(236,251,205); }
div.DivClassName
{
background-color: #ECFBCD;
}
.BgClassName
{
background-color: #ECFBCD;
}
</style>
border-color css
<style>
span { border-color: #ECFBCD; }
span { border-color: rgb(236,251,205); }
td.TdClassName
{
border-color: #ECFBCD;
}
.TagClassName
{
border-color: #ECFBCD;
}
</style>