Shades of Snow Flurry #EFFCC7
Tints of Snow Flurry #EFFCC7
RGB
CMYK
RGB Variations
Color information
#EFFCC7 (or 0xEFFCC7) is known color: Snow Flurry. HEX triplet: EF, FC and C7. RGB value is (239,252,199). Sum of RGB (Red+Green+Blue) = 239+252+199=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 199 (78.12% from 255 or 28.84% from 690); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCC7 is #100338. Grayscale: #F2F2F2. Windows color (decimal): -1049401 or 13106415. OLE color: 13106415.
HSL color Cylindrical-coordinate representation of color #EFFCC7: hue angle of 74.72º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFFCC7 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 199 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.01 |
| HSL | 74.72º | 0.9% | 0.88% | - |
| HSV(B) | 74.72º | 0.21% | 0.99% | - |
| XYZ | 80.72 | 92.1 | 67.55 | - |
| YUV | 242.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 199 | 0.05 | 0 | 0.21 | 0.01 | 74.72 | 0.9 | 0.88 |
| Hex | EF | FC | C7 | 5 | 0 | 15 | 1 | 4B | 5A | 58 |
| Octal | 357 | 374 | 307 | 5 | 0 | 25 | 1 | 113 | 132 | 130 |
| Binary | 11101111 | 11111100 | 11000111 | 101 | 0 | 10101 | 1 | 1001011 | 1011010 | 1011000 |
Color Harmonies of #EFFCC7
Complementary color
Monochromatic Colors of #EFFCC7
Black with #EFFCC7
Text Example
Text Example
White with #EFFCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCC7; }
p { color: rgb(239,252,199); }
H1.HeaderClassName
{
color: #EFFCC7;
}
.AnyTagClassName
{
color: #EFFCC7;
}
</style>
background-color css
<style>
a { background-color: #EFFCC7; }
a { background-color: rgb(239,252,199); }
div.DivClassName
{
background-color: #EFFCC7;
}
.BgClassName
{
background-color: #EFFCC7;
}
</style>
border-color css
<style>
span { border-color: #EFFCC7; }
span { border-color: rgb(239,252,199); }
td.TdClassName
{
border-color: #EFFCC7;
}
.TagClassName
{
border-color: #EFFCC7;
}
</style>