Shades of Snow Flurry #EFFBD1
Tints of Snow Flurry #EFFBD1
RGB
CMYK
RGB Variations
Color information
#EFFBD1 (or 0xEFFBD1) is known color: Snow Flurry. HEX triplet: EF, FB and D1. RGB value is (239,251,209). Sum of RGB (Red+Green+Blue) = 239+251+209=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 209 (82.03% from 255 or 29.90% from 699); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBD1 is #10042E. Grayscale: #F2F2F2. Windows color (decimal): -1049647 or 13761519. OLE color: 13761519.
HSL color Cylindrical-coordinate representation of color #EFFBD1: hue angle of 77.14º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFFBD1 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 209 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.02 |
| HSL | 77.14º | 0.84% | 0.9% | - |
| HSV(B) | 77.14º | 0.17% | 0.98% | - |
| XYZ | 81.6 | 91.95 | 73.77 | - |
| YUV | 242.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 209 | 0.05 | 0 | 0.17 | 0.02 | 77.14 | 0.84 | 0.9 |
| Hex | EF | FB | D1 | 5 | 0 | 11 | 2 | 4D | 54 | 5A |
| Octal | 357 | 373 | 321 | 5 | 0 | 21 | 2 | 115 | 124 | 132 |
| Binary | 11101111 | 11111011 | 11010001 | 101 | 0 | 10001 | 10 | 1001101 | 1010100 | 1011010 |
Color Harmonies of #EFFBD1
Complementary color
Monochromatic Colors of #EFFBD1
Black with #EFFBD1
Text Example
Text Example
White with #EFFBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBD1; }
p { color: rgb(239,251,209); }
H1.HeaderClassName
{
color: #EFFBD1;
}
.AnyTagClassName
{
color: #EFFBD1;
}
</style>
background-color css
<style>
a { background-color: #EFFBD1; }
a { background-color: rgb(239,251,209); }
div.DivClassName
{
background-color: #EFFBD1;
}
.BgClassName
{
background-color: #EFFBD1;
}
</style>
border-color css
<style>
span { border-color: #EFFBD1; }
span { border-color: rgb(239,251,209); }
td.TdClassName
{
border-color: #EFFBD1;
}
.TagClassName
{
border-color: #EFFBD1;
}
</style>