Shades of Snow Flurry #EFFCC2
Tints of Snow Flurry #EFFCC2
RGB
CMYK
RGB Variations
Color information
#EFFCC2 (or 0xEFFCC2) is known color: Snow Flurry. HEX triplet: EF, FC and C2. RGB value is (239,252,194). Sum of RGB (Red+Green+Blue) = 239+252+194=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 194 (76.17% from 255 or 28.32% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCC2 is #10033D. Grayscale: #F1F1F1. Windows color (decimal): -1049406 or 12778735. OLE color: 12778735.
HSL color Cylindrical-coordinate representation of color #EFFCC2: hue angle of 73.45º 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 #EFFCC2 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 194 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.01 |
| HSL | 73.45º | 0.91% | 0.87% | - |
| HSV(B) | 73.45º | 0.23% | 0.99% | - |
| XYZ | 80.14 | 91.87 | 64.55 | - |
| YUV | 241.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 194 | 0.05 | 0 | 0.23 | 0.01 | 73.45 | 0.91 | 0.87 |
| Hex | EF | FC | C2 | 5 | 0 | 17 | 1 | 49 | 5B | 57 |
| Octal | 357 | 374 | 302 | 5 | 0 | 27 | 1 | 111 | 133 | 127 |
| Binary | 11101111 | 11111100 | 11000010 | 101 | 0 | 10111 | 1 | 1001001 | 1011011 | 1010111 |
Color Harmonies of #EFFCC2
Complementary color
Monochromatic Colors of #EFFCC2
Black with #EFFCC2
Text Example
Text Example
White with #EFFCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCC2; }
p { color: rgb(239,252,194); }
H1.HeaderClassName
{
color: #EFFCC2;
}
.AnyTagClassName
{
color: #EFFCC2;
}
</style>
background-color css
<style>
a { background-color: #EFFCC2; }
a { background-color: rgb(239,252,194); }
div.DivClassName
{
background-color: #EFFCC2;
}
.BgClassName
{
background-color: #EFFCC2;
}
</style>
border-color css
<style>
span { border-color: #EFFCC2; }
span { border-color: rgb(239,252,194); }
td.TdClassName
{
border-color: #EFFCC2;
}
.TagClassName
{
border-color: #EFFCC2;
}
</style>