Shades of Snow Flurry #E2F3CA
Tints of Snow Flurry #E2F3CA
RGB
CMYK
RGB Variations
Color information
#E2F3CA (or 0xE2F3CA) is known color: Snow Flurry. HEX triplet: E2, F3 and CA. RGB value is (226,243,202). Sum of RGB (Red+Green+Blue) = 226+243+202=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 243 (95.31% from 255 or 36.21% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F3CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F3CA is #1D0C35. Grayscale: #E9E9E9. Windows color (decimal): -1903670 or 13300706. OLE color: 13300706.
HSL color Cylindrical-coordinate representation of color #E2F3CA: hue angle of 84.88º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2F3CA is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 243 | 202 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.05 |
| HSL | 84.88º | 0.63% | 0.87% | - |
| HSV(B) | 84.88º | 0.17% | 0.95% | - |
| XYZ | 74.08 | 84.53 | 68.29 | - |
| YUV | 233.24 | 110.37 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 243 | 202 | 0.07 | 0 | 0.17 | 0.05 | 84.88 | 0.63 | 0.87 |
| Hex | E2 | F3 | CA | 7 | 0 | 11 | 5 | 55 | 3F | 57 |
| Octal | 342 | 363 | 312 | 7 | 0 | 21 | 5 | 125 | 77 | 127 |
| Binary | 11100010 | 11110011 | 11001010 | 111 | 0 | 10001 | 101 | 1010101 | 111111 | 1010111 |
Color Harmonies of #E2F3CA
Complementary color
Monochromatic Colors of #E2F3CA
Black with #E2F3CA
Text Example
Text Example
White with #E2F3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F3CA; }
p { color: rgb(226,243,202); }
H1.HeaderClassName
{
color: #E2F3CA;
}
.AnyTagClassName
{
color: #E2F3CA;
}
</style>
background-color css
<style>
a { background-color: #E2F3CA; }
a { background-color: rgb(226,243,202); }
div.DivClassName
{
background-color: #E2F3CA;
}
.BgClassName
{
background-color: #E2F3CA;
}
</style>
border-color css
<style>
span { border-color: #E2F3CA; }
span { border-color: rgb(226,243,202); }
td.TdClassName
{
border-color: #E2F3CA;
}
.TagClassName
{
border-color: #E2F3CA;
}
</style>