Shades of Snow Flurry #E6F1CB
Tints of Snow Flurry #E6F1CB
RGB
CMYK
RGB Variations
Color information
#E6F1CB (or 0xE6F1CB) is known color: Snow Flurry. HEX triplet: E6, F1 and CB. RGB value is (230,241,203). Sum of RGB (Red+Green+Blue) = 230+241+203=674 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.12% from 674); Green value is 241 (94.53% from 255 or 35.76% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F1CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F1CB is #190E34. Grayscale: #E9E9E9. Windows color (decimal): -1642037 or 13365734. OLE color: 13365734.
HSL color Cylindrical-coordinate representation of color #E6F1CB: hue angle of 77.37º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E6F1CB is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 203 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.05 |
| HSL | 77.37º | 0.58% | 0.87% | - |
| HSV(B) | 77.37º | 0.16% | 0.95% | - |
| XYZ | 74.87 | 84.05 | 68.78 | - |
| YUV | 233.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 203 | 0.05 | 0 | 0.16 | 0.05 | 77.37 | 0.58 | 0.87 |
| Hex | E6 | F1 | CB | 5 | 0 | 10 | 5 | 4D | 3A | 57 |
| Octal | 346 | 361 | 313 | 5 | 0 | 20 | 5 | 115 | 72 | 127 |
| Binary | 11100110 | 11110001 | 11001011 | 101 | 0 | 10000 | 101 | 1001101 | 111010 | 1010111 |
Color Harmonies of #E6F1CB
Complementary color
Monochromatic Colors of #E6F1CB
Black with #E6F1CB
Text Example
Text Example
White with #E6F1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F1CB; }
p { color: rgb(230,241,203); }
H1.HeaderClassName
{
color: #E6F1CB;
}
.AnyTagClassName
{
color: #E6F1CB;
}
</style>
background-color css
<style>
a { background-color: #E6F1CB; }
a { background-color: rgb(230,241,203); }
div.DivClassName
{
background-color: #E6F1CB;
}
.BgClassName
{
background-color: #E6F1CB;
}
</style>
border-color css
<style>
span { border-color: #E6F1CB; }
span { border-color: rgb(230,241,203); }
td.TdClassName
{
border-color: #E6F1CB;
}
.TagClassName
{
border-color: #E6F1CB;
}
</style>