Shades of Snow Flurry #E6FBBC
Tints of Snow Flurry #E6FBBC
RGB
CMYK
RGB Variations
Color information
#E6FBBC (or 0xE6FBBC) is known color: Snow Flurry. HEX triplet: E6, FB and BC. RGB value is (230,251,188). Sum of RGB (Red+Green+Blue) = 230+251+188=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 188 (73.83% from 255 or 28.10% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #E6FBBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FBBC is #190443. Grayscale: #EDEDED. Windows color (decimal): -1639492 or 12385254. OLE color: 12385254.
HSL color Cylindrical-coordinate representation of color #E6FBBC: hue angle of 80º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6FBBC is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 251 | 188 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.02 |
| HSL | 80º | 0.89% | 0.86% | - |
| HSV(B) | 80º | 0.25% | 0.98% | - |
| XYZ | 76.21 | 89.45 | 60.83 | - |
| YUV | 237.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 251 | 188 | 0.08 | 0 | 0.25 | 0.02 | 80 | 0.89 | 0.86 |
| Hex | E6 | FB | BC | 8 | 0 | 19 | 2 | 50 | 59 | 56 |
| Octal | 346 | 373 | 274 | 10 | 0 | 31 | 2 | 120 | 131 | 126 |
| Binary | 11100110 | 11111011 | 10111100 | 1000 | 0 | 11001 | 10 | 1010000 | 1011001 | 1010110 |
Color Harmonies of #E6FBBC
Complementary color
Monochromatic Colors of #E6FBBC
Black with #E6FBBC
Text Example
Text Example
White with #E6FBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FBBC; }
p { color: rgb(230,251,188); }
H1.HeaderClassName
{
color: #E6FBBC;
}
.AnyTagClassName
{
color: #E6FBBC;
}
</style>
background-color css
<style>
a { background-color: #E6FBBC; }
a { background-color: rgb(230,251,188); }
div.DivClassName
{
background-color: #E6FBBC;
}
.BgClassName
{
background-color: #E6FBBC;
}
</style>
border-color css
<style>
span { border-color: #E6FBBC; }
span { border-color: rgb(230,251,188); }
td.TdClassName
{
border-color: #E6FBBC;
}
.TagClassName
{
border-color: #E6FBBC;
}
</style>