Shades of Snow Flurry #EEFFBF
Tints of Snow Flurry #EEFFBF
RGB
CMYK
RGB Variations
Color information
#EEFFBF (or 0xEEFFBF) is known color: Snow Flurry. HEX triplet: EE, FF and BF. RGB value is (238,255,191). Sum of RGB (Red+Green+Blue) = 238+255+191=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 191 (75% from 255 or 27.92% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFFBF is #110040. Grayscale: #F2F2F2. Windows color (decimal): -1114177 or 12582894. OLE color: 12582894.
HSL color Cylindrical-coordinate representation of color #EEFFBF: hue angle of 75.94º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEFFBF is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 191 | - |
| CMYK | 0.07 | 0 | 0.25 | 0 |
| HSL | 75.94º | 1% | 0.87% | - |
| HSV(B) | 75.94º | 0.25% | 1% | - |
| XYZ | 80.42 | 93.46 | 63.09 | - |
| YUV | 242.62 | 98.87 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 191 | 0.07 | 0 | 0.25 | 0 | 75.94 | 1 | 0.87 |
| Hex | EE | FF | BF | 7 | 0 | 19 | 0 | 4C | 64 | 57 |
| Octal | 356 | 377 | 277 | 7 | 0 | 31 | 0 | 114 | 144 | 127 |
| Binary | 11101110 | 11111111 | 10111111 | 111 | 0 | 11001 | 0 | 1001100 | 1100100 | 1010111 |
Color Harmonies of #EEFFBF
Complementary color
Monochromatic Colors of #EEFFBF
Black with #EEFFBF
Text Example
Text Example
White with #EEFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFBF; }
p { color: rgb(238,255,191); }
H1.HeaderClassName
{
color: #EEFFBF;
}
.AnyTagClassName
{
color: #EEFFBF;
}
</style>
background-color css
<style>
a { background-color: #EEFFBF; }
a { background-color: rgb(238,255,191); }
div.DivClassName
{
background-color: #EEFFBF;
}
.BgClassName
{
background-color: #EEFFBF;
}
</style>
border-color css
<style>
span { border-color: #EEFFBF; }
span { border-color: rgb(238,255,191); }
td.TdClassName
{
border-color: #EEFFBF;
}
.TagClassName
{
border-color: #EEFFBF;
}
</style>