Shades of Snow Flurry #EFFACD
Tints of Snow Flurry #EFFACD
RGB
CMYK
RGB Variations
Color information
#EFFACD (or 0xEFFACD) is known color: Snow Flurry. HEX triplet: EF, FA and CD. RGB value is (239,250,205). Sum of RGB (Red+Green+Blue) = 239+250+205=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 205 (80.47% from 255 or 29.54% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFACD is #100532. Grayscale: #F1F1F1. Windows color (decimal): -1049907 or 13499119. OLE color: 13499119.
HSL color Cylindrical-coordinate representation of color #EFFACD: hue angle of 74.67º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFFACD is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 205 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.02 |
| HSL | 74.67º | 0.82% | 0.89% | - |
| HSV(B) | 74.67º | 0.18% | 0.98% | - |
| XYZ | 80.8 | 91.13 | 71.09 | - |
| YUV | 241.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 205 | 0.04 | 0 | 0.18 | 0.02 | 74.67 | 0.82 | 0.89 |
| Hex | EF | FA | CD | 4 | 0 | 12 | 2 | 4B | 52 | 59 |
| Octal | 357 | 372 | 315 | 4 | 0 | 22 | 2 | 113 | 122 | 131 |
| Binary | 11101111 | 11111010 | 11001101 | 100 | 0 | 10010 | 10 | 1001011 | 1010010 | 1011001 |
Color Harmonies of #EFFACD
Complementary color
Monochromatic Colors of #EFFACD
Black with #EFFACD
Text Example
Text Example
White with #EFFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFACD; }
p { color: rgb(239,250,205); }
H1.HeaderClassName
{
color: #EFFACD;
}
.AnyTagClassName
{
color: #EFFACD;
}
</style>
background-color css
<style>
a { background-color: #EFFACD; }
a { background-color: rgb(239,250,205); }
div.DivClassName
{
background-color: #EFFACD;
}
.BgClassName
{
background-color: #EFFACD;
}
</style>
border-color css
<style>
span { border-color: #EFFACD; }
span { border-color: rgb(239,250,205); }
td.TdClassName
{
border-color: #EFFACD;
}
.TagClassName
{
border-color: #EFFACD;
}
</style>