Shades of Magnolia #EDE9F7
Tints of Magnolia #EDE9F7
RGB
CMYK
RGB Variations
Color information
#EDE9F7 (or 0xEDE9F7) is known color: Magnolia. HEX triplet: ED, E9 and F7. RGB value is (237,233,247). Sum of RGB (Red+Green+Blue) = 237+233+247=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 233 (91.41% from 255 or 32.50% from 717); Blue value is 247 (96.88% from 255 or 34.45% from 717); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDE9F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9F7 is #121608. Grayscale: #EBEBEB. Windows color (decimal): -1185289 or 16247277. OLE color: 16247277.
HSL color Cylindrical-coordinate representation of color #EDE9F7: hue angle of 257.14º degrees, saturation: 0.47, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDE9F7 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 237 | 233 | 247 | - |
CMYK | 0.04 | 0.06 | 0 | 0.03 |
HSL | 257.14º | 0.47% | 0.94% | - |
HSV(B) | 257.14º | 0.06% | 0.97% | - |
XYZ | 80.85 | 83 | 99.75 | - |
YUV | 235.79 | 134.33 | 128.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 233 | 247 | 0.04 | 0.06 | 0 | 0.03 | 257.14 | 0.47 | 0.94 |
Hex | ED | E9 | F7 | 4 | 6 | 0 | 3 | 101 | 2F | 5E |
Octal | 355 | 351 | 367 | 4 | 6 | 0 | 3 | 401 | 57 | 136 |
Binary | 11101101 | 11101001 | 11110111 | 100 | 110 | 0 | 11 | 100000001 | 101111 | 1011110 |
Color Harmonies of #EDE9F7
Complementary color
Monochromatic Colors of #EDE9F7
Black with #EDE9F7
Text Example
Text Example
White with #EDE9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE9F7; }
p { color: rgb(237,233,247); }
H1.HeaderClassName
{
color: #EDE9F7;
}
.AnyTagClassName
{
color: #EDE9F7;
}
</style>
background-color css
<style>
a { background-color: #EDE9F7; }
a { background-color: rgb(237,233,247); }
div.DivClassName
{
background-color: #EDE9F7;
}
.BgClassName
{
background-color: #EDE9F7;
}
</style>
border-color css
<style>
span { border-color: #EDE9F7; }
span { border-color: rgb(237,233,247); }
td.TdClassName
{
border-color: #EDE9F7;
}
.TagClassName
{
border-color: #EDE9F7;
}
</style>