Shades of Snow Flurry #ECFECD
Tints of Snow Flurry #ECFECD
RGB
CMYK
RGB Variations
Color information
#ECFECD (or 0xECFECD) is known color: Snow Flurry. HEX triplet: EC, FE and CD. RGB value is (236,254,205). Sum of RGB (Red+Green+Blue) = 236+254+205=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 205 (80.47% from 255 or 29.50% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFECD is #130132. Grayscale: #F3F3F3. Windows color (decimal): -1245491 or 13500140. OLE color: 13500140.
HSL color Cylindrical-coordinate representation of color #ECFECD: hue angle of 82.04º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECFECD is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 254 | 205 | - |
CMYK | 0.07 | 0 | 0.19 | 0.00 |
HSL | 82.04º | 0.96% | 0.9% | - |
HSV(B) | 82.04º | 0.19% | 1% | - |
XYZ | 81.05 | 93.12 | 71.46 | - |
YUV | 243.03 | 106.54 | 122.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 254 | 205 | 0.07 | 0 | 0.19 | 0.00 | 82.04 | 0.96 | 0.9 |
Hex | EC | FE | CD | 7 | 0 | 13 | 0 | 52 | 60 | 5A |
Octal | 354 | 376 | 315 | 7 | 0 | 23 | 0 | 122 | 140 | 132 |
Binary | 11101100 | 11111110 | 11001101 | 111 | 0 | 10011 | 0 | 1010010 | 1100000 | 1011010 |
Color Harmonies of #ECFECD
Complementary color
Monochromatic Colors of #ECFECD
Black with #ECFECD
Text Example
Text Example
White with #ECFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFECD; }
p { color: rgb(236,254,205); }
H1.HeaderClassName
{
color: #ECFECD;
}
.AnyTagClassName
{
color: #ECFECD;
}
</style>
background-color css
<style>
a { background-color: #ECFECD; }
a { background-color: rgb(236,254,205); }
div.DivClassName
{
background-color: #ECFECD;
}
.BgClassName
{
background-color: #ECFECD;
}
</style>
border-color css
<style>
span { border-color: #ECFECD; }
span { border-color: rgb(236,254,205); }
td.TdClassName
{
border-color: #ECFECD;
}
.TagClassName
{
border-color: #ECFECD;
}
</style>