Shades of Snow Flurry #EFFED2
Tints of Snow Flurry #EFFED2
RGB
CMYK
RGB Variations
Color information
#EFFED2 (or 0xEFFED2) is known color: Snow Flurry. HEX triplet: EF, FE and D2. RGB value is (239,254,210). Sum of RGB (Red+Green+Blue) = 239+254+210=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 210 (82.42% from 255 or 29.87% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFED2 is #10012D. Grayscale: #F4F4F4. Windows color (decimal): -1048878 or 13827823. OLE color: 13827823.
HSL color Cylindrical-coordinate representation of color #EFFED2: hue angle of 80.45º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFFED2 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 210 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.00 |
| HSL | 80.45º | 0.96% | 0.91% | - |
| HSV(B) | 80.45º | 0.17% | 1% | - |
| XYZ | 82.67 | 93.89 | 74.74 | - |
| YUV | 244.5 | 108.53 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 210 | 0.06 | 0 | 0.17 | 0.00 | 80.45 | 0.96 | 0.91 |
| Hex | EF | FE | D2 | 6 | 0 | 11 | 0 | 50 | 60 | 5B |
| Octal | 357 | 376 | 322 | 6 | 0 | 21 | 0 | 120 | 140 | 133 |
| Binary | 11101111 | 11111110 | 11010010 | 110 | 0 | 10001 | 0 | 1010000 | 1100000 | 1011011 |
Color Harmonies of #EFFED2
Complementary color
Monochromatic Colors of #EFFED2
Black with #EFFED2
Text Example
Text Example
White with #EFFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFED2; }
p { color: rgb(239,254,210); }
H1.HeaderClassName
{
color: #EFFED2;
}
.AnyTagClassName
{
color: #EFFED2;
}
</style>
background-color css
<style>
a { background-color: #EFFED2; }
a { background-color: rgb(239,254,210); }
div.DivClassName
{
background-color: #EFFED2;
}
.BgClassName
{
background-color: #EFFED2;
}
</style>
border-color css
<style>
span { border-color: #EFFED2; }
span { border-color: rgb(239,254,210); }
td.TdClassName
{
border-color: #EFFED2;
}
.TagClassName
{
border-color: #EFFED2;
}
</style>