Shades of Snow Flurry #EEFFD5
Tints of Snow Flurry #EEFFD5
RGB
CMYK
RGB Variations
Color information
#EEFFD5 (or 0xEEFFD5) is known color: Snow Flurry. HEX triplet: EE, FF and D5. RGB value is (238,255,213). Sum of RGB (Red+Green+Blue) = 238+255+213=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 213 (83.59% from 255 or 30.17% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFFD5 is #11002A. Grayscale: #F5F5F5. Windows color (decimal): -1114155 or 14024686. OLE color: 14024686.
HSL color Cylindrical-coordinate representation of color #EEFFD5: hue angle of 84.29º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEFFD5 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 213 | - |
| CMYK | 0.07 | 0 | 0.16 | 0 |
| HSL | 84.29º | 1% | 0.92% | - |
| HSV(B) | 84.29º | 0.16% | 1% | - |
| XYZ | 83.03 | 94.5 | 76.82 | - |
| YUV | 245.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 213 | 0.07 | 0 | 0.16 | 0 | 84.29 | 1 | 0.92 |
| Hex | EE | FF | D5 | 7 | 0 | 10 | 0 | 54 | 64 | 5C |
| Octal | 356 | 377 | 325 | 7 | 0 | 20 | 0 | 124 | 144 | 134 |
| Binary | 11101110 | 11111111 | 11010101 | 111 | 0 | 10000 | 0 | 1010100 | 1100100 | 1011100 |
Color Harmonies of #EEFFD5
Complementary color
Monochromatic Colors of #EEFFD5
Black with #EEFFD5
Text Example
Text Example
White with #EEFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFD5; }
p { color: rgb(238,255,213); }
H1.HeaderClassName
{
color: #EEFFD5;
}
.AnyTagClassName
{
color: #EEFFD5;
}
</style>
background-color css
<style>
a { background-color: #EEFFD5; }
a { background-color: rgb(238,255,213); }
div.DivClassName
{
background-color: #EEFFD5;
}
.BgClassName
{
background-color: #EEFFD5;
}
</style>
border-color css
<style>
span { border-color: #EEFFD5; }
span { border-color: rgb(238,255,213); }
td.TdClassName
{
border-color: #EEFFD5;
}
.TagClassName
{
border-color: #EEFFD5;
}
</style>