Shades of Snow Flurry #E2F1C6
Tints of Snow Flurry #E2F1C6
RGB
CMYK
RGB Variations
Color information
#E2F1C6 (or 0xE2F1C6) is known color: Snow Flurry. HEX triplet: E2, F1 and C6. RGB value is (226,241,198). Sum of RGB (Red+Green+Blue) = 226+241+198=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 198 (77.73% from 255 or 29.77% from 665); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F1C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F1C6 is #1D0E39. Grayscale: #E7E7E7. Windows color (decimal): -1904186 or 13038050. OLE color: 13038050.
HSL color Cylindrical-coordinate representation of color #E2F1C6: hue angle of 80.93º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2F1C6 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 241 | 198 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.05 |
| HSL | 80.93º | 0.61% | 0.86% | - |
| HSV(B) | 80.93º | 0.18% | 0.95% | - |
| XYZ | 73.01 | 83.16 | 65.63 | - |
| YUV | 231.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 241 | 198 | 0.06 | 0 | 0.18 | 0.05 | 80.93 | 0.61 | 0.86 |
| Hex | E2 | F1 | C6 | 6 | 0 | 12 | 5 | 51 | 3D | 56 |
| Octal | 342 | 361 | 306 | 6 | 0 | 22 | 5 | 121 | 75 | 126 |
| Binary | 11100010 | 11110001 | 11000110 | 110 | 0 | 10010 | 101 | 1010001 | 111101 | 1010110 |
Color Harmonies of #E2F1C6
Complementary color
Monochromatic Colors of #E2F1C6
Black with #E2F1C6
Text Example
Text Example
White with #E2F1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F1C6; }
p { color: rgb(226,241,198); }
H1.HeaderClassName
{
color: #E2F1C6;
}
.AnyTagClassName
{
color: #E2F1C6;
}
</style>
background-color css
<style>
a { background-color: #E2F1C6; }
a { background-color: rgb(226,241,198); }
div.DivClassName
{
background-color: #E2F1C6;
}
.BgClassName
{
background-color: #E2F1C6;
}
</style>
border-color css
<style>
span { border-color: #E2F1C6; }
span { border-color: rgb(226,241,198); }
td.TdClassName
{
border-color: #E2F1C6;
}
.TagClassName
{
border-color: #E2F1C6;
}
</style>