Shades of Snow Flurry #E5F1CB
Tints of Snow Flurry #E5F1CB
RGB
CMYK
RGB Variations
Color information
#E5F1CB (or 0xE5F1CB) is known color: Snow Flurry. HEX triplet: E5, F1 and CB. RGB value is (229,241,203). Sum of RGB (Red+Green+Blue) = 229+241+203=673 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.03% from 673); Green value is 241 (94.53% from 255 or 35.81% from 673); Blue value is 203 (79.69% from 255 or 30.16% from 673); Max value from RGB is 241 - color contains mainly: green. Hex color #E5F1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F1CB is #1A0E34. Grayscale: #E9E9E9. Windows color (decimal): -1707573 or 13365733. OLE color: 13365733.
HSL color Cylindrical-coordinate representation of color #E5F1CB: hue angle of 78.95º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E5F1CB is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 241 | 203 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.05 |
| HSL | 78.95º | 0.58% | 0.87% | - |
| HSV(B) | 78.95º | 0.16% | 0.95% | - |
| XYZ | 74.55 | 83.88 | 68.76 | - |
| YUV | 233.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 241 | 203 | 0.05 | 0 | 0.16 | 0.05 | 78.95 | 0.58 | 0.87 |
| Hex | E5 | F1 | CB | 5 | 0 | 10 | 5 | 4F | 3A | 57 |
| Octal | 345 | 361 | 313 | 5 | 0 | 20 | 5 | 117 | 72 | 127 |
| Binary | 11100101 | 11110001 | 11001011 | 101 | 0 | 10000 | 101 | 1001111 | 111010 | 1010111 |
Color Harmonies of #E5F1CB
Complementary color
Monochromatic Colors of #E5F1CB
Black with #E5F1CB
Text Example
Text Example
White with #E5F1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F1CB; }
p { color: rgb(229,241,203); }
H1.HeaderClassName
{
color: #E5F1CB;
}
.AnyTagClassName
{
color: #E5F1CB;
}
</style>
background-color css
<style>
a { background-color: #E5F1CB; }
a { background-color: rgb(229,241,203); }
div.DivClassName
{
background-color: #E5F1CB;
}
.BgClassName
{
background-color: #E5F1CB;
}
</style>
border-color css
<style>
span { border-color: #E5F1CB; }
span { border-color: rgb(229,241,203); }
td.TdClassName
{
border-color: #E5F1CB;
}
.TagClassName
{
border-color: #E5F1CB;
}
</style>