Shades of Snow Flurry #E6F3CB
Tints of Snow Flurry #E6F3CB
RGB
CMYK
RGB Variations
Color information
#E6F3CB (or 0xE6F3CB) is known color: Snow Flurry. HEX triplet: E6, F3 and CB. RGB value is (230,243,203). Sum of RGB (Red+Green+Blue) = 230+243+203=676 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.02% from 676); Green value is 243 (95.31% from 255 or 35.95% from 676); Blue value is 203 (79.69% from 255 or 30.03% from 676); Max value from RGB is 243 - color contains mainly: green. Hex color #E6F3CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F3CB is #190C34. Grayscale: #EAEAEA. Windows color (decimal): -1641525 or 13366246. OLE color: 13366246.
HSL color Cylindrical-coordinate representation of color #E6F3CB: hue angle of 79.5º degrees, saturation: 0.62, 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 #E6F3CB is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 243 | 203 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.05 |
| HSL | 79.5º | 0.63% | 0.87% | - |
| HSV(B) | 79.5º | 0.16% | 0.95% | - |
| XYZ | 75.46 | 85.24 | 68.97 | - |
| YUV | 234.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 243 | 203 | 0.05 | 0 | 0.16 | 0.05 | 79.5 | 0.63 | 0.87 |
| Hex | E6 | F3 | CB | 5 | 0 | 10 | 5 | 50 | 3E | 57 |
| Octal | 346 | 363 | 313 | 5 | 0 | 20 | 5 | 120 | 76 | 127 |
| Binary | 11100110 | 11110011 | 11001011 | 101 | 0 | 10000 | 101 | 1010000 | 111110 | 1010111 |
Color Harmonies of #E6F3CB
Complementary color
Monochromatic Colors of #E6F3CB
Black with #E6F3CB
Text Example
Text Example
White with #E6F3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F3CB; }
p { color: rgb(230,243,203); }
H1.HeaderClassName
{
color: #E6F3CB;
}
.AnyTagClassName
{
color: #E6F3CB;
}
</style>
background-color css
<style>
a { background-color: #E6F3CB; }
a { background-color: rgb(230,243,203); }
div.DivClassName
{
background-color: #E6F3CB;
}
.BgClassName
{
background-color: #E6F3CB;
}
</style>
border-color css
<style>
span { border-color: #E6F3CB; }
span { border-color: rgb(230,243,203); }
td.TdClassName
{
border-color: #E6F3CB;
}
.TagClassName
{
border-color: #E6F3CB;
}
</style>