Shades of Snow Flurry #EFFDC8
Tints of Snow Flurry #EFFDC8
RGB
CMYK
RGB Variations
Color information
#EFFDC8 (or 0xEFFDC8) is known color: Snow Flurry. HEX triplet: EF, FD and C8. RGB value is (239,253,200). Sum of RGB (Red+Green+Blue) = 239+253+200=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 200 (78.52% from 255 or 28.90% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDC8 is #100237. Grayscale: #F2F2F2. Windows color (decimal): -1049144 or 13172207. OLE color: 13172207.
HSL color Cylindrical-coordinate representation of color #EFFDC8: hue angle of 75.85º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFFDC8 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 200 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.01 |
| HSL | 75.85º | 0.93% | 0.89% | - |
| HSV(B) | 75.85º | 0.21% | 0.99% | - |
| XYZ | 81.15 | 92.77 | 68.27 | - |
| YUV | 242.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 200 | 0.06 | 0 | 0.21 | 0.01 | 75.85 | 0.93 | 0.89 |
| Hex | EF | FD | C8 | 6 | 0 | 15 | 1 | 4C | 5D | 59 |
| Octal | 357 | 375 | 310 | 6 | 0 | 25 | 1 | 114 | 135 | 131 |
| Binary | 11101111 | 11111101 | 11001000 | 110 | 0 | 10101 | 1 | 1001100 | 1011101 | 1011001 |
Color Harmonies of #EFFDC8
Complementary color
Monochromatic Colors of #EFFDC8
Black with #EFFDC8
Text Example
Text Example
White with #EFFDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDC8; }
p { color: rgb(239,253,200); }
H1.HeaderClassName
{
color: #EFFDC8;
}
.AnyTagClassName
{
color: #EFFDC8;
}
</style>
background-color css
<style>
a { background-color: #EFFDC8; }
a { background-color: rgb(239,253,200); }
div.DivClassName
{
background-color: #EFFDC8;
}
.BgClassName
{
background-color: #EFFDC8;
}
</style>
border-color css
<style>
span { border-color: #EFFDC8; }
span { border-color: rgb(239,253,200); }
td.TdClassName
{
border-color: #EFFDC8;
}
.TagClassName
{
border-color: #EFFDC8;
}
</style>