Shades of Magnolia #EDE7F9
Tints of Magnolia #EDE7F9
RGB
CMYK
RGB Variations
Color information
#EDE7F9 (or 0xEDE7F9) is known color: Magnolia. HEX triplet: ED, E7 and F9. RGB value is (237,231,249). Sum of RGB (Red+Green+Blue) = 237+231+249=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 231 (90.62% from 255 or 32.22% from 717); Blue value is 249 (97.66% from 255 or 34.73% from 717); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDE7F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7F9 is #121806. Grayscale: #EAEAEA. Windows color (decimal): -1185799 or 16377837. OLE color: 16377837.
HSL color Cylindrical-coordinate representation of color #EDE7F9: hue angle of 260º degrees, saturation: 0.6, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDE7F9 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 231 | 249 | - |
CMYK | 0.05 | 0.07 | 0 | 0.02 |
HSL | 260º | 0.6% | 0.94% | - |
HSV(B) | 260º | 0.07% | 0.98% | - |
XYZ | 80.6 | 82 | 101.2 | - |
YUV | 234.85 | 135.99 | 129.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 231 | 249 | 0.05 | 0.07 | 0 | 0.02 | 260 | 0.6 | 0.94 |
Hex | ED | E7 | F9 | 5 | 7 | 0 | 2 | 104 | 3C | 5E |
Octal | 355 | 347 | 371 | 5 | 7 | 0 | 2 | 404 | 74 | 136 |
Binary | 11101101 | 11100111 | 11111001 | 101 | 111 | 0 | 10 | 100000100 | 111100 | 1011110 |
Color Harmonies of #EDE7F9
Complementary color
Monochromatic Colors of #EDE7F9
Black with #EDE7F9
Text Example
Text Example
White with #EDE7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE7F9; }
p { color: rgb(237,231,249); }
H1.HeaderClassName
{
color: #EDE7F9;
}
.AnyTagClassName
{
color: #EDE7F9;
}
</style>
background-color css
<style>
a { background-color: #EDE7F9; }
a { background-color: rgb(237,231,249); }
div.DivClassName
{
background-color: #EDE7F9;
}
.BgClassName
{
background-color: #EDE7F9;
}
</style>
border-color css
<style>
span { border-color: #EDE7F9; }
span { border-color: rgb(237,231,249); }
td.TdClassName
{
border-color: #EDE7F9;
}
.TagClassName
{
border-color: #EDE7F9;
}
</style>