Shades of Magnolia #EDE8F7
Tints of Magnolia #EDE8F7
RGB
CMYK
RGB Variations
Color information
#EDE8F7 (or 0xEDE8F7) is known color: Magnolia. HEX triplet: ED, E8 and F7. RGB value is (237,232,247). Sum of RGB (Red+Green+Blue) = 237+232+247=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 232 (91.02% from 255 or 32.40% from 716); Blue value is 247 (96.88% from 255 or 34.50% from 716); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDE8F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8F7 is #121708. Grayscale: #EBEBEB. Windows color (decimal): -1185545 or 16247021. OLE color: 16247021.
HSL color Cylindrical-coordinate representation of color #EDE8F7: hue angle of 260º degrees, saturation: 0.48, 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 #EDE8F7 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 232 | 247 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.03 |
| HSL | 260º | 0.48% | 0.94% | - |
| HSV(B) | 260º | 0.06% | 0.97% | - |
| XYZ | 80.57 | 82.43 | 99.66 | - |
| YUV | 235.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 247 | 0.04 | 0.06 | 0 | 0.03 | 260 | 0.48 | 0.94 |
| Hex | ED | E8 | F7 | 4 | 6 | 0 | 3 | 104 | 30 | 5E |
| Octal | 355 | 350 | 367 | 4 | 6 | 0 | 3 | 404 | 60 | 136 |
| Binary | 11101101 | 11101000 | 11110111 | 100 | 110 | 0 | 11 | 100000100 | 110000 | 1011110 |
Color Harmonies of #EDE8F7
Complementary color
Monochromatic Colors of #EDE8F7
Black with #EDE8F7
Text Example
Text Example
White with #EDE8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE8F7; }
p { color: rgb(237,232,247); }
H1.HeaderClassName
{
color: #EDE8F7;
}
.AnyTagClassName
{
color: #EDE8F7;
}
</style>
background-color css
<style>
a { background-color: #EDE8F7; }
a { background-color: rgb(237,232,247); }
div.DivClassName
{
background-color: #EDE8F7;
}
.BgClassName
{
background-color: #EDE8F7;
}
</style>
border-color css
<style>
span { border-color: #EDE8F7; }
span { border-color: rgb(237,232,247); }
td.TdClassName
{
border-color: #EDE8F7;
}
.TagClassName
{
border-color: #EDE8F7;
}
</style>