Shades of Magnolia #EDE7F7
Tints of Magnolia #EDE7F7
RGB
CMYK
RGB Variations
Color information
#EDE7F7 (or 0xEDE7F7) is known color: Magnolia. HEX triplet: ED, E7 and F7. RGB value is (237,231,247). Sum of RGB (Red+Green+Blue) = 237+231+247=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 231 (90.62% from 255 or 32.31% from 715); Blue value is 247 (96.88% from 255 or 34.55% from 715); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDE7F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7F7 is #121808. Grayscale: #EAEAEA. Windows color (decimal): -1185801 or 16246765. OLE color: 16246765.
HSL color Cylindrical-coordinate representation of color #EDE7F7: hue angle of 262.5º degrees, saturation: 0.5, 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 #EDE7F7 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 231 | 247 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.03 |
| HSL | 262.5º | 0.5% | 0.94% | - |
| HSV(B) | 262.5º | 0.06% | 0.97% | - |
| XYZ | 80.29 | 81.87 | 99.57 | - |
| YUV | 234.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 247 | 0.04 | 0.06 | 0 | 0.03 | 262.5 | 0.5 | 0.94 |
| Hex | ED | E7 | F7 | 4 | 6 | 0 | 3 | 106 | 32 | 5E |
| Octal | 355 | 347 | 367 | 4 | 6 | 0 | 3 | 406 | 62 | 136 |
| Binary | 11101101 | 11100111 | 11110111 | 100 | 110 | 0 | 11 | 100000110 | 110010 | 1011110 |
Color Harmonies of #EDE7F7
Complementary color
Monochromatic Colors of #EDE7F7
Black with #EDE7F7
Text Example
Text Example
White with #EDE7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE7F7; }
p { color: rgb(237,231,247); }
H1.HeaderClassName
{
color: #EDE7F7;
}
.AnyTagClassName
{
color: #EDE7F7;
}
</style>
background-color css
<style>
a { background-color: #EDE7F7; }
a { background-color: rgb(237,231,247); }
div.DivClassName
{
background-color: #EDE7F7;
}
.BgClassName
{
background-color: #EDE7F7;
}
</style>
border-color css
<style>
span { border-color: #EDE7F7; }
span { border-color: rgb(237,231,247); }
td.TdClassName
{
border-color: #EDE7F7;
}
.TagClassName
{
border-color: #EDE7F7;
}
</style>