Shades of Snow Flurry #EFFBC4
Tints of Snow Flurry #EFFBC4
RGB
CMYK
RGB Variations
Color information
#EFFBC4 (or 0xEFFBC4) is known color: Snow Flurry. HEX triplet: EF, FB and C4. RGB value is (239,251,196). Sum of RGB (Red+Green+Blue) = 239+251+196=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 196 (76.95% from 255 or 28.57% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBC4 is #10043B. Grayscale: #F1F1F1. Windows color (decimal): -1049660 or 12909551. OLE color: 12909551.
HSL color Cylindrical-coordinate representation of color #EFFBC4: hue angle of 73.09º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFFBC4 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 196 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.02 |
| HSL | 73.09º | 0.87% | 0.88% | - |
| HSV(B) | 73.09º | 0.22% | 0.98% | - |
| XYZ | 80.06 | 91.33 | 65.63 | - |
| YUV | 241.14 | 102.52 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 196 | 0.05 | 0 | 0.22 | 0.02 | 73.09 | 0.87 | 0.88 |
| Hex | EF | FB | C4 | 5 | 0 | 16 | 2 | 49 | 57 | 58 |
| Octal | 357 | 373 | 304 | 5 | 0 | 26 | 2 | 111 | 127 | 130 |
| Binary | 11101111 | 11111011 | 11000100 | 101 | 0 | 10110 | 10 | 1001001 | 1010111 | 1011000 |
Color Harmonies of #EFFBC4
Complementary color
Monochromatic Colors of #EFFBC4
Black with #EFFBC4
Text Example
Text Example
White with #EFFBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBC4; }
p { color: rgb(239,251,196); }
H1.HeaderClassName
{
color: #EFFBC4;
}
.AnyTagClassName
{
color: #EFFBC4;
}
</style>
background-color css
<style>
a { background-color: #EFFBC4; }
a { background-color: rgb(239,251,196); }
div.DivClassName
{
background-color: #EFFBC4;
}
.BgClassName
{
background-color: #EFFBC4;
}
</style>
border-color css
<style>
span { border-color: #EFFBC4; }
span { border-color: rgb(239,251,196); }
td.TdClassName
{
border-color: #EFFBC4;
}
.TagClassName
{
border-color: #EFFBC4;
}
</style>