Shades of Snow Flurry #E5F2BD
Tints of Snow Flurry #E5F2BD
RGB
CMYK
RGB Variations
Color information
#E5F2BD (or 0xE5F2BD) is known color: Snow Flurry. HEX triplet: E5, F2 and BD. RGB value is (229,242,189). Sum of RGB (Red+Green+Blue) = 229+242+189=660 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.70% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F2BD is #1A0D42. Grayscale: #E8E8E8. Windows color (decimal): -1707331 or 12448485. OLE color: 12448485.
HSL color Cylindrical-coordinate representation of color #E5F2BD: hue angle of 74.72º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5F2BD is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 189 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.05 |
| HSL | 74.72º | 0.67% | 0.85% | - |
| HSV(B) | 74.72º | 0.22% | 0.95% | - |
| XYZ | 73.25 | 83.84 | 60.47 | - |
| YUV | 232.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 189 | 0.05 | 0 | 0.22 | 0.05 | 74.72 | 0.67 | 0.85 |
| Hex | E5 | F2 | BD | 5 | 0 | 16 | 5 | 4B | 43 | 55 |
| Octal | 345 | 362 | 275 | 5 | 0 | 26 | 5 | 113 | 103 | 125 |
| Binary | 11100101 | 11110010 | 10111101 | 101 | 0 | 10110 | 101 | 1001011 | 1000011 | 1010101 |
Color Harmonies of #E5F2BD
Complementary color
Monochromatic Colors of #E5F2BD
Black with #E5F2BD
Text Example
Text Example
White with #E5F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F2BD; }
p { color: rgb(229,242,189); }
H1.HeaderClassName
{
color: #E5F2BD;
}
.AnyTagClassName
{
color: #E5F2BD;
}
</style>
background-color css
<style>
a { background-color: #E5F2BD; }
a { background-color: rgb(229,242,189); }
div.DivClassName
{
background-color: #E5F2BD;
}
.BgClassName
{
background-color: #E5F2BD;
}
</style>
border-color css
<style>
span { border-color: #E5F2BD; }
span { border-color: rgb(229,242,189); }
td.TdClassName
{
border-color: #E5F2BD;
}
.TagClassName
{
border-color: #E5F2BD;
}
</style>