Shades of Snow Flurry #E6F1BF
Tints of Snow Flurry #E6F1BF
RGB
CMYK
RGB Variations
Color information
#E6F1BF (or 0xE6F1BF) is known color: Snow Flurry. HEX triplet: E6, F1 and BF. RGB value is (230,241,191). Sum of RGB (Red+Green+Blue) = 230+241+191=662 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.74% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 191 (75% from 255 or 28.85% from 662); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F1BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F1BF is #190E40. Grayscale: #E8E8E8. Windows color (decimal): -1642049 or 12579302. OLE color: 12579302.
HSL color Cylindrical-coordinate representation of color #E6F1BF: hue angle of 73.2º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6F1BF is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 191 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.05 |
| HSL | 73.2º | 0.64% | 0.85% | - |
| HSV(B) | 73.2º | 0.21% | 0.95% | - |
| XYZ | 73.49 | 83.5 | 61.53 | - |
| YUV | 232.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 191 | 0.05 | 0 | 0.21 | 0.05 | 73.2 | 0.64 | 0.85 |
| Hex | E6 | F1 | BF | 5 | 0 | 15 | 5 | 49 | 40 | 55 |
| Octal | 346 | 361 | 277 | 5 | 0 | 25 | 5 | 111 | 100 | 125 |
| Binary | 11100110 | 11110001 | 10111111 | 101 | 0 | 10101 | 101 | 1001001 | 1000000 | 1010101 |
Color Harmonies of #E6F1BF
Complementary color
Monochromatic Colors of #E6F1BF
Black with #E6F1BF
Text Example
Text Example
White with #E6F1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F1BF; }
p { color: rgb(230,241,191); }
H1.HeaderClassName
{
color: #E6F1BF;
}
.AnyTagClassName
{
color: #E6F1BF;
}
</style>
background-color css
<style>
a { background-color: #E6F1BF; }
a { background-color: rgb(230,241,191); }
div.DivClassName
{
background-color: #E6F1BF;
}
.BgClassName
{
background-color: #E6F1BF;
}
</style>
border-color css
<style>
span { border-color: #E6F1BF; }
span { border-color: rgb(230,241,191); }
td.TdClassName
{
border-color: #E6F1BF;
}
.TagClassName
{
border-color: #E6F1BF;
}
</style>