Shades of Magnolia #EDE7F6
Tints of Magnolia #EDE7F6
RGB
CMYK
RGB Variations
Color information
#EDE7F6 (or 0xEDE7F6) is known color: Magnolia. HEX triplet: ED, E7 and F6. RGB value is (237,231,246). Sum of RGB (Red+Green+Blue) = 237+231+246=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 231 (90.62% from 255 or 32.35% from 714); Blue value is 246 (96.48% from 255 or 34.45% from 714); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDE7F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7F6 is #121809. Grayscale: #EAEAEA. Windows color (decimal): -1185802 or 16181229. OLE color: 16181229.
HSL color Cylindrical-coordinate representation of color #EDE7F6: hue angle of 264º degrees, saturation: 0.45, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDE7F6 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 237 | 231 | 246 | - |
CMYK | 0.04 | 0.06 | 0 | 0.04 |
HSL | 264º | 0.45% | 0.94% | - |
HSV(B) | 264º | 0.06% | 0.96% | - |
XYZ | 80.14 | 81.81 | 98.76 | - |
YUV | 234.5 | 134.49 | 129.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 231 | 246 | 0.04 | 0.06 | 0 | 0.04 | 264 | 0.45 | 0.94 |
Hex | ED | E7 | F6 | 4 | 6 | 0 | 4 | 108 | 2D | 5E |
Octal | 355 | 347 | 366 | 4 | 6 | 0 | 4 | 410 | 55 | 136 |
Binary | 11101101 | 11100111 | 11110110 | 100 | 110 | 0 | 100 | 100001000 | 101101 | 1011110 |
Color Harmonies of #EDE7F6
Complementary color
Monochromatic Colors of #EDE7F6
Black with #EDE7F6
Text Example
Text Example
White with #EDE7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE7F6; }
p { color: rgb(237,231,246); }
H1.HeaderClassName
{
color: #EDE7F6;
}
.AnyTagClassName
{
color: #EDE7F6;
}
</style>
background-color css
<style>
a { background-color: #EDE7F6; }
a { background-color: rgb(237,231,246); }
div.DivClassName
{
background-color: #EDE7F6;
}
.BgClassName
{
background-color: #EDE7F6;
}
</style>
border-color css
<style>
span { border-color: #EDE7F6; }
span { border-color: rgb(237,231,246); }
td.TdClassName
{
border-color: #EDE7F6;
}
.TagClassName
{
border-color: #EDE7F6;
}
</style>