Shades of Snow Flurry #E6F1C8
Tints of Snow Flurry #E6F1C8
RGB
CMYK
RGB Variations
Color information
#E6F1C8 (or 0xE6F1C8) is known color: Snow Flurry. HEX triplet: E6, F1 and C8. RGB value is (230,241,200). Sum of RGB (Red+Green+Blue) = 230+241+200=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 200 (78.52% from 255 or 29.81% from 671); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F1C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F1C8 is #190E37. Grayscale: #E9E9E9. Windows color (decimal): -1642040 or 13169126. OLE color: 13169126.
HSL color Cylindrical-coordinate representation of color #E6F1C8: hue angle of 76.1º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6F1C8 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 200 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.05 |
| HSL | 76.1º | 0.59% | 0.86% | - |
| HSV(B) | 76.1º | 0.17% | 0.95% | - |
| XYZ | 74.51 | 83.9 | 66.91 | - |
| YUV | 233.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 200 | 0.05 | 0 | 0.17 | 0.05 | 76.1 | 0.59 | 0.86 |
| Hex | E6 | F1 | C8 | 5 | 0 | 11 | 5 | 4C | 3B | 56 |
| Octal | 346 | 361 | 310 | 5 | 0 | 21 | 5 | 114 | 73 | 126 |
| Binary | 11100110 | 11110001 | 11001000 | 101 | 0 | 10001 | 101 | 1001100 | 111011 | 1010110 |
Color Harmonies of #E6F1C8
Complementary color
Monochromatic Colors of #E6F1C8
Black with #E6F1C8
Text Example
Text Example
White with #E6F1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F1C8; }
p { color: rgb(230,241,200); }
H1.HeaderClassName
{
color: #E6F1C8;
}
.AnyTagClassName
{
color: #E6F1C8;
}
</style>
background-color css
<style>
a { background-color: #E6F1C8; }
a { background-color: rgb(230,241,200); }
div.DivClassName
{
background-color: #E6F1C8;
}
.BgClassName
{
background-color: #E6F1C8;
}
</style>
border-color css
<style>
span { border-color: #E6F1C8; }
span { border-color: rgb(230,241,200); }
td.TdClassName
{
border-color: #E6F1C8;
}
.TagClassName
{
border-color: #E6F1C8;
}
</style>