Shades of Snow Flurry #EEFFBB
Tints of Snow Flurry #EEFFBB
RGB
CMYK
RGB Variations
Color information
#EEFFBB (or 0xEEFFBB) is known color: Snow Flurry. HEX triplet: EE, FF and BB. RGB value is (238,255,187). Sum of RGB (Red+Green+Blue) = 238+255+187=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 187 (73.44% from 255 or 27.5% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFFBB is #110044. Grayscale: #F2F2F2. Windows color (decimal): -1114181 or 12320750. OLE color: 12320750.
HSL color Cylindrical-coordinate representation of color #EEFFBB: hue angle of 75º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEFFBB is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 187 | - |
| CMYK | 0.07 | 0 | 0.27 | 0 |
| HSL | 75º | 1% | 0.87% | - |
| HSV(B) | 75º | 0.27% | 1% | - |
| XYZ | 79.99 | 93.29 | 60.8 | - |
| YUV | 242.17 | 96.87 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 187 | 0.07 | 0 | 0.27 | 0 | 75 | 1 | 0.87 |
| Hex | EE | FF | BB | 7 | 0 | 1B | 0 | 4B | 64 | 57 |
| Octal | 356 | 377 | 273 | 7 | 0 | 33 | 0 | 113 | 144 | 127 |
| Binary | 11101110 | 11111111 | 10111011 | 111 | 0 | 11011 | 0 | 1001011 | 1100100 | 1010111 |
Color Harmonies of #EEFFBB
Complementary color
Monochromatic Colors of #EEFFBB
Black with #EEFFBB
Text Example
Text Example
White with #EEFFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFBB; }
p { color: rgb(238,255,187); }
H1.HeaderClassName
{
color: #EEFFBB;
}
.AnyTagClassName
{
color: #EEFFBB;
}
</style>
background-color css
<style>
a { background-color: #EEFFBB; }
a { background-color: rgb(238,255,187); }
div.DivClassName
{
background-color: #EEFFBB;
}
.BgClassName
{
background-color: #EEFFBB;
}
</style>
border-color css
<style>
span { border-color: #EEFFBB; }
span { border-color: rgb(238,255,187); }
td.TdClassName
{
border-color: #EEFFBB;
}
.TagClassName
{
border-color: #EEFFBB;
}
</style>