Shades of Snow Flurry #E0FFC3
Tints of Snow Flurry #E0FFC3
RGB
CMYK
RGB Variations
Color information
#E0FFC3 (or 0xE0FFC3) is known color: Snow Flurry. HEX triplet: E0, FF and C3. RGB value is (224,255,195). Sum of RGB (Red+Green+Blue) = 224+255+195=674 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.23% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 195 (76.56% from 255 or 28.93% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FFC3 is #1F003C. Grayscale: #EFEFEF. Windows color (decimal): -2031677 or 12845024. OLE color: 12845024.
HSL color Cylindrical-coordinate representation of color #E0FFC3: hue angle of 91º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0FFC3 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 195 | - |
| CMYK | 0.12 | 0 | 0.24 | 0 |
| HSL | 91º | 1% | 0.88% | - |
| HSV(B) | 91º | 0.24% | 1% | - |
| XYZ | 76.35 | 91.31 | 65.23 | - |
| YUV | 238.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 195 | 0.12 | 0 | 0.24 | 0 | 91 | 1 | 0.88 |
| Hex | E0 | FF | C3 | C | 0 | 18 | 0 | 5B | 64 | 58 |
| Octal | 340 | 377 | 303 | 14 | 0 | 30 | 0 | 133 | 144 | 130 |
| Binary | 11100000 | 11111111 | 11000011 | 1100 | 0 | 11000 | 0 | 1011011 | 1100100 | 1011000 |
Color Harmonies of #E0FFC3
Complementary color
Monochromatic Colors of #E0FFC3
Black with #E0FFC3
Text Example
Text Example
White with #E0FFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFC3; }
p { color: rgb(224,255,195); }
H1.HeaderClassName
{
color: #E0FFC3;
}
.AnyTagClassName
{
color: #E0FFC3;
}
</style>
background-color css
<style>
a { background-color: #E0FFC3; }
a { background-color: rgb(224,255,195); }
div.DivClassName
{
background-color: #E0FFC3;
}
.BgClassName
{
background-color: #E0FFC3;
}
</style>
border-color css
<style>
span { border-color: #E0FFC3; }
span { border-color: rgb(224,255,195); }
td.TdClassName
{
border-color: #E0FFC3;
}
.TagClassName
{
border-color: #E0FFC3;
}
</style>