Shades of Snow Flurry #E4F0BD
Tints of Snow Flurry #E4F0BD
RGB
CMYK
RGB Variations
Color information
#E4F0BD (or 0xE4F0BD) is known color: Snow Flurry. HEX triplet: E4, F0 and BD. RGB value is (228,240,189). Sum of RGB (Red+Green+Blue) = 228+240+189=657 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.70% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 240 - color contains mainly: green. Hex color #E4F0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4F0BD is #1B0F42. Grayscale: #E6E6E6. Windows color (decimal): -1773379 or 12447972. OLE color: 12447972.
HSL color Cylindrical-coordinate representation of color #E4F0BD: hue angle of 74.12º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E4F0BD is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 240 | 189 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.06 |
| HSL | 74.12º | 0.63% | 0.84% | - |
| HSV(B) | 74.12º | 0.21% | 0.94% | - |
| XYZ | 72.34 | 82.49 | 60.25 | - |
| YUV | 230.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 240 | 189 | 0.05 | 0 | 0.21 | 0.06 | 74.12 | 0.63 | 0.84 |
| Hex | E4 | F0 | BD | 5 | 0 | 15 | 6 | 4A | 3F | 54 |
| Octal | 344 | 360 | 275 | 5 | 0 | 25 | 6 | 112 | 77 | 124 |
| Binary | 11100100 | 11110000 | 10111101 | 101 | 0 | 10101 | 110 | 1001010 | 111111 | 1010100 |
Color Harmonies of #E4F0BD
Complementary color
Monochromatic Colors of #E4F0BD
Black with #E4F0BD
Text Example
Text Example
White with #E4F0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F0BD; }
p { color: rgb(228,240,189); }
H1.HeaderClassName
{
color: #E4F0BD;
}
.AnyTagClassName
{
color: #E4F0BD;
}
</style>
background-color css
<style>
a { background-color: #E4F0BD; }
a { background-color: rgb(228,240,189); }
div.DivClassName
{
background-color: #E4F0BD;
}
.BgClassName
{
background-color: #E4F0BD;
}
</style>
border-color css
<style>
span { border-color: #E4F0BD; }
span { border-color: rgb(228,240,189); }
td.TdClassName
{
border-color: #E4F0BD;
}
.TagClassName
{
border-color: #E4F0BD;
}
</style>