Shades of Snow Flurry #EEFED6
Tints of Snow Flurry #EEFED6
RGB
CMYK
RGB Variations
Color information
#EEFED6 (or 0xEEFED6) is known color: Snow Flurry. HEX triplet: EE, FE and D6. RGB value is (238,254,214). Sum of RGB (Red+Green+Blue) = 238+254+214=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 214 (83.98% from 255 or 30.31% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFED6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFED6 is #110129. Grayscale: #F4F4F4. Windows color (decimal): -1114410 or 14089966. OLE color: 14089966.
HSL color Cylindrical-coordinate representation of color #EEFED6: hue angle of 84º 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 #EEFED6 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
RGB | 238 | 254 | 214 | - |
CMYK | 0.06 | 0 | 0.16 | 0.00 |
HSL | 84º | 0.95% | 0.92% | - |
HSV(B) | 84º | 0.16% | 1% | - |
XYZ | 82.84 | 93.92 | 77.38 | - |
YUV | 244.66 | 110.7 | 123.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 254 | 214 | 0.06 | 0 | 0.16 | 0.00 | 84 | 0.95 | 0.92 |
Hex | EE | FE | D6 | 6 | 0 | 10 | 0 | 54 | 5F | 5C |
Octal | 356 | 376 | 326 | 6 | 0 | 20 | 0 | 124 | 137 | 134 |
Binary | 11101110 | 11111110 | 11010110 | 110 | 0 | 10000 | 0 | 1010100 | 1011111 | 1011100 |
Color Harmonies of #EEFED6
Complementary color
Monochromatic Colors of #EEFED6
Black with #EEFED6
Text Example
Text Example
White with #EEFED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFED6; }
p { color: rgb(238,254,214); }
H1.HeaderClassName
{
color: #EEFED6;
}
.AnyTagClassName
{
color: #EEFED6;
}
</style>
background-color css
<style>
a { background-color: #EEFED6; }
a { background-color: rgb(238,254,214); }
div.DivClassName
{
background-color: #EEFED6;
}
.BgClassName
{
background-color: #EEFED6;
}
</style>
border-color css
<style>
span { border-color: #EEFED6; }
span { border-color: rgb(238,254,214); }
td.TdClassName
{
border-color: #EEFED6;
}
.TagClassName
{
border-color: #EEFED6;
}
</style>