Shades of Snow Flurry #E5FDBC
Tints of Snow Flurry #E5FDBC
RGB
CMYK
RGB Variations
Color information
#E5FDBC (or 0xE5FDBC) is known color: Snow Flurry. HEX triplet: E5, FD and BC. RGB value is (229,253,188). Sum of RGB (Red+Green+Blue) = 229+253+188=670 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.18% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 188 (73.83% from 255 or 28.06% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #E5FDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FDBC is #1A0243. Grayscale: #EEEEEE. Windows color (decimal): -1704516 or 12385765. OLE color: 12385765.
HSL color Cylindrical-coordinate representation of color #E5FDBC: hue angle of 82.15º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5FDBC is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 253 | 188 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.01 |
| HSL | 82.15º | 0.94% | 0.86% | - |
| HSV(B) | 82.15º | 0.26% | 0.99% | - |
| XYZ | 76.52 | 90.54 | 61.02 | - |
| YUV | 238.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 253 | 188 | 0.09 | 0 | 0.26 | 0.01 | 82.15 | 0.94 | 0.86 |
| Hex | E5 | FD | BC | 9 | 0 | 1A | 1 | 52 | 5E | 56 |
| Octal | 345 | 375 | 274 | 11 | 0 | 32 | 1 | 122 | 136 | 126 |
| Binary | 11100101 | 11111101 | 10111100 | 1001 | 0 | 11010 | 1 | 1010010 | 1011110 | 1010110 |
Color Harmonies of #E5FDBC
Complementary color
Monochromatic Colors of #E5FDBC
Black with #E5FDBC
Text Example
Text Example
White with #E5FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FDBC; }
p { color: rgb(229,253,188); }
H1.HeaderClassName
{
color: #E5FDBC;
}
.AnyTagClassName
{
color: #E5FDBC;
}
</style>
background-color css
<style>
a { background-color: #E5FDBC; }
a { background-color: rgb(229,253,188); }
div.DivClassName
{
background-color: #E5FDBC;
}
.BgClassName
{
background-color: #E5FDBC;
}
</style>
border-color css
<style>
span { border-color: #E5FDBC; }
span { border-color: rgb(229,253,188); }
td.TdClassName
{
border-color: #E5FDBC;
}
.TagClassName
{
border-color: #E5FDBC;
}
</style>