Shades of Snow Flurry #E2FFC6
Tints of Snow Flurry #E2FFC6
RGB
CMYK
RGB Variations
Color information
#E2FFC6 (or 0xE2FFC6) is known color: Snow Flurry. HEX triplet: E2, FF and C6. RGB value is (226,255,198). Sum of RGB (Red+Green+Blue) = 226+255+198=679 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.28% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 198 (77.73% from 255 or 29.16% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FFC6 is #1D0039. Grayscale: #F0F0F0. Windows color (decimal): -1900602 or 13041634. OLE color: 13041634.
HSL color Cylindrical-coordinate representation of color #E2FFC6: hue angle of 90.53º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2FFC6 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 198 | - |
| CMYK | 0.11 | 0 | 0.22 | 0 |
| HSL | 90.53º | 1% | 0.89% | - |
| HSV(B) | 90.53º | 0.22% | 1% | - |
| XYZ | 77.32 | 91.77 | 67.06 | - |
| YUV | 239.83 | 104.39 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 198 | 0.11 | 0 | 0.22 | 0 | 90.53 | 1 | 0.89 |
| Hex | E2 | FF | C6 | B | 0 | 16 | 0 | 5B | 64 | 59 |
| Octal | 342 | 377 | 306 | 13 | 0 | 26 | 0 | 133 | 144 | 131 |
| Binary | 11100010 | 11111111 | 11000110 | 1011 | 0 | 10110 | 0 | 1011011 | 1100100 | 1011001 |
Color Harmonies of #E2FFC6
Complementary color
Monochromatic Colors of #E2FFC6
Black with #E2FFC6
Text Example
Text Example
White with #E2FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FFC6; }
p { color: rgb(226,255,198); }
H1.HeaderClassName
{
color: #E2FFC6;
}
.AnyTagClassName
{
color: #E2FFC6;
}
</style>
background-color css
<style>
a { background-color: #E2FFC6; }
a { background-color: rgb(226,255,198); }
div.DivClassName
{
background-color: #E2FFC6;
}
.BgClassName
{
background-color: #E2FFC6;
}
</style>
border-color css
<style>
span { border-color: #E2FFC6; }
span { border-color: rgb(226,255,198); }
td.TdClassName
{
border-color: #E2FFC6;
}
.TagClassName
{
border-color: #E2FFC6;
}
</style>