Shades of Snow Flurry #ECFCCA
Tints of Snow Flurry #ECFCCA
RGB
CMYK
RGB Variations
Color information
#ECFCCA (or 0xECFCCA) is known color: Snow Flurry. HEX triplet: EC, FC and CA. RGB value is (236,252,202). Sum of RGB (Red+Green+Blue) = 236+252+202=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 202 (79.30% from 255 or 29.28% from 690); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFCCA is #130335. Grayscale: #F1F1F1. Windows color (decimal): -1246006 or 13303020. OLE color: 13303020.
HSL color Cylindrical-coordinate representation of color #ECFCCA: hue angle of 79.2º degrees, saturation: 0.89, 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 #ECFCCA is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 252 | 202 | - |
CMYK | 0.06 | 0 | 0.20 | 0.01 |
HSL | 79.2º | 0.89% | 0.89% | - |
HSV(B) | 79.2º | 0.2% | 0.99% | - |
XYZ | 80.06 | 91.72 | 69.36 | - |
YUV | 241.52 | 105.7 | 124.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 252 | 202 | 0.06 | 0 | 0.20 | 0.01 | 79.2 | 0.89 | 0.89 |
Hex | EC | FC | CA | 6 | 0 | 14 | 1 | 4F | 59 | 59 |
Octal | 354 | 374 | 312 | 6 | 0 | 24 | 1 | 117 | 131 | 131 |
Binary | 11101100 | 11111100 | 11001010 | 110 | 0 | 10100 | 1 | 1001111 | 1011001 | 1011001 |
Color Harmonies of #ECFCCA
Complementary color
Monochromatic Colors of #ECFCCA
Black with #ECFCCA
Text Example
Text Example
White with #ECFCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFCCA; }
p { color: rgb(236,252,202); }
H1.HeaderClassName
{
color: #ECFCCA;
}
.AnyTagClassName
{
color: #ECFCCA;
}
</style>
background-color css
<style>
a { background-color: #ECFCCA; }
a { background-color: rgb(236,252,202); }
div.DivClassName
{
background-color: #ECFCCA;
}
.BgClassName
{
background-color: #ECFCCA;
}
</style>
border-color css
<style>
span { border-color: #ECFCCA; }
span { border-color: rgb(236,252,202); }
td.TdClassName
{
border-color: #ECFCCA;
}
.TagClassName
{
border-color: #ECFCCA;
}
</style>