Shades of Snow Flurry #E5FBCD
Tints of Snow Flurry #E5FBCD
RGB
CMYK
RGB Variations
Color information
#E5FBCD (or 0xE5FBCD) is known color: Snow Flurry. HEX triplet: E5, FB and CD. RGB value is (229,251,205). Sum of RGB (Red+Green+Blue) = 229+251+205=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 205 (80.47% from 255 or 29.93% from 685); Max value from RGB is 251 - color contains mainly: green. Hex color #E5FBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FBCD is #1A0432. Grayscale: #EFEFEF. Windows color (decimal): -1705011 or 13499365. OLE color: 13499365.
HSL color Cylindrical-coordinate representation of color #E5FBCD: hue angle of 88.7º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5FBCD is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 251 | 205 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.02 |
| HSL | 88.7º | 0.85% | 0.89% | - |
| HSV(B) | 88.7º | 0.18% | 0.98% | - |
| XYZ | 77.83 | 90.06 | 71.04 | - |
| YUV | 239.18 | 108.71 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 251 | 205 | 0.09 | 0 | 0.18 | 0.02 | 88.7 | 0.85 | 0.89 |
| Hex | E5 | FB | CD | 9 | 0 | 12 | 2 | 59 | 55 | 59 |
| Octal | 345 | 373 | 315 | 11 | 0 | 22 | 2 | 131 | 125 | 131 |
| Binary | 11100101 | 11111011 | 11001101 | 1001 | 0 | 10010 | 10 | 1011001 | 1010101 | 1011001 |
Color Harmonies of #E5FBCD
Complementary color
Monochromatic Colors of #E5FBCD
Black with #E5FBCD
Text Example
Text Example
White with #E5FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FBCD; }
p { color: rgb(229,251,205); }
H1.HeaderClassName
{
color: #E5FBCD;
}
.AnyTagClassName
{
color: #E5FBCD;
}
</style>
background-color css
<style>
a { background-color: #E5FBCD; }
a { background-color: rgb(229,251,205); }
div.DivClassName
{
background-color: #E5FBCD;
}
.BgClassName
{
background-color: #E5FBCD;
}
</style>
border-color css
<style>
span { border-color: #E5FBCD; }
span { border-color: rgb(229,251,205); }
td.TdClassName
{
border-color: #E5FBCD;
}
.TagClassName
{
border-color: #E5FBCD;
}
</style>