Shades of Snow Flurry #E6FEBD
Tints of Snow Flurry #E6FEBD
RGB
CMYK
RGB Variations
Color information
#E6FEBD (or 0xE6FEBD) is known color: Snow Flurry. HEX triplet: E6, FE and BD. RGB value is (230,254,189). Sum of RGB (Red+Green+Blue) = 230+254+189=673 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.18% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 189 (74.22% from 255 or 28.08% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #E6FEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FEBD is #190142. Grayscale: #EFEFEF. Windows color (decimal): -1638723 or 12451558. OLE color: 12451558.
HSL color Cylindrical-coordinate representation of color #E6FEBD: hue angle of 82.15º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6FEBD is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 254 | 189 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.00 |
| HSL | 82.15º | 0.97% | 0.87% | - |
| HSV(B) | 82.15º | 0.26% | 1% | - |
| XYZ | 77.26 | 91.38 | 61.71 | - |
| YUV | 239.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 254 | 189 | 0.09 | 0 | 0.26 | 0.00 | 82.15 | 0.97 | 0.87 |
| Hex | E6 | FE | BD | 9 | 0 | 1A | 0 | 52 | 61 | 57 |
| Octal | 346 | 376 | 275 | 11 | 0 | 32 | 0 | 122 | 141 | 127 |
| Binary | 11100110 | 11111110 | 10111101 | 1001 | 0 | 11010 | 0 | 1010010 | 1100001 | 1010111 |
Color Harmonies of #E6FEBD
Complementary color
Monochromatic Colors of #E6FEBD
Black with #E6FEBD
Text Example
Text Example
White with #E6FEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FEBD; }
p { color: rgb(230,254,189); }
H1.HeaderClassName
{
color: #E6FEBD;
}
.AnyTagClassName
{
color: #E6FEBD;
}
</style>
background-color css
<style>
a { background-color: #E6FEBD; }
a { background-color: rgb(230,254,189); }
div.DivClassName
{
background-color: #E6FEBD;
}
.BgClassName
{
background-color: #E6FEBD;
}
</style>
border-color css
<style>
span { border-color: #E6FEBD; }
span { border-color: rgb(230,254,189); }
td.TdClassName
{
border-color: #E6FEBD;
}
.TagClassName
{
border-color: #E6FEBD;
}
</style>