Shades of Snow Flurry #E2EFC5
Tints of Snow Flurry #E2EFC5
RGB
CMYK
RGB Variations
Color information
#E2EFC5 (or 0xE2EFC5) is known color: Snow Flurry. HEX triplet: E2, EF and C5. RGB value is (226,239,197). Sum of RGB (Red+Green+Blue) = 226+239+197=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 197 (77.34% from 255 or 29.76% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EFC5 is #1D103A. Grayscale: #E6E6E6. Windows color (decimal): -1904699 or 12972002. OLE color: 12972002.
HSL color Cylindrical-coordinate representation of color #E2EFC5: hue angle of 78.57º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2EFC5 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 197 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.06 |
| HSL | 78.57º | 0.57% | 0.85% | - |
| HSV(B) | 78.57º | 0.18% | 0.94% | - |
| XYZ | 72.31 | 81.93 | 64.83 | - |
| YUV | 230.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 197 | 0.05 | 0 | 0.18 | 0.06 | 78.57 | 0.57 | 0.85 |
| Hex | E2 | EF | C5 | 5 | 0 | 12 | 6 | 4F | 39 | 55 |
| Octal | 342 | 357 | 305 | 5 | 0 | 22 | 6 | 117 | 71 | 125 |
| Binary | 11100010 | 11101111 | 11000101 | 101 | 0 | 10010 | 110 | 1001111 | 111001 | 1010101 |
Color Harmonies of #E2EFC5
Complementary color
Monochromatic Colors of #E2EFC5
Black with #E2EFC5
Text Example
Text Example
White with #E2EFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EFC5; }
p { color: rgb(226,239,197); }
H1.HeaderClassName
{
color: #E2EFC5;
}
.AnyTagClassName
{
color: #E2EFC5;
}
</style>
background-color css
<style>
a { background-color: #E2EFC5; }
a { background-color: rgb(226,239,197); }
div.DivClassName
{
background-color: #E2EFC5;
}
.BgClassName
{
background-color: #E2EFC5;
}
</style>
border-color css
<style>
span { border-color: #E2EFC5; }
span { border-color: rgb(226,239,197); }
td.TdClassName
{
border-color: #E2EFC5;
}
.TagClassName
{
border-color: #E2EFC5;
}
</style>