Shades of Snow Flurry #EFFED1
Tints of Snow Flurry #EFFED1
RGB
CMYK
RGB Variations
Color information
#EFFED1 (or 0xEFFED1) is known color: Snow Flurry. HEX triplet: EF, FE and D1. RGB value is (239,254,209). Sum of RGB (Red+Green+Blue) = 239+254+209=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 209 (82.03% from 255 or 29.77% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFED1 is #10012E. Grayscale: #F4F4F4. Windows color (decimal): -1048879 or 13762287. OLE color: 13762287.
HSL color Cylindrical-coordinate representation of color #EFFED1: hue angle of 80º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFFED1 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 209 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.00 |
| HSL | 80º | 0.96% | 0.91% | - |
| HSV(B) | 80º | 0.18% | 1% | - |
| XYZ | 82.55 | 93.84 | 74.08 | - |
| YUV | 244.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 209 | 0.06 | 0 | 0.18 | 0.00 | 80 | 0.96 | 0.91 |
| Hex | EF | FE | D1 | 6 | 0 | 12 | 0 | 50 | 60 | 5B |
| Octal | 357 | 376 | 321 | 6 | 0 | 22 | 0 | 120 | 140 | 133 |
| Binary | 11101111 | 11111110 | 11010001 | 110 | 0 | 10010 | 0 | 1010000 | 1100000 | 1011011 |
Color Harmonies of #EFFED1
Complementary color
Monochromatic Colors of #EFFED1
Black with #EFFED1
Text Example
Text Example
White with #EFFED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFED1; }
p { color: rgb(239,254,209); }
H1.HeaderClassName
{
color: #EFFED1;
}
.AnyTagClassName
{
color: #EFFED1;
}
</style>
background-color css
<style>
a { background-color: #EFFED1; }
a { background-color: rgb(239,254,209); }
div.DivClassName
{
background-color: #EFFED1;
}
.BgClassName
{
background-color: #EFFED1;
}
</style>
border-color css
<style>
span { border-color: #EFFED1; }
span { border-color: rgb(239,254,209); }
td.TdClassName
{
border-color: #EFFED1;
}
.TagClassName
{
border-color: #EFFED1;
}
</style>