Shades of Magnolia #EEEDF0
Tints of Magnolia #EEEDF0
RGB
CMYK
RGB Variations
Color information
#EEEDF0 (or 0xEEEDF0) is known color: Magnolia. HEX triplet: EE, ED and F0. RGB value is (238,237,240). Sum of RGB (Red+Green+Blue) = 238+237+240=715 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.29% from 715); Green value is 237 (92.97% from 255 or 33.15% from 715); Blue value is 240 (94.14% from 255 or 33.57% from 715); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEEDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDF0 is #11120F. Grayscale: #EDEDED. Windows color (decimal): -1118736 or 15789550. OLE color: 15789550.
HSL color Cylindrical-coordinate representation of color #EEEDF0: hue angle of 260º degrees, saturation: 0.09, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EEEDF0 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 238 | 237 | 240 | - |
CMYK | 0.01 | 0.01 | 0 | 0.06 |
HSL | 260º | 0.09% | 0.94% | - |
HSV(B) | 260º | 0.01% | 0.94% | - |
XYZ | 81.27 | 85.04 | 94.57 | - |
YUV | 237.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 237 | 240 | 0.01 | 0.01 | 0 | 0.06 | 260 | 0.09 | 0.94 |
Hex | EE | ED | F0 | 1 | 1 | 0 | 6 | 104 | 9 | 5E |
Octal | 356 | 355 | 360 | 1 | 1 | 0 | 6 | 404 | 11 | 136 |
Binary | 11101110 | 11101101 | 11110000 | 1 | 1 | 0 | 110 | 100000100 | 1001 | 1011110 |
Color Harmonies of #EEEDF0
Complementary color
Monochromatic Colors of #EEEDF0
Black with #EEEDF0
Text Example
Text Example
White with #EEEDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEDF0; }
p { color: rgb(238,237,240); }
H1.HeaderClassName
{
color: #EEEDF0;
}
.AnyTagClassName
{
color: #EEEDF0;
}
</style>
background-color css
<style>
a { background-color: #EEEDF0; }
a { background-color: rgb(238,237,240); }
div.DivClassName
{
background-color: #EEEDF0;
}
.BgClassName
{
background-color: #EEEDF0;
}
</style>
border-color css
<style>
span { border-color: #EEEDF0; }
span { border-color: rgb(238,237,240); }
td.TdClassName
{
border-color: #EEEDF0;
}
.TagClassName
{
border-color: #EEEDF0;
}
</style>