Shades of Snow Flurry #EEFED5
Tints of Snow Flurry #EEFED5
RGB
CMYK
RGB Variations
Color information
#EEFED5 (or 0xEEFED5) is known color: Snow Flurry. HEX triplet: EE, FE and D5. RGB value is (238,254,213). Sum of RGB (Red+Green+Blue) = 238+254+213=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 213 (83.59% from 255 or 30.21% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFED5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFED5 is #11012A. Grayscale: #F4F4F4. Windows color (decimal): -1114411 or 14024430. OLE color: 14024430.
HSL color Cylindrical-coordinate representation of color #EEFED5: hue angle of 83.41º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEFED5 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
RGB | 238 | 254 | 213 | - |
CMYK | 0.06 | 0 | 0.16 | 0.00 |
HSL | 83.41º | 0.95% | 0.92% | - |
HSV(B) | 83.41º | 0.16% | 1% | - |
XYZ | 82.71 | 93.86 | 76.71 | - |
YUV | 244.54 | 110.2 | 123.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 254 | 213 | 0.06 | 0 | 0.16 | 0.00 | 83.41 | 0.95 | 0.92 |
Hex | EE | FE | D5 | 6 | 0 | 10 | 0 | 53 | 5F | 5C |
Octal | 356 | 376 | 325 | 6 | 0 | 20 | 0 | 123 | 137 | 134 |
Binary | 11101110 | 11111110 | 11010101 | 110 | 0 | 10000 | 0 | 1010011 | 1011111 | 1011100 |
Color Harmonies of #EEFED5
Complementary color
Monochromatic Colors of #EEFED5
Black with #EEFED5
Text Example
Text Example
White with #EEFED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFED5; }
p { color: rgb(238,254,213); }
H1.HeaderClassName
{
color: #EEFED5;
}
.AnyTagClassName
{
color: #EEFED5;
}
</style>
background-color css
<style>
a { background-color: #EEFED5; }
a { background-color: rgb(238,254,213); }
div.DivClassName
{
background-color: #EEFED5;
}
.BgClassName
{
background-color: #EEFED5;
}
</style>
border-color css
<style>
span { border-color: #EEFED5; }
span { border-color: rgb(238,254,213); }
td.TdClassName
{
border-color: #EEFED5;
}
.TagClassName
{
border-color: #EEFED5;
}
</style>