Shades of Snow Flurry #ECFECB
Tints of Snow Flurry #ECFECB
RGB
CMYK
RGB Variations
Color information
#ECFECB (or 0xECFECB) is known color: Snow Flurry. HEX triplet: EC, FE and CB. RGB value is (236,254,203). Sum of RGB (Red+Green+Blue) = 236+254+203=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 203 (79.69% from 255 or 29.29% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFECB is #130134. Grayscale: #F2F2F2. Windows color (decimal): -1245493 or 13369068. OLE color: 13369068.
HSL color Cylindrical-coordinate representation of color #ECFECB: hue angle of 81.18º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECFECB is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 254 | 203 | - |
CMYK | 0.07 | 0 | 0.20 | 0.00 |
HSL | 81.18º | 0.96% | 0.9% | - |
HSV(B) | 81.18º | 0.2% | 1% | - |
XYZ | 80.81 | 93.03 | 70.2 | - |
YUV | 242.8 | 105.54 | 123.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 254 | 203 | 0.07 | 0 | 0.20 | 0.00 | 81.18 | 0.96 | 0.9 |
Hex | EC | FE | CB | 7 | 0 | 14 | 0 | 51 | 60 | 5A |
Octal | 354 | 376 | 313 | 7 | 0 | 24 | 0 | 121 | 140 | 132 |
Binary | 11101100 | 11111110 | 11001011 | 111 | 0 | 10100 | 0 | 1010001 | 1100000 | 1011010 |
Color Harmonies of #ECFECB
Complementary color
Monochromatic Colors of #ECFECB
Black with #ECFECB
Text Example
Text Example
White with #ECFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFECB; }
p { color: rgb(236,254,203); }
H1.HeaderClassName
{
color: #ECFECB;
}
.AnyTagClassName
{
color: #ECFECB;
}
</style>
background-color css
<style>
a { background-color: #ECFECB; }
a { background-color: rgb(236,254,203); }
div.DivClassName
{
background-color: #ECFECB;
}
.BgClassName
{
background-color: #ECFECB;
}
</style>
border-color css
<style>
span { border-color: #ECFECB; }
span { border-color: rgb(236,254,203); }
td.TdClassName
{
border-color: #ECFECB;
}
.TagClassName
{
border-color: #ECFECB;
}
</style>