Shades of Snow Flurry #ECFCCF
Tints of Snow Flurry #ECFCCF
RGB
CMYK
RGB Variations
Color information
#ECFCCF (or 0xECFCCF) is known color: Snow Flurry. HEX triplet: EC, FC and CF. RGB value is (236,252,207). Sum of RGB (Red+Green+Blue) = 236+252+207=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 252 (98.83% from 255 or 36.26% from 695); Blue value is 207 (81.25% from 255 or 29.78% from 695); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFCCF is #130330. Grayscale: #F2F2F2. Windows color (decimal): -1246001 or 13630700. OLE color: 13630700.
HSL color Cylindrical-coordinate representation of color #ECFCCF: hue angle of 81.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECFCCF is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 252 | 207 | - |
CMYK | 0.06 | 0 | 0.18 | 0.01 |
HSL | 81.33º | 0.88% | 0.9% | - |
HSV(B) | 81.33º | 0.18% | 0.99% | - |
XYZ | 80.66 | 91.96 | 72.53 | - |
YUV | 242.09 | 108.2 | 123.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 252 | 207 | 0.06 | 0 | 0.18 | 0.01 | 81.33 | 0.88 | 0.9 |
Hex | EC | FC | CF | 6 | 0 | 12 | 1 | 51 | 58 | 5A |
Octal | 354 | 374 | 317 | 6 | 0 | 22 | 1 | 121 | 130 | 132 |
Binary | 11101100 | 11111100 | 11001111 | 110 | 0 | 10010 | 1 | 1010001 | 1011000 | 1011010 |
Color Harmonies of #ECFCCF
Complementary color
Monochromatic Colors of #ECFCCF
Black with #ECFCCF
Text Example
Text Example
White with #ECFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFCCF; }
p { color: rgb(236,252,207); }
H1.HeaderClassName
{
color: #ECFCCF;
}
.AnyTagClassName
{
color: #ECFCCF;
}
</style>
background-color css
<style>
a { background-color: #ECFCCF; }
a { background-color: rgb(236,252,207); }
div.DivClassName
{
background-color: #ECFCCF;
}
.BgClassName
{
background-color: #ECFCCF;
}
</style>
border-color css
<style>
span { border-color: #ECFCCF; }
span { border-color: rgb(236,252,207); }
td.TdClassName
{
border-color: #ECFCCF;
}
.TagClassName
{
border-color: #ECFCCF;
}
</style>