Shades of Snow Flurry #EFFCD6
Tints of Snow Flurry #EFFCD6
RGB
CMYK
RGB Variations
Color information
#EFFCD6 (or 0xEFFCD6) is known color: Snow Flurry. HEX triplet: EF, FC and D6. RGB value is (239,252,214). Sum of RGB (Red+Green+Blue) = 239+252+214=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 214 (83.98% from 255 or 30.35% from 705); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCD6 is #100329. Grayscale: #F3F3F3. Windows color (decimal): -1049386 or 14089455. OLE color: 14089455.
HSL color Cylindrical-coordinate representation of color #EFFCD6: hue angle of 80.53º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFFCD6 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 214 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.01 |
| HSL | 80.53º | 0.86% | 0.91% | - |
| HSV(B) | 80.53º | 0.15% | 0.99% | - |
| XYZ | 82.54 | 92.83 | 77.19 | - |
| YUV | 243.78 | 111.19 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 214 | 0.05 | 0 | 0.15 | 0.01 | 80.53 | 0.86 | 0.91 |
| Hex | EF | FC | D6 | 5 | 0 | F | 1 | 51 | 56 | 5B |
| Octal | 357 | 374 | 326 | 5 | 0 | 17 | 1 | 121 | 126 | 133 |
| Binary | 11101111 | 11111100 | 11010110 | 101 | 0 | 1111 | 1 | 1010001 | 1010110 | 1011011 |
Color Harmonies of #EFFCD6
Complementary color
Monochromatic Colors of #EFFCD6
Black with #EFFCD6
Text Example
Text Example
White with #EFFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCD6; }
p { color: rgb(239,252,214); }
H1.HeaderClassName
{
color: #EFFCD6;
}
.AnyTagClassName
{
color: #EFFCD6;
}
</style>
background-color css
<style>
a { background-color: #EFFCD6; }
a { background-color: rgb(239,252,214); }
div.DivClassName
{
background-color: #EFFCD6;
}
.BgClassName
{
background-color: #EFFCD6;
}
</style>
border-color css
<style>
span { border-color: #EFFCD6; }
span { border-color: rgb(239,252,214); }
td.TdClassName
{
border-color: #EFFCD6;
}
.TagClassName
{
border-color: #EFFCD6;
}
</style>