Shades of Snow Flurry #EFFFBD
Tints of Snow Flurry #EFFFBD
RGB
CMYK
RGB Variations
Color information
#EFFFBD (or 0xEFFFBD) is known color: Snow Flurry. HEX triplet: EF, FF and BD. RGB value is (239,255,189). Sum of RGB (Red+Green+Blue) = 239+255+189=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 189 (74.22% from 255 or 27.67% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFBD is #100042. Grayscale: #F2F2F2. Windows color (decimal): -1048643 or 12451823. OLE color: 12451823.
HSL color Cylindrical-coordinate representation of color #EFFFBD: hue angle of 74.55º 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 #EFFFBD is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 189 | - |
| CMYK | 0.06 | 0 | 0.26 | 0 |
| HSL | 74.55º | 1% | 0.87% | - |
| HSV(B) | 74.55º | 0.26% | 1% | - |
| XYZ | 80.54 | 93.54 | 61.96 | - |
| YUV | 242.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 189 | 0.06 | 0 | 0.26 | 0 | 74.55 | 1 | 0.87 |
| Hex | EF | FF | BD | 6 | 0 | 1A | 0 | 4B | 64 | 57 |
| Octal | 357 | 377 | 275 | 6 | 0 | 32 | 0 | 113 | 144 | 127 |
| Binary | 11101111 | 11111111 | 10111101 | 110 | 0 | 11010 | 0 | 1001011 | 1100100 | 1010111 |
Color Harmonies of #EFFFBD
Complementary color
Monochromatic Colors of #EFFFBD
Black with #EFFFBD
Text Example
Text Example
White with #EFFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFBD; }
p { color: rgb(239,255,189); }
H1.HeaderClassName
{
color: #EFFFBD;
}
.AnyTagClassName
{
color: #EFFFBD;
}
</style>
background-color css
<style>
a { background-color: #EFFFBD; }
a { background-color: rgb(239,255,189); }
div.DivClassName
{
background-color: #EFFFBD;
}
.BgClassName
{
background-color: #EFFFBD;
}
</style>
border-color css
<style>
span { border-color: #EFFFBD; }
span { border-color: rgb(239,255,189); }
td.TdClassName
{
border-color: #EFFFBD;
}
.TagClassName
{
border-color: #EFFFBD;
}
</style>