Shades of Snow Flurry #ECFECF
Tints of Snow Flurry #ECFECF
RGB
CMYK
RGB Variations
Color information
#ECFECF (or 0xECFECF) is known color: Snow Flurry. HEX triplet: EC, FE and CF. RGB value is (236,254,207). Sum of RGB (Red+Green+Blue) = 236+254+207=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 207 (81.25% from 255 or 29.70% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFECF is #130130. Grayscale: #F3F3F3. Windows color (decimal): -1245489 or 13631212. OLE color: 13631212.
HSL color Cylindrical-coordinate representation of color #ECFECF: hue angle of 82.98º 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 #ECFECF is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 254 | 207 | - |
CMYK | 0.07 | 0 | 0.19 | 0.00 |
HSL | 82.98º | 0.96% | 0.9% | - |
HSV(B) | 82.98º | 0.19% | 1% | - |
XYZ | 81.3 | 93.22 | 72.74 | - |
YUV | 243.26 | 107.54 | 122.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 254 | 207 | 0.07 | 0 | 0.19 | 0.00 | 82.98 | 0.96 | 0.9 |
Hex | EC | FE | CF | 7 | 0 | 13 | 0 | 53 | 60 | 5A |
Octal | 354 | 376 | 317 | 7 | 0 | 23 | 0 | 123 | 140 | 132 |
Binary | 11101100 | 11111110 | 11001111 | 111 | 0 | 10011 | 0 | 1010011 | 1100000 | 1011010 |
Color Harmonies of #ECFECF
Complementary color
Monochromatic Colors of #ECFECF
Black with #ECFECF
Text Example
Text Example
White with #ECFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFECF; }
p { color: rgb(236,254,207); }
H1.HeaderClassName
{
color: #ECFECF;
}
.AnyTagClassName
{
color: #ECFECF;
}
</style>
background-color css
<style>
a { background-color: #ECFECF; }
a { background-color: rgb(236,254,207); }
div.DivClassName
{
background-color: #ECFECF;
}
.BgClassName
{
background-color: #ECFECF;
}
</style>
border-color css
<style>
span { border-color: #ECFECF; }
span { border-color: rgb(236,254,207); }
td.TdClassName
{
border-color: #ECFECF;
}
.TagClassName
{
border-color: #ECFECF;
}
</style>