Shades of Snow Flurry #EFF8C7
Tints of Snow Flurry #EFF8C7
RGB
CMYK
RGB Variations
Color information
#EFF8C7 (or 0xEFF8C7) is known color: Snow Flurry. HEX triplet: EF, F8 and C7. RGB value is (239,248,199). Sum of RGB (Red+Green+Blue) = 239+248+199=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 248 (97.27% from 255 or 36.15% from 686); Blue value is 199 (78.12% from 255 or 29.01% from 686); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8C7 is #100738. Grayscale: #EFEFEF. Windows color (decimal): -1050425 or 13105391. OLE color: 13105391.
HSL color Cylindrical-coordinate representation of color #EFF8C7: hue angle of 71.02º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFF8C7 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 199 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.03 |
| HSL | 71.02º | 0.78% | 0.88% | - |
| HSV(B) | 71.02º | 0.2% | 0.97% | - |
| XYZ | 79.47 | 89.61 | 67.14 | - |
| YUV | 239.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 199 | 0.04 | 0 | 0.20 | 0.03 | 71.02 | 0.78 | 0.88 |
| Hex | EF | F8 | C7 | 4 | 0 | 14 | 3 | 47 | 4E | 58 |
| Octal | 357 | 370 | 307 | 4 | 0 | 24 | 3 | 107 | 116 | 130 |
| Binary | 11101111 | 11111000 | 11000111 | 100 | 0 | 10100 | 11 | 1000111 | 1001110 | 1011000 |
Color Harmonies of #EFF8C7
Complementary color
Monochromatic Colors of #EFF8C7
Black with #EFF8C7
Text Example
Text Example
White with #EFF8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8C7; }
p { color: rgb(239,248,199); }
H1.HeaderClassName
{
color: #EFF8C7;
}
.AnyTagClassName
{
color: #EFF8C7;
}
</style>
background-color css
<style>
a { background-color: #EFF8C7; }
a { background-color: rgb(239,248,199); }
div.DivClassName
{
background-color: #EFF8C7;
}
.BgClassName
{
background-color: #EFF8C7;
}
</style>
border-color css
<style>
span { border-color: #EFF8C7; }
span { border-color: rgb(239,248,199); }
td.TdClassName
{
border-color: #EFF8C7;
}
.TagClassName
{
border-color: #EFF8C7;
}
</style>