Shades of Snow Flurry #EFFCC4
Tints of Snow Flurry #EFFCC4
RGB
CMYK
RGB Variations
Color information
#EFFCC4 (or 0xEFFCC4) is known color: Snow Flurry. HEX triplet: EF, FC and C4. RGB value is (239,252,196). Sum of RGB (Red+Green+Blue) = 239+252+196=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 196 (76.95% from 255 or 28.53% from 687); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCC4 is #10033B. Grayscale: #F1F1F1. Windows color (decimal): -1049404 or 12909807. OLE color: 12909807.
HSL color Cylindrical-coordinate representation of color #EFFCC4: hue angle of 73.93º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFFCC4 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 196 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.01 |
| HSL | 73.93º | 0.9% | 0.88% | - |
| HSV(B) | 73.93º | 0.22% | 0.99% | - |
| XYZ | 80.37 | 91.96 | 65.74 | - |
| YUV | 241.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 196 | 0.05 | 0 | 0.22 | 0.01 | 73.93 | 0.9 | 0.88 |
| Hex | EF | FC | C4 | 5 | 0 | 16 | 1 | 4A | 5A | 58 |
| Octal | 357 | 374 | 304 | 5 | 0 | 26 | 1 | 112 | 132 | 130 |
| Binary | 11101111 | 11111100 | 11000100 | 101 | 0 | 10110 | 1 | 1001010 | 1011010 | 1011000 |
Color Harmonies of #EFFCC4
Complementary color
Monochromatic Colors of #EFFCC4
Black with #EFFCC4
Text Example
Text Example
White with #EFFCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCC4; }
p { color: rgb(239,252,196); }
H1.HeaderClassName
{
color: #EFFCC4;
}
.AnyTagClassName
{
color: #EFFCC4;
}
</style>
background-color css
<style>
a { background-color: #EFFCC4; }
a { background-color: rgb(239,252,196); }
div.DivClassName
{
background-color: #EFFCC4;
}
.BgClassName
{
background-color: #EFFCC4;
}
</style>
border-color css
<style>
span { border-color: #EFFCC4; }
span { border-color: rgb(239,252,196); }
td.TdClassName
{
border-color: #EFFCC4;
}
.TagClassName
{
border-color: #EFFCC4;
}
</style>