Shades of Snow Flurry #E6F8CB
Tints of Snow Flurry #E6F8CB
RGB
CMYK
RGB Variations
Color information
#E6F8CB (or 0xE6F8CB) is known color: Snow Flurry. HEX triplet: E6, F8 and CB. RGB value is (230,248,203). Sum of RGB (Red+Green+Blue) = 230+248+203=681 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.77% from 681); Green value is 248 (97.27% from 255 or 36.42% from 681); Blue value is 203 (79.69% from 255 or 29.81% from 681); Max value from RGB is 248 - color contains mainly: green. Hex color #E6F8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F8CB is #190734. Grayscale: #EDEDED. Windows color (decimal): -1640245 or 13367526. OLE color: 13367526.
HSL color Cylindrical-coordinate representation of color #E6F8CB: hue angle of 84º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6F8CB is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 248 | 203 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.03 |
| HSL | 84º | 0.76% | 0.88% | - |
| HSV(B) | 84º | 0.18% | 0.97% | - |
| XYZ | 76.98 | 88.27 | 69.48 | - |
| YUV | 237.49 | 108.54 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 248 | 203 | 0.07 | 0 | 0.18 | 0.03 | 84 | 0.76 | 0.88 |
| Hex | E6 | F8 | CB | 7 | 0 | 12 | 3 | 54 | 4C | 58 |
| Octal | 346 | 370 | 313 | 7 | 0 | 22 | 3 | 124 | 114 | 130 |
| Binary | 11100110 | 11111000 | 11001011 | 111 | 0 | 10010 | 11 | 1010100 | 1001100 | 1011000 |
Color Harmonies of #E6F8CB
Complementary color
Monochromatic Colors of #E6F8CB
Black with #E6F8CB
Text Example
Text Example
White with #E6F8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F8CB; }
p { color: rgb(230,248,203); }
H1.HeaderClassName
{
color: #E6F8CB;
}
.AnyTagClassName
{
color: #E6F8CB;
}
</style>
background-color css
<style>
a { background-color: #E6F8CB; }
a { background-color: rgb(230,248,203); }
div.DivClassName
{
background-color: #E6F8CB;
}
.BgClassName
{
background-color: #E6F8CB;
}
</style>
border-color css
<style>
span { border-color: #E6F8CB; }
span { border-color: rgb(230,248,203); }
td.TdClassName
{
border-color: #E6F8CB;
}
.TagClassName
{
border-color: #E6F8CB;
}
</style>