Shades of Snow Flurry #EFF9C4
Tints of Snow Flurry #EFF9C4
RGB
CMYK
RGB Variations
Color information
#EFF9C4 (or 0xEFF9C4) is known color: Snow Flurry. HEX triplet: EF, F9 and C4. RGB value is (239,249,196). Sum of RGB (Red+Green+Blue) = 239+249+196=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 249 (97.66% from 255 or 36.40% from 684); Blue value is 196 (76.95% from 255 or 28.65% from 684); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF9C4 is #10063B. Grayscale: #F0F0F0. Windows color (decimal): -1050172 or 12909039. OLE color: 12909039.
HSL color Cylindrical-coordinate representation of color #EFF9C4: hue angle of 71.32º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFF9C4 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 196 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.02 |
| HSL | 71.32º | 0.82% | 0.87% | - |
| HSV(B) | 71.32º | 0.21% | 0.98% | - |
| XYZ | 79.44 | 90.09 | 65.43 | - |
| YUV | 239.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 196 | 0.04 | 0 | 0.21 | 0.02 | 71.32 | 0.82 | 0.87 |
| Hex | EF | F9 | C4 | 4 | 0 | 15 | 2 | 47 | 52 | 57 |
| Octal | 357 | 371 | 304 | 4 | 0 | 25 | 2 | 107 | 122 | 127 |
| Binary | 11101111 | 11111001 | 11000100 | 100 | 0 | 10101 | 10 | 1000111 | 1010010 | 1010111 |
Color Harmonies of #EFF9C4
Complementary color
Monochromatic Colors of #EFF9C4
Black with #EFF9C4
Text Example
Text Example
White with #EFF9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF9C4; }
p { color: rgb(239,249,196); }
H1.HeaderClassName
{
color: #EFF9C4;
}
.AnyTagClassName
{
color: #EFF9C4;
}
</style>
background-color css
<style>
a { background-color: #EFF9C4; }
a { background-color: rgb(239,249,196); }
div.DivClassName
{
background-color: #EFF9C4;
}
.BgClassName
{
background-color: #EFF9C4;
}
</style>
border-color css
<style>
span { border-color: #EFF9C4; }
span { border-color: rgb(239,249,196); }
td.TdClassName
{
border-color: #EFF9C4;
}
.TagClassName
{
border-color: #EFF9C4;
}
</style>