Shades of Snow Flurry #E9FDBC
Tints of Snow Flurry #E9FDBC
RGB
CMYK
RGB Variations
Color information
#E9FDBC (or 0xE9FDBC) is known color: Snow Flurry. HEX triplet: E9, FD and BC. RGB value is (233,253,188). Sum of RGB (Red+Green+Blue) = 233+253+188=674 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.57% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 188 (73.83% from 255 or 27.89% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #E9FDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FDBC is #160243. Grayscale: #EFEFEF. Windows color (decimal): -1442372 or 12385769. OLE color: 12385769.
HSL color Cylindrical-coordinate representation of color #E9FDBC: hue angle of 78.46º 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 #E9FDBC is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 253 | 188 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.01 |
| HSL | 78.46º | 0.94% | 0.86% | - |
| HSV(B) | 78.46º | 0.26% | 0.99% | - |
| XYZ | 77.81 | 91.21 | 61.08 | - |
| YUV | 239.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 253 | 188 | 0.08 | 0 | 0.26 | 0.01 | 78.46 | 0.94 | 0.86 |
| Hex | E9 | FD | BC | 8 | 0 | 1A | 1 | 4E | 5E | 56 |
| Octal | 351 | 375 | 274 | 10 | 0 | 32 | 1 | 116 | 136 | 126 |
| Binary | 11101001 | 11111101 | 10111100 | 1000 | 0 | 11010 | 1 | 1001110 | 1011110 | 1010110 |
Color Harmonies of #E9FDBC
Complementary color
Monochromatic Colors of #E9FDBC
Black with #E9FDBC
Text Example
Text Example
White with #E9FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FDBC; }
p { color: rgb(233,253,188); }
H1.HeaderClassName
{
color: #E9FDBC;
}
.AnyTagClassName
{
color: #E9FDBC;
}
</style>
background-color css
<style>
a { background-color: #E9FDBC; }
a { background-color: rgb(233,253,188); }
div.DivClassName
{
background-color: #E9FDBC;
}
.BgClassName
{
background-color: #E9FDBC;
}
</style>
border-color css
<style>
span { border-color: #E9FDBC; }
span { border-color: rgb(233,253,188); }
td.TdClassName
{
border-color: #E9FDBC;
}
.TagClassName
{
border-color: #E9FDBC;
}
</style>