Shades of Snow Flurry #ECFFCA
Tints of Snow Flurry #ECFFCA
RGB
CMYK
RGB Variations
Color information
#ECFFCA (or 0xECFFCA) is known color: Snow Flurry. HEX triplet: EC, FF and CA. RGB value is (236,255,202). Sum of RGB (Red+Green+Blue) = 236+255+202=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 202 (79.30% from 255 or 29.15% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFFCA is #130035. Grayscale: #F3F3F3. Windows color (decimal): -1245238 or 13303788. OLE color: 13303788.
HSL color Cylindrical-coordinate representation of color #ECFFCA: hue angle of 81.51º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECFFCA is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 236 | 255 | 202 | - |
CMYK | 0.07 | 0 | 0.21 | 0 |
HSL | 81.51º | 1% | 0.9% | - |
HSV(B) | 81.51º | 0.21% | 1% | - |
XYZ | 81.01 | 93.62 | 69.68 | - |
YUV | 243.28 | 104.71 | 122.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 255 | 202 | 0.07 | 0 | 0.21 | 0 | 81.51 | 1 | 0.9 |
Hex | EC | FF | CA | 7 | 0 | 15 | 0 | 52 | 64 | 5A |
Octal | 354 | 377 | 312 | 7 | 0 | 25 | 0 | 122 | 144 | 132 |
Binary | 11101100 | 11111111 | 11001010 | 111 | 0 | 10101 | 0 | 1010010 | 1100100 | 1011010 |
Color Harmonies of #ECFFCA
Complementary color
Monochromatic Colors of #ECFFCA
Black with #ECFFCA
Text Example
Text Example
White with #ECFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFFCA; }
p { color: rgb(236,255,202); }
H1.HeaderClassName
{
color: #ECFFCA;
}
.AnyTagClassName
{
color: #ECFFCA;
}
</style>
background-color css
<style>
a { background-color: #ECFFCA; }
a { background-color: rgb(236,255,202); }
div.DivClassName
{
background-color: #ECFFCA;
}
.BgClassName
{
background-color: #ECFFCA;
}
</style>
border-color css
<style>
span { border-color: #ECFFCA; }
span { border-color: rgb(236,255,202); }
td.TdClassName
{
border-color: #ECFFCA;
}
.TagClassName
{
border-color: #ECFFCA;
}
</style>