Shades of Snow Flurry #EFFFBE
Tints of Snow Flurry #EFFFBE
RGB
CMYK
RGB Variations
Color information
#EFFFBE (or 0xEFFFBE) is known color: Snow Flurry. HEX triplet: EF, FF and BE. RGB value is (239,255,190). Sum of RGB (Red+Green+Blue) = 239+255+190=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 190 (74.61% from 255 or 27.78% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFBE is #100041. Grayscale: #F3F3F3. Windows color (decimal): -1048642 or 12517359. OLE color: 12517359.
HSL color Cylindrical-coordinate representation of color #EFFFBE: hue angle of 74.77º 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 #EFFFBE is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 190 | - |
| CMYK | 0.06 | 0 | 0.25 | 0 |
| HSL | 74.77º | 1% | 0.87% | - |
| HSV(B) | 74.77º | 0.25% | 1% | - |
| XYZ | 80.65 | 93.59 | 62.53 | - |
| YUV | 242.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 190 | 0.06 | 0 | 0.25 | 0 | 74.77 | 1 | 0.87 |
| Hex | EF | FF | BE | 6 | 0 | 19 | 0 | 4B | 64 | 57 |
| Octal | 357 | 377 | 276 | 6 | 0 | 31 | 0 | 113 | 144 | 127 |
| Binary | 11101111 | 11111111 | 10111110 | 110 | 0 | 11001 | 0 | 1001011 | 1100100 | 1010111 |
Color Harmonies of #EFFFBE
Complementary color
Monochromatic Colors of #EFFFBE
Black with #EFFFBE
Text Example
Text Example
White with #EFFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFBE; }
p { color: rgb(239,255,190); }
H1.HeaderClassName
{
color: #EFFFBE;
}
.AnyTagClassName
{
color: #EFFFBE;
}
</style>
background-color css
<style>
a { background-color: #EFFFBE; }
a { background-color: rgb(239,255,190); }
div.DivClassName
{
background-color: #EFFFBE;
}
.BgClassName
{
background-color: #EFFFBE;
}
</style>
border-color css
<style>
span { border-color: #EFFFBE; }
span { border-color: rgb(239,255,190); }
td.TdClassName
{
border-color: #EFFFBE;
}
.TagClassName
{
border-color: #EFFFBE;
}
</style>