Shades of Snow Flurry #E9FCBF
Tints of Snow Flurry #E9FCBF
RGB
CMYK
RGB Variations
Color information
#E9FCBF (or 0xE9FCBF) is known color: Snow Flurry. HEX triplet: E9, FC and BF. RGB value is (233,252,191). Sum of RGB (Red+Green+Blue) = 233+252+191=676 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.47% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 191 (75% from 255 or 28.25% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #E9FCBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FCBF is #160340. Grayscale: #EFEFEF. Windows color (decimal): -1442625 or 12582121. OLE color: 12582121.
HSL color Cylindrical-coordinate representation of color #E9FCBF: hue angle of 78.69º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9FCBF is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 252 | 191 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.01 |
| HSL | 78.69º | 0.91% | 0.87% | - |
| HSV(B) | 78.69º | 0.24% | 0.99% | - |
| XYZ | 77.82 | 90.71 | 62.7 | - |
| YUV | 239.37 | 100.71 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 252 | 191 | 0.08 | 0 | 0.24 | 0.01 | 78.69 | 0.91 | 0.87 |
| Hex | E9 | FC | BF | 8 | 0 | 18 | 1 | 4F | 5B | 57 |
| Octal | 351 | 374 | 277 | 10 | 0 | 30 | 1 | 117 | 133 | 127 |
| Binary | 11101001 | 11111100 | 10111111 | 1000 | 0 | 11000 | 1 | 1001111 | 1011011 | 1010111 |
Color Harmonies of #E9FCBF
Complementary color
Monochromatic Colors of #E9FCBF
Black with #E9FCBF
Text Example
Text Example
White with #E9FCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FCBF; }
p { color: rgb(233,252,191); }
H1.HeaderClassName
{
color: #E9FCBF;
}
.AnyTagClassName
{
color: #E9FCBF;
}
</style>
background-color css
<style>
a { background-color: #E9FCBF; }
a { background-color: rgb(233,252,191); }
div.DivClassName
{
background-color: #E9FCBF;
}
.BgClassName
{
background-color: #E9FCBF;
}
</style>
border-color css
<style>
span { border-color: #E9FCBF; }
span { border-color: rgb(233,252,191); }
td.TdClassName
{
border-color: #E9FCBF;
}
.TagClassName
{
border-color: #E9FCBF;
}
</style>