Shades of Snow Flurry #E9FDBA
Tints of Snow Flurry #E9FDBA
RGB
CMYK
RGB Variations
Color information
#E9FDBA (or 0xE9FDBA) is known color: Snow Flurry. HEX triplet: E9, FD and BA. RGB value is (233,253,186). Sum of RGB (Red+Green+Blue) = 233+253+186=672 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.67% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 186 (73.05% from 255 or 27.68% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #E9FDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FDBA is #160245. Grayscale: #EFEFEF. Windows color (decimal): -1442374 or 12254697. OLE color: 12254697.
HSL color Cylindrical-coordinate representation of color #E9FDBA: hue angle of 77.91º 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 #E9FDBA is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 253 | 186 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.01 |
| HSL | 77.91º | 0.94% | 0.86% | - |
| HSV(B) | 77.91º | 0.26% | 0.99% | - |
| XYZ | 77.59 | 91.12 | 59.95 | - |
| YUV | 239.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 253 | 186 | 0.08 | 0 | 0.26 | 0.01 | 77.91 | 0.94 | 0.86 |
| Hex | E9 | FD | BA | 8 | 0 | 1A | 1 | 4E | 5E | 56 |
| Octal | 351 | 375 | 272 | 10 | 0 | 32 | 1 | 116 | 136 | 126 |
| Binary | 11101001 | 11111101 | 10111010 | 1000 | 0 | 11010 | 1 | 1001110 | 1011110 | 1010110 |
Color Harmonies of #E9FDBA
Complementary color
Monochromatic Colors of #E9FDBA
Black with #E9FDBA
Text Example
Text Example
White with #E9FDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FDBA; }
p { color: rgb(233,253,186); }
H1.HeaderClassName
{
color: #E9FDBA;
}
.AnyTagClassName
{
color: #E9FDBA;
}
</style>
background-color css
<style>
a { background-color: #E9FDBA; }
a { background-color: rgb(233,253,186); }
div.DivClassName
{
background-color: #E9FDBA;
}
.BgClassName
{
background-color: #E9FDBA;
}
</style>
border-color css
<style>
span { border-color: #E9FDBA; }
span { border-color: rgb(233,253,186); }
td.TdClassName
{
border-color: #E9FDBA;
}
.TagClassName
{
border-color: #E9FDBA;
}
</style>