Shades of Snow Flurry #EFFCC1
Tints of Snow Flurry #EFFCC1
RGB
CMYK
RGB Variations
Color information
#EFFCC1 (or 0xEFFCC1) is known color: Snow Flurry. HEX triplet: EF, FC and C1. RGB value is (239,252,193). Sum of RGB (Red+Green+Blue) = 239+252+193=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 193 (75.78% from 255 or 28.22% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCC1 is #10033E. Grayscale: #F1F1F1. Windows color (decimal): -1049407 or 12713199. OLE color: 12713199.
HSL color Cylindrical-coordinate representation of color #EFFCC1: hue angle of 73.22º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFFCC1 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 193 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.01 |
| HSL | 73.22º | 0.91% | 0.87% | - |
| HSV(B) | 73.22º | 0.23% | 0.99% | - |
| XYZ | 80.03 | 91.82 | 63.96 | - |
| YUV | 241.39 | 100.69 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 193 | 0.05 | 0 | 0.23 | 0.01 | 73.22 | 0.91 | 0.87 |
| Hex | EF | FC | C1 | 5 | 0 | 17 | 1 | 49 | 5B | 57 |
| Octal | 357 | 374 | 301 | 5 | 0 | 27 | 1 | 111 | 133 | 127 |
| Binary | 11101111 | 11111100 | 11000001 | 101 | 0 | 10111 | 1 | 1001001 | 1011011 | 1010111 |
Color Harmonies of #EFFCC1
Complementary color
Monochromatic Colors of #EFFCC1
Black with #EFFCC1
Text Example
Text Example
White with #EFFCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCC1; }
p { color: rgb(239,252,193); }
H1.HeaderClassName
{
color: #EFFCC1;
}
.AnyTagClassName
{
color: #EFFCC1;
}
</style>
background-color css
<style>
a { background-color: #EFFCC1; }
a { background-color: rgb(239,252,193); }
div.DivClassName
{
background-color: #EFFCC1;
}
.BgClassName
{
background-color: #EFFCC1;
}
</style>
border-color css
<style>
span { border-color: #EFFCC1; }
span { border-color: rgb(239,252,193); }
td.TdClassName
{
border-color: #EFFCC1;
}
.TagClassName
{
border-color: #EFFCC1;
}
</style>