Shades of Snow Flurry #EFFFBF
Tints of Snow Flurry #EFFFBF
RGB
CMYK
RGB Variations
Color information
#EFFFBF (or 0xEFFFBF) is known color: Snow Flurry. HEX triplet: EF, FF and BF. RGB value is (239,255,191). Sum of RGB (Red+Green+Blue) = 239+255+191=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 191 (75% from 255 or 27.88% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFBF is #100040. Grayscale: #F3F3F3. Windows color (decimal): -1048641 or 12582895. OLE color: 12582895.
HSL color Cylindrical-coordinate representation of color #EFFFBF: hue angle of 75º 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 #EFFFBF is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 191 | - |
| CMYK | 0.06 | 0 | 0.25 | 0 |
| HSL | 75º | 1% | 0.87% | - |
| HSV(B) | 75º | 0.25% | 1% | - |
| XYZ | 80.76 | 93.63 | 63.11 | - |
| YUV | 242.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 191 | 0.06 | 0 | 0.25 | 0 | 75 | 1 | 0.87 |
| Hex | EF | FF | BF | 6 | 0 | 19 | 0 | 4B | 64 | 57 |
| Octal | 357 | 377 | 277 | 6 | 0 | 31 | 0 | 113 | 144 | 127 |
| Binary | 11101111 | 11111111 | 10111111 | 110 | 0 | 11001 | 0 | 1001011 | 1100100 | 1010111 |
Color Harmonies of #EFFFBF
Complementary color
Monochromatic Colors of #EFFFBF
Black with #EFFFBF
Text Example
Text Example
White with #EFFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFBF; }
p { color: rgb(239,255,191); }
H1.HeaderClassName
{
color: #EFFFBF;
}
.AnyTagClassName
{
color: #EFFFBF;
}
</style>
background-color css
<style>
a { background-color: #EFFFBF; }
a { background-color: rgb(239,255,191); }
div.DivClassName
{
background-color: #EFFFBF;
}
.BgClassName
{
background-color: #EFFFBF;
}
</style>
border-color css
<style>
span { border-color: #EFFFBF; }
span { border-color: rgb(239,255,191); }
td.TdClassName
{
border-color: #EFFFBF;
}
.TagClassName
{
border-color: #EFFFBF;
}
</style>