Shades of Snow Flurry #E0F6B8
Tints of Snow Flurry #E0F6B8
RGB
CMYK
RGB Variations
Color information
#E0F6B8 (or 0xE0F6B8) is known color: Snow Flurry. HEX triplet: E0, F6 and B8. RGB value is (224,246,184). Sum of RGB (Red+Green+Blue) = 224+246+184=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 246 (96.48% from 255 or 37.61% from 654); Blue value is 184 (72.27% from 255 or 28.13% from 654); Max value from RGB is 246 - color contains mainly: green. Hex color #E0F6B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F6B8 is #1F0947. Grayscale: #E8E8E8. Windows color (decimal): -2033992 or 12121824. OLE color: 12121824.
HSL color Cylindrical-coordinate representation of color #E0F6B8: hue angle of 81.29º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0F6B8 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 246 | 184 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.04 |
| HSL | 81.29º | 0.78% | 0.84% | - |
| HSV(B) | 81.29º | 0.25% | 0.96% | - |
| XYZ | 72.35 | 85.22 | 57.98 | - |
| YUV | 232.35 | 100.71 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 246 | 184 | 0.09 | 0 | 0.25 | 0.04 | 81.29 | 0.78 | 0.84 |
| Hex | E0 | F6 | B8 | 9 | 0 | 19 | 4 | 51 | 4E | 54 |
| Octal | 340 | 366 | 270 | 11 | 0 | 31 | 4 | 121 | 116 | 124 |
| Binary | 11100000 | 11110110 | 10111000 | 1001 | 0 | 11001 | 100 | 1010001 | 1001110 | 1010100 |
Color Harmonies of #E0F6B8
Complementary color
Monochromatic Colors of #E0F6B8
Black with #E0F6B8
Text Example
Text Example
White with #E0F6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F6B8; }
p { color: rgb(224,246,184); }
H1.HeaderClassName
{
color: #E0F6B8;
}
.AnyTagClassName
{
color: #E0F6B8;
}
</style>
background-color css
<style>
a { background-color: #E0F6B8; }
a { background-color: rgb(224,246,184); }
div.DivClassName
{
background-color: #E0F6B8;
}
.BgClassName
{
background-color: #E0F6B8;
}
</style>
border-color css
<style>
span { border-color: #E0F6B8; }
span { border-color: rgb(224,246,184); }
td.TdClassName
{
border-color: #E0F6B8;
}
.TagClassName
{
border-color: #E0F6B8;
}
</style>