Shades of Snow Flurry #E5F4D3
Tints of Snow Flurry #E5F4D3
RGB
CMYK
RGB Variations
Color information
#E5F4D3 (or 0xE5F4D3) is known color: Snow Flurry. HEX triplet: E5, F4 and D3. RGB value is (229,244,211). Sum of RGB (Red+Green+Blue) = 229+244+211=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 244 (95.70% from 255 or 35.67% from 684); Blue value is 211 (82.81% from 255 or 30.85% from 684); Max value from RGB is 244 - color contains mainly: green. Hex color #E5F4D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F4D3 is #1A0B2C. Grayscale: #EBEBEB. Windows color (decimal): -1706797 or 13890789. OLE color: 13890789.
HSL color Cylindrical-coordinate representation of color #E5F4D3: hue angle of 87.27º degrees, saturation: 0.6, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5F4D3 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 244 | 211 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.04 |
| HSL | 87.27º | 0.6% | 0.89% | - |
| HSV(B) | 87.27º | 0.14% | 0.96% | - |
| XYZ | 76.42 | 86.06 | 74.21 | - |
| YUV | 235.75 | 114.03 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 244 | 211 | 0.06 | 0 | 0.14 | 0.04 | 87.27 | 0.6 | 0.89 |
| Hex | E5 | F4 | D3 | 6 | 0 | E | 4 | 57 | 3C | 59 |
| Octal | 345 | 364 | 323 | 6 | 0 | 16 | 4 | 127 | 74 | 131 |
| Binary | 11100101 | 11110100 | 11010011 | 110 | 0 | 1110 | 100 | 1010111 | 111100 | 1011001 |
Color Harmonies of #E5F4D3
Complementary color
Monochromatic Colors of #E5F4D3
Black with #E5F4D3
Text Example
Text Example
White with #E5F4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F4D3; }
p { color: rgb(229,244,211); }
H1.HeaderClassName
{
color: #E5F4D3;
}
.AnyTagClassName
{
color: #E5F4D3;
}
</style>
background-color css
<style>
a { background-color: #E5F4D3; }
a { background-color: rgb(229,244,211); }
div.DivClassName
{
background-color: #E5F4D3;
}
.BgClassName
{
background-color: #E5F4D3;
}
</style>
border-color css
<style>
span { border-color: #E5F4D3; }
span { border-color: rgb(229,244,211); }
td.TdClassName
{
border-color: #E5F4D3;
}
.TagClassName
{
border-color: #E5F4D3;
}
</style>