Shades of Snow Flurry #EEFFD4
Tints of Snow Flurry #EEFFD4
RGB
CMYK
RGB Variations
Color information
#EEFFD4 (or 0xEEFFD4) is known color: Snow Flurry. HEX triplet: EE, FF and D4. RGB value is (238,255,212). Sum of RGB (Red+Green+Blue) = 238+255+212=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 212 (83.20% from 255 or 30.07% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFFD4 is #11002B. Grayscale: #F5F5F5. Windows color (decimal): -1114156 or 13959150. OLE color: 13959150.
HSL color Cylindrical-coordinate representation of color #EEFFD4: hue angle of 83.72º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEFFD4 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 212 | - |
| CMYK | 0.07 | 0 | 0.17 | 0 |
| HSL | 83.72º | 1% | 0.92% | - |
| HSV(B) | 83.72º | 0.17% | 1% | - |
| XYZ | 82.9 | 94.45 | 76.15 | - |
| YUV | 245.02 | 109.37 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 212 | 0.07 | 0 | 0.17 | 0 | 83.72 | 1 | 0.92 |
| Hex | EE | FF | D4 | 7 | 0 | 11 | 0 | 54 | 64 | 5C |
| Octal | 356 | 377 | 324 | 7 | 0 | 21 | 0 | 124 | 144 | 134 |
| Binary | 11101110 | 11111111 | 11010100 | 111 | 0 | 10001 | 0 | 1010100 | 1100100 | 1011100 |
Color Harmonies of #EEFFD4
Complementary color
Monochromatic Colors of #EEFFD4
Black with #EEFFD4
Text Example
Text Example
White with #EEFFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFD4; }
p { color: rgb(238,255,212); }
H1.HeaderClassName
{
color: #EEFFD4;
}
.AnyTagClassName
{
color: #EEFFD4;
}
</style>
background-color css
<style>
a { background-color: #EEFFD4; }
a { background-color: rgb(238,255,212); }
div.DivClassName
{
background-color: #EEFFD4;
}
.BgClassName
{
background-color: #EEFFD4;
}
</style>
border-color css
<style>
span { border-color: #EEFFD4; }
span { border-color: rgb(238,255,212); }
td.TdClassName
{
border-color: #EEFFD4;
}
.TagClassName
{
border-color: #EEFFD4;
}
</style>