Shades of Snow Flurry #EFFFD0
Tints of Snow Flurry #EFFFD0
RGB
CMYK
RGB Variations
Color information
#EFFFD0 (or 0xEFFFD0) is known color: Snow Flurry. HEX triplet: EF, FF and D0. RGB value is (239,255,208). Sum of RGB (Red+Green+Blue) = 239+255+208=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 208 (81.64% from 255 or 29.63% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFD0 is #10002F. Grayscale: #F5F5F5. Windows color (decimal): -1048624 or 13697007. OLE color: 13697007.
HSL color Cylindrical-coordinate representation of color #EFFFD0: hue angle of 80.43º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFFFD0 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 208 | - |
| CMYK | 0.06 | 0 | 0.18 | 0 |
| HSL | 80.43º | 1% | 0.91% | - |
| HSV(B) | 80.43º | 0.18% | 1% | - |
| XYZ | 82.74 | 94.42 | 73.54 | - |
| YUV | 244.86 | 107.2 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 208 | 0.06 | 0 | 0.18 | 0 | 80.43 | 1 | 0.91 |
| Hex | EF | FF | D0 | 6 | 0 | 12 | 0 | 50 | 64 | 5B |
| Octal | 357 | 377 | 320 | 6 | 0 | 22 | 0 | 120 | 144 | 133 |
| Binary | 11101111 | 11111111 | 11010000 | 110 | 0 | 10010 | 0 | 1010000 | 1100100 | 1011011 |
Color Harmonies of #EFFFD0
Complementary color
Monochromatic Colors of #EFFFD0
Black with #EFFFD0
Text Example
Text Example
White with #EFFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFD0; }
p { color: rgb(239,255,208); }
H1.HeaderClassName
{
color: #EFFFD0;
}
.AnyTagClassName
{
color: #EFFFD0;
}
</style>
background-color css
<style>
a { background-color: #EFFFD0; }
a { background-color: rgb(239,255,208); }
div.DivClassName
{
background-color: #EFFFD0;
}
.BgClassName
{
background-color: #EFFFD0;
}
</style>
border-color css
<style>
span { border-color: #EFFFD0; }
span { border-color: rgb(239,255,208); }
td.TdClassName
{
border-color: #EFFFD0;
}
.TagClassName
{
border-color: #EFFFD0;
}
</style>