Shades of Snow Flurry #E6F2BE
Tints of Snow Flurry #E6F2BE
RGB
CMYK
RGB Variations
Color information
#E6F2BE (or 0xE6F2BE) is known color: Snow Flurry. HEX triplet: E6, F2 and BE. RGB value is (230,242,190). Sum of RGB (Red+Green+Blue) = 230+242+190=662 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.74% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 190 (74.61% from 255 or 28.70% from 662); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F2BE is #190D41. Grayscale: #E8E8E8. Windows color (decimal): -1641794 or 12514022. OLE color: 12514022.
HSL color Cylindrical-coordinate representation of color #E6F2BE: hue angle of 73.85º degrees, saturation: 0.67, 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 #E6F2BE is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 190 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.05 |
| HSL | 73.85º | 0.67% | 0.85% | - |
| HSV(B) | 73.85º | 0.21% | 0.95% | - |
| XYZ | 73.68 | 84.04 | 61.05 | - |
| YUV | 232.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 190 | 0.05 | 0 | 0.21 | 0.05 | 73.85 | 0.67 | 0.85 |
| Hex | E6 | F2 | BE | 5 | 0 | 15 | 5 | 4A | 43 | 55 |
| Octal | 346 | 362 | 276 | 5 | 0 | 25 | 5 | 112 | 103 | 125 |
| Binary | 11100110 | 11110010 | 10111110 | 101 | 0 | 10101 | 101 | 1001010 | 1000011 | 1010101 |
Color Harmonies of #E6F2BE
Complementary color
Monochromatic Colors of #E6F2BE
Black with #E6F2BE
Text Example
Text Example
White with #E6F2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F2BE; }
p { color: rgb(230,242,190); }
H1.HeaderClassName
{
color: #E6F2BE;
}
.AnyTagClassName
{
color: #E6F2BE;
}
</style>
background-color css
<style>
a { background-color: #E6F2BE; }
a { background-color: rgb(230,242,190); }
div.DivClassName
{
background-color: #E6F2BE;
}
.BgClassName
{
background-color: #E6F2BE;
}
</style>
border-color css
<style>
span { border-color: #E6F2BE; }
span { border-color: rgb(230,242,190); }
td.TdClassName
{
border-color: #E6F2BE;
}
.TagClassName
{
border-color: #E6F2BE;
}
</style>