Shades of Snow Flurry #E6F5BD
Tints of Snow Flurry #E6F5BD
RGB
CMYK
RGB Variations
Color information
#E6F5BD (or 0xE6F5BD) is known color: Snow Flurry. HEX triplet: E6, F5 and BD. RGB value is (230,245,189). Sum of RGB (Red+Green+Blue) = 230+245+189=664 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.64% from 664); Green value is 245 (96.09% from 255 or 36.90% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 245 - color contains mainly: green. Hex color #E6F5BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F5BD is #190A42. Grayscale: #EAEAEA. Windows color (decimal): -1641027 or 12449254. OLE color: 12449254.
HSL color Cylindrical-coordinate representation of color #E6F5BD: hue angle of 76.07º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6F5BD is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 245 | 189 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.04 |
| HSL | 76.07º | 0.74% | 0.85% | - |
| HSV(B) | 76.07º | 0.23% | 0.96% | - |
| XYZ | 74.47 | 85.8 | 60.78 | - |
| YUV | 234.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 245 | 189 | 0.06 | 0 | 0.23 | 0.04 | 76.07 | 0.74 | 0.85 |
| Hex | E6 | F5 | BD | 6 | 0 | 17 | 4 | 4C | 4A | 55 |
| Octal | 346 | 365 | 275 | 6 | 0 | 27 | 4 | 114 | 112 | 125 |
| Binary | 11100110 | 11110101 | 10111101 | 110 | 0 | 10111 | 100 | 1001100 | 1001010 | 1010101 |
Color Harmonies of #E6F5BD
Complementary color
Monochromatic Colors of #E6F5BD
Black with #E6F5BD
Text Example
Text Example
White with #E6F5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F5BD; }
p { color: rgb(230,245,189); }
H1.HeaderClassName
{
color: #E6F5BD;
}
.AnyTagClassName
{
color: #E6F5BD;
}
</style>
background-color css
<style>
a { background-color: #E6F5BD; }
a { background-color: rgb(230,245,189); }
div.DivClassName
{
background-color: #E6F5BD;
}
.BgClassName
{
background-color: #E6F5BD;
}
</style>
border-color css
<style>
span { border-color: #E6F5BD; }
span { border-color: rgb(230,245,189); }
td.TdClassName
{
border-color: #E6F5BD;
}
.TagClassName
{
border-color: #E6F5BD;
}
</style>