Shades of Snow Flurry #E6FBBE
Tints of Snow Flurry #E6FBBE
RGB
CMYK
RGB Variations
Color information
#E6FBBE (or 0xE6FBBE) is known color: Snow Flurry. HEX triplet: E6, FB and BE. RGB value is (230,251,190). Sum of RGB (Red+Green+Blue) = 230+251+190=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 190 (74.61% from 255 or 28.32% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #E6FBBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FBBE is #190441. Grayscale: #EDEDED. Windows color (decimal): -1639490 or 12516326. OLE color: 12516326.
HSL color Cylindrical-coordinate representation of color #E6FBBE: hue angle of 80.66º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6FBBE is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 251 | 190 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.02 |
| HSL | 80.66º | 0.88% | 0.86% | - |
| HSV(B) | 80.66º | 0.24% | 0.98% | - |
| XYZ | 76.42 | 89.54 | 61.97 | - |
| YUV | 237.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 251 | 190 | 0.08 | 0 | 0.24 | 0.02 | 80.66 | 0.88 | 0.86 |
| Hex | E6 | FB | BE | 8 | 0 | 18 | 2 | 51 | 58 | 56 |
| Octal | 346 | 373 | 276 | 10 | 0 | 30 | 2 | 121 | 130 | 126 |
| Binary | 11100110 | 11111011 | 10111110 | 1000 | 0 | 11000 | 10 | 1010001 | 1011000 | 1010110 |
Color Harmonies of #E6FBBE
Complementary color
Monochromatic Colors of #E6FBBE
Black with #E6FBBE
Text Example
Text Example
White with #E6FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FBBE; }
p { color: rgb(230,251,190); }
H1.HeaderClassName
{
color: #E6FBBE;
}
.AnyTagClassName
{
color: #E6FBBE;
}
</style>
background-color css
<style>
a { background-color: #E6FBBE; }
a { background-color: rgb(230,251,190); }
div.DivClassName
{
background-color: #E6FBBE;
}
.BgClassName
{
background-color: #E6FBBE;
}
</style>
border-color css
<style>
span { border-color: #E6FBBE; }
span { border-color: rgb(230,251,190); }
td.TdClassName
{
border-color: #E6FBBE;
}
.TagClassName
{
border-color: #E6FBBE;
}
</style>