Shades of Snow Flurry #E5F1BD
Tints of Snow Flurry #E5F1BD
RGB
CMYK
RGB Variations
Color information
#E5F1BD (or 0xE5F1BD) is known color: Snow Flurry. HEX triplet: E5, F1 and BD. RGB value is (229,241,189). Sum of RGB (Red+Green+Blue) = 229+241+189=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 189 (74.22% from 255 or 28.68% from 659); Max value from RGB is 241 - color contains mainly: green. Hex color #E5F1BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F1BD is #1A0E42. Grayscale: #E7E7E7. Windows color (decimal): -1707587 or 12448229. OLE color: 12448229.
HSL color Cylindrical-coordinate representation of color #E5F1BD: hue angle of 73.85º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5F1BD is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 241 | 189 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.05 |
| HSL | 73.85º | 0.65% | 0.84% | - |
| HSV(B) | 73.85º | 0.22% | 0.95% | - |
| XYZ | 72.95 | 83.24 | 60.37 | - |
| YUV | 231.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 241 | 189 | 0.05 | 0 | 0.22 | 0.05 | 73.85 | 0.65 | 0.84 |
| Hex | E5 | F1 | BD | 5 | 0 | 16 | 5 | 4A | 41 | 54 |
| Octal | 345 | 361 | 275 | 5 | 0 | 26 | 5 | 112 | 101 | 124 |
| Binary | 11100101 | 11110001 | 10111101 | 101 | 0 | 10110 | 101 | 1001010 | 1000001 | 1010100 |
Color Harmonies of #E5F1BD
Complementary color
Monochromatic Colors of #E5F1BD
Black with #E5F1BD
Text Example
Text Example
White with #E5F1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F1BD; }
p { color: rgb(229,241,189); }
H1.HeaderClassName
{
color: #E5F1BD;
}
.AnyTagClassName
{
color: #E5F1BD;
}
</style>
background-color css
<style>
a { background-color: #E5F1BD; }
a { background-color: rgb(229,241,189); }
div.DivClassName
{
background-color: #E5F1BD;
}
.BgClassName
{
background-color: #E5F1BD;
}
</style>
border-color css
<style>
span { border-color: #E5F1BD; }
span { border-color: rgb(229,241,189); }
td.TdClassName
{
border-color: #E5F1BD;
}
.TagClassName
{
border-color: #E5F1BD;
}
</style>