Shades of Snow Flurry #EEFFBC
Tints of Snow Flurry #EEFFBC
RGB
CMYK
RGB Variations
Color information
#EEFFBC (or 0xEEFFBC) is known color: Snow Flurry. HEX triplet: EE, FF and BC. RGB value is (238,255,188). Sum of RGB (Red+Green+Blue) = 238+255+188=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 188 (73.83% from 255 or 27.61% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFFBC is #110043. Grayscale: #F2F2F2. Windows color (decimal): -1114180 or 12386286. OLE color: 12386286.
HSL color Cylindrical-coordinate representation of color #EEFFBC: hue angle of 75.22º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEFFBC is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 188 | - |
| CMYK | 0.07 | 0 | 0.26 | 0 |
| HSL | 75.22º | 1% | 0.87% | - |
| HSV(B) | 75.22º | 0.26% | 1% | - |
| XYZ | 80.1 | 93.33 | 61.37 | - |
| YUV | 242.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 188 | 0.07 | 0 | 0.26 | 0 | 75.22 | 1 | 0.87 |
| Hex | EE | FF | BC | 7 | 0 | 1A | 0 | 4B | 64 | 57 |
| Octal | 356 | 377 | 274 | 7 | 0 | 32 | 0 | 113 | 144 | 127 |
| Binary | 11101110 | 11111111 | 10111100 | 111 | 0 | 11010 | 0 | 1001011 | 1100100 | 1010111 |
Color Harmonies of #EEFFBC
Complementary color
Monochromatic Colors of #EEFFBC
Black with #EEFFBC
Text Example
Text Example
White with #EEFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFBC; }
p { color: rgb(238,255,188); }
H1.HeaderClassName
{
color: #EEFFBC;
}
.AnyTagClassName
{
color: #EEFFBC;
}
</style>
background-color css
<style>
a { background-color: #EEFFBC; }
a { background-color: rgb(238,255,188); }
div.DivClassName
{
background-color: #EEFFBC;
}
.BgClassName
{
background-color: #EEFFBC;
}
</style>
border-color css
<style>
span { border-color: #EEFFBC; }
span { border-color: rgb(238,255,188); }
td.TdClassName
{
border-color: #EEFFBC;
}
.TagClassName
{
border-color: #EEFFBC;
}
</style>