Shades of Snow Flurry #EEFED1
Tints of Snow Flurry #EEFED1
RGB
CMYK
RGB Variations
Color information
#EEFED1 (or 0xEEFED1) is known color: Snow Flurry. HEX triplet: EE, FE and D1. RGB value is (238,254,209). Sum of RGB (Red+Green+Blue) = 238+254+209=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 209 (82.03% from 255 or 29.81% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFED1 is #11012E. Grayscale: #F4F4F4. Windows color (decimal): -1114415 or 13762286. OLE color: 13762286.
HSL color Cylindrical-coordinate representation of color #EEFED1: hue angle of 81.33º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEFED1 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 238 | 254 | 209 | - |
CMYK | 0.06 | 0 | 0.18 | 0.00 |
HSL | 81.33º | 0.96% | 0.91% | - |
HSV(B) | 81.33º | 0.18% | 1% | - |
XYZ | 82.21 | 93.66 | 74.07 | - |
YUV | 244.09 | 108.2 | 123.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 254 | 209 | 0.06 | 0 | 0.18 | 0.00 | 81.33 | 0.96 | 0.91 |
Hex | EE | FE | D1 | 6 | 0 | 12 | 0 | 51 | 60 | 5B |
Octal | 356 | 376 | 321 | 6 | 0 | 22 | 0 | 121 | 140 | 133 |
Binary | 11101110 | 11111110 | 11010001 | 110 | 0 | 10010 | 0 | 1010001 | 1100000 | 1011011 |
Color Harmonies of #EEFED1
Complementary color
Monochromatic Colors of #EEFED1
Black with #EEFED1
Text Example
Text Example
White with #EEFED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFED1; }
p { color: rgb(238,254,209); }
H1.HeaderClassName
{
color: #EEFED1;
}
.AnyTagClassName
{
color: #EEFED1;
}
</style>
background-color css
<style>
a { background-color: #EEFED1; }
a { background-color: rgb(238,254,209); }
div.DivClassName
{
background-color: #EEFED1;
}
.BgClassName
{
background-color: #EEFED1;
}
</style>
border-color css
<style>
span { border-color: #EEFED1; }
span { border-color: rgb(238,254,209); }
td.TdClassName
{
border-color: #EEFED1;
}
.TagClassName
{
border-color: #EEFED1;
}
</style>