Shades of Snow Flurry #EEFFD2
Tints of Snow Flurry #EEFFD2
RGB
CMYK
RGB Variations
Color information
#EEFFD2 (or 0xEEFFD2) is known color: Snow Flurry. HEX triplet: EE, FF and D2. RGB value is (238,255,210). Sum of RGB (Red+Green+Blue) = 238+255+210=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 210 (82.42% from 255 or 29.87% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFFD2 is #11002D. Grayscale: #F4F4F4. Windows color (decimal): -1114158 or 13828078. OLE color: 13828078.
HSL color Cylindrical-coordinate representation of color #EEFFD2: hue angle of 82.67º 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 #EEFFD2 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 210 | - |
| CMYK | 0.07 | 0 | 0.18 | 0 |
| HSL | 82.67º | 1% | 0.91% | - |
| HSV(B) | 82.67º | 0.18% | 1% | - |
| XYZ | 82.65 | 94.35 | 74.83 | - |
| YUV | 244.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 210 | 0.07 | 0 | 0.18 | 0 | 82.67 | 1 | 0.91 |
| Hex | EE | FF | D2 | 7 | 0 | 12 | 0 | 53 | 64 | 5B |
| Octal | 356 | 377 | 322 | 7 | 0 | 22 | 0 | 123 | 144 | 133 |
| Binary | 11101110 | 11111111 | 11010010 | 111 | 0 | 10010 | 0 | 1010011 | 1100100 | 1011011 |
Color Harmonies of #EEFFD2
Complementary color
Monochromatic Colors of #EEFFD2
Black with #EEFFD2
Text Example
Text Example
White with #EEFFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFD2; }
p { color: rgb(238,255,210); }
H1.HeaderClassName
{
color: #EEFFD2;
}
.AnyTagClassName
{
color: #EEFFD2;
}
</style>
background-color css
<style>
a { background-color: #EEFFD2; }
a { background-color: rgb(238,255,210); }
div.DivClassName
{
background-color: #EEFFD2;
}
.BgClassName
{
background-color: #EEFFD2;
}
</style>
border-color css
<style>
span { border-color: #EEFFD2; }
span { border-color: rgb(238,255,210); }
td.TdClassName
{
border-color: #EEFFD2;
}
.TagClassName
{
border-color: #EEFFD2;
}
</style>