Shades of Snow Flurry #ECFBCB
Tints of Snow Flurry #ECFBCB
RGB
CMYK
RGB Variations
Color information
#ECFBCB (or 0xECFBCB) is known color: Snow Flurry. HEX triplet: EC, FB and CB. RGB value is (236,251,203). Sum of RGB (Red+Green+Blue) = 236+251+203=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 203 (79.69% from 255 or 29.42% from 690); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFBCB is #130434. Grayscale: #F1F1F1. Windows color (decimal): -1246261 or 13368300. OLE color: 13368300.
HSL color Cylindrical-coordinate representation of color #ECFBCB: hue angle of 78.75º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECFBCB is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 251 | 203 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.02 |
| HSL | 78.75º | 0.86% | 0.89% | - |
| HSV(B) | 78.75º | 0.19% | 0.98% | - |
| XYZ | 79.87 | 91.14 | 69.88 | - |
| YUV | 241.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 251 | 203 | 0.06 | 0 | 0.19 | 0.02 | 78.75 | 0.86 | 0.89 |
| Hex | EC | FB | CB | 6 | 0 | 13 | 2 | 4F | 56 | 59 |
| Octal | 354 | 373 | 313 | 6 | 0 | 23 | 2 | 117 | 126 | 131 |
| Binary | 11101100 | 11111011 | 11001011 | 110 | 0 | 10011 | 10 | 1001111 | 1010110 | 1011001 |
Color Harmonies of #ECFBCB
Complementary color
Monochromatic Colors of #ECFBCB
Black with #ECFBCB
Text Example
Text Example
White with #ECFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFBCB; }
p { color: rgb(236,251,203); }
H1.HeaderClassName
{
color: #ECFBCB;
}
.AnyTagClassName
{
color: #ECFBCB;
}
</style>
background-color css
<style>
a { background-color: #ECFBCB; }
a { background-color: rgb(236,251,203); }
div.DivClassName
{
background-color: #ECFBCB;
}
.BgClassName
{
background-color: #ECFBCB;
}
</style>
border-color css
<style>
span { border-color: #ECFBCB; }
span { border-color: rgb(236,251,203); }
td.TdClassName
{
border-color: #ECFBCB;
}
.TagClassName
{
border-color: #ECFBCB;
}
</style>