Shades of Snow Flurry #E6FFBF
Tints of Snow Flurry #E6FFBF
RGB
CMYK
RGB Variations
Color information
#E6FFBF (or 0xE6FFBF) is known color: Snow Flurry. HEX triplet: E6, FF and BF. RGB value is (230,255,191). Sum of RGB (Red+Green+Blue) = 230+255+191=676 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.02% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 191 (75% from 255 or 28.25% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FFBF is #190040. Grayscale: #F0F0F0. Windows color (decimal): -1638465 or 12582886. OLE color: 12582886.
HSL color Cylindrical-coordinate representation of color #E6FFBF: hue angle of 83.44º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6FFBF is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 191 | - |
| CMYK | 0.10 | 0 | 0.25 | 0 |
| HSL | 83.44º | 1% | 0.87% | - |
| HSV(B) | 83.44º | 0.25% | 1% | - |
| XYZ | 77.8 | 92.1 | 62.97 | - |
| YUV | 240.23 | 100.22 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 191 | 0.10 | 0 | 0.25 | 0 | 83.44 | 1 | 0.87 |
| Hex | E6 | FF | BF | A | 0 | 19 | 0 | 53 | 64 | 57 |
| Octal | 346 | 377 | 277 | 12 | 0 | 31 | 0 | 123 | 144 | 127 |
| Binary | 11100110 | 11111111 | 10111111 | 1010 | 0 | 11001 | 0 | 1010011 | 1100100 | 1010111 |
Color Harmonies of #E6FFBF
Complementary color
Monochromatic Colors of #E6FFBF
Black with #E6FFBF
Text Example
Text Example
White with #E6FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FFBF; }
p { color: rgb(230,255,191); }
H1.HeaderClassName
{
color: #E6FFBF;
}
.AnyTagClassName
{
color: #E6FFBF;
}
</style>
background-color css
<style>
a { background-color: #E6FFBF; }
a { background-color: rgb(230,255,191); }
div.DivClassName
{
background-color: #E6FFBF;
}
.BgClassName
{
background-color: #E6FFBF;
}
</style>
border-color css
<style>
span { border-color: #E6FFBF; }
span { border-color: rgb(230,255,191); }
td.TdClassName
{
border-color: #E6FFBF;
}
.TagClassName
{
border-color: #E6FFBF;
}
</style>