Shades of Snow Flurry #ECFDCB
Tints of Snow Flurry #ECFDCB
RGB
CMYK
RGB Variations
Color information
#ECFDCB (or 0xECFDCB) is known color: Snow Flurry. HEX triplet: EC, FD and CB. RGB value is (236,253,203). Sum of RGB (Red+Green+Blue) = 236+253+203=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 203 (79.69% from 255 or 29.34% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFDCB is #130234. Grayscale: #F2F2F2. Windows color (decimal): -1245749 or 13368812. OLE color: 13368812.
HSL color Cylindrical-coordinate representation of color #ECFDCB: hue angle of 80.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECFDCB is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 253 | 203 | - |
CMYK | 0.07 | 0 | 0.20 | 0.01 |
HSL | 80.4º | 0.93% | 0.89% | - |
HSV(B) | 80.4º | 0.2% | 0.99% | - |
XYZ | 80.5 | 92.4 | 70.09 | - |
YUV | 242.22 | 105.87 | 123.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 253 | 203 | 0.07 | 0 | 0.20 | 0.01 | 80.4 | 0.93 | 0.89 |
Hex | EC | FD | CB | 7 | 0 | 14 | 1 | 50 | 5D | 59 |
Octal | 354 | 375 | 313 | 7 | 0 | 24 | 1 | 120 | 135 | 131 |
Binary | 11101100 | 11111101 | 11001011 | 111 | 0 | 10100 | 1 | 1010000 | 1011101 | 1011001 |
Color Harmonies of #ECFDCB
Complementary color
Monochromatic Colors of #ECFDCB
Black with #ECFDCB
Text Example
Text Example
White with #ECFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFDCB; }
p { color: rgb(236,253,203); }
H1.HeaderClassName
{
color: #ECFDCB;
}
.AnyTagClassName
{
color: #ECFDCB;
}
</style>
background-color css
<style>
a { background-color: #ECFDCB; }
a { background-color: rgb(236,253,203); }
div.DivClassName
{
background-color: #ECFDCB;
}
.BgClassName
{
background-color: #ECFDCB;
}
</style>
border-color css
<style>
span { border-color: #ECFDCB; }
span { border-color: rgb(236,253,203); }
td.TdClassName
{
border-color: #ECFDCB;
}
.TagClassName
{
border-color: #ECFDCB;
}
</style>