Shades of Snow Flurry #EFFCD0
Tints of Snow Flurry #EFFCD0
RGB
CMYK
RGB Variations
Color information
#EFFCD0 (or 0xEFFCD0) is known color: Snow Flurry. HEX triplet: EF, FC and D0. RGB value is (239,252,208). Sum of RGB (Red+Green+Blue) = 239+252+208=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 208 (81.64% from 255 or 29.76% from 699); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCD0 is #10032F. Grayscale: #F3F3F3. Windows color (decimal): -1049392 or 13696239. OLE color: 13696239.
HSL color Cylindrical-coordinate representation of color #EFFCD0: hue angle of 77.73º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFFCD0 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 208 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.01 |
| HSL | 77.73º | 0.88% | 0.9% | - |
| HSV(B) | 77.73º | 0.17% | 0.99% | - |
| XYZ | 81.79 | 92.53 | 73.22 | - |
| YUV | 243.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 208 | 0.05 | 0 | 0.17 | 0.01 | 77.73 | 0.88 | 0.9 |
| Hex | EF | FC | D0 | 5 | 0 | 11 | 1 | 4E | 58 | 5A |
| Octal | 357 | 374 | 320 | 5 | 0 | 21 | 1 | 116 | 130 | 132 |
| Binary | 11101111 | 11111100 | 11010000 | 101 | 0 | 10001 | 1 | 1001110 | 1011000 | 1011010 |
Color Harmonies of #EFFCD0
Complementary color
Monochromatic Colors of #EFFCD0
Black with #EFFCD0
Text Example
Text Example
White with #EFFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCD0; }
p { color: rgb(239,252,208); }
H1.HeaderClassName
{
color: #EFFCD0;
}
.AnyTagClassName
{
color: #EFFCD0;
}
</style>
background-color css
<style>
a { background-color: #EFFCD0; }
a { background-color: rgb(239,252,208); }
div.DivClassName
{
background-color: #EFFCD0;
}
.BgClassName
{
background-color: #EFFCD0;
}
</style>
border-color css
<style>
span { border-color: #EFFCD0; }
span { border-color: rgb(239,252,208); }
td.TdClassName
{
border-color: #EFFCD0;
}
.TagClassName
{
border-color: #EFFCD0;
}
</style>