Shades of Snow Flurry #E0FFB3
Tints of Snow Flurry #E0FFB3
RGB
CMYK
RGB Variations
Color information
#E0FFB3 (or 0xE0FFB3) is known color: Snow Flurry. HEX triplet: E0, FF and B3. RGB value is (224,255,179). Sum of RGB (Red+Green+Blue) = 224+255+179=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 179 (70.31% from 255 or 27.20% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FFB3 is #1F004C. Grayscale: #EDEDED. Windows color (decimal): -2031693 or 11796448. OLE color: 11796448.
HSL color Cylindrical-coordinate representation of color #E0FFB3: hue angle of 84.47º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0FFB3 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 179 | - |
| CMYK | 0.12 | 0 | 0.30 | 0 |
| HSL | 84.47º | 1% | 0.85% | - |
| HSV(B) | 84.47º | 0.3% | 1% | - |
| XYZ | 74.64 | 90.62 | 56.21 | - |
| YUV | 237.07 | 95.23 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 179 | 0.12 | 0 | 0.30 | 0 | 84.47 | 1 | 0.85 |
| Hex | E0 | FF | B3 | C | 0 | 1E | 0 | 54 | 64 | 55 |
| Octal | 340 | 377 | 263 | 14 | 0 | 36 | 0 | 124 | 144 | 125 |
| Binary | 11100000 | 11111111 | 10110011 | 1100 | 0 | 11110 | 0 | 1010100 | 1100100 | 1010101 |
Color Harmonies of #E0FFB3
Complementary color
Monochromatic Colors of #E0FFB3
Black with #E0FFB3
Text Example
Text Example
White with #E0FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFB3; }
p { color: rgb(224,255,179); }
H1.HeaderClassName
{
color: #E0FFB3;
}
.AnyTagClassName
{
color: #E0FFB3;
}
</style>
background-color css
<style>
a { background-color: #E0FFB3; }
a { background-color: rgb(224,255,179); }
div.DivClassName
{
background-color: #E0FFB3;
}
.BgClassName
{
background-color: #E0FFB3;
}
</style>
border-color css
<style>
span { border-color: #E0FFB3; }
span { border-color: rgb(224,255,179); }
td.TdClassName
{
border-color: #E0FFB3;
}
.TagClassName
{
border-color: #E0FFB3;
}
</style>