Shades of Magnolia #EDE7FC
Tints of Magnolia #EDE7FC
RGB
CMYK
RGB Variations
Color information
#EDE7FC (or 0xEDE7FC) is known color: Magnolia. HEX triplet: ED, E7 and FC. RGB value is (237,231,252). Sum of RGB (Red+Green+Blue) = 237+231+252=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 231 (90.62% from 255 or 32.08% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDE7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7FC is #121803. Grayscale: #EBEBEB. Windows color (decimal): -1185796 or 16574445. OLE color: 16574445.
HSL color Cylindrical-coordinate representation of color #EDE7FC: hue angle of 257.14º degrees, saturation: 0.78, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDE7FC is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 231 | 252 | - |
CMYK | 0.06 | 0.08 | 0 | 0.01 |
HSL | 257.14º | 0.78% | 0.95% | - |
HSV(B) | 257.14º | 0.08% | 0.99% | - |
XYZ | 81.07 | 82.18 | 103.69 | - |
YUV | 235.19 | 137.49 | 129.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 231 | 252 | 0.06 | 0.08 | 0 | 0.01 | 257.14 | 0.78 | 0.95 |
Hex | ED | E7 | FC | 6 | 8 | 0 | 1 | 101 | 4E | 5F |
Octal | 355 | 347 | 374 | 6 | 10 | 0 | 1 | 401 | 116 | 137 |
Binary | 11101101 | 11100111 | 11111100 | 110 | 1000 | 0 | 1 | 100000001 | 1001110 | 1011111 |
Color Harmonies of #EDE7FC
Complementary color
Monochromatic Colors of #EDE7FC
Black with #EDE7FC
Text Example
Text Example
White with #EDE7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE7FC; }
p { color: rgb(237,231,252); }
H1.HeaderClassName
{
color: #EDE7FC;
}
.AnyTagClassName
{
color: #EDE7FC;
}
</style>
background-color css
<style>
a { background-color: #EDE7FC; }
a { background-color: rgb(237,231,252); }
div.DivClassName
{
background-color: #EDE7FC;
}
.BgClassName
{
background-color: #EDE7FC;
}
</style>
border-color css
<style>
span { border-color: #EDE7FC; }
span { border-color: rgb(237,231,252); }
td.TdClassName
{
border-color: #EDE7FC;
}
.TagClassName
{
border-color: #EDE7FC;
}
</style>