Shades of Magnolia #EDE7FD
Tints of Magnolia #EDE7FD
RGB
CMYK
RGB Variations
Color information
#EDE7FD (or 0xEDE7FD) is known color: Magnolia. HEX triplet: ED, E7 and FD. RGB value is (237,231,253). Sum of RGB (Red+Green+Blue) = 237+231+253=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 231 (90.62% from 255 or 32.04% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDE7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7FD is #121802. Grayscale: #EBEBEB. Windows color (decimal): -1185795 or 16639981. OLE color: 16639981.
HSL color Cylindrical-coordinate representation of color #EDE7FD: hue angle of 256.36º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE7FD is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 231 | 253 | - |
CMYK | 0.06 | 0.09 | 0 | 0.01 |
HSL | 256.36º | 0.85% | 0.95% | - |
HSV(B) | 256.36º | 0.09% | 0.99% | - |
XYZ | 81.23 | 82.25 | 104.52 | - |
YUV | 235.3 | 137.99 | 129.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 231 | 253 | 0.06 | 0.09 | 0 | 0.01 | 256.36 | 0.85 | 0.95 |
Hex | ED | E7 | FD | 6 | 9 | 0 | 1 | 100 | 55 | 5F |
Octal | 355 | 347 | 375 | 6 | 11 | 0 | 1 | 400 | 125 | 137 |
Binary | 11101101 | 11100111 | 11111101 | 110 | 1001 | 0 | 1 | 100000000 | 1010101 | 1011111 |
Color Harmonies of #EDE7FD
Complementary color
Monochromatic Colors of #EDE7FD
Black with #EDE7FD
Text Example
Text Example
White with #EDE7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE7FD; }
p { color: rgb(237,231,253); }
H1.HeaderClassName
{
color: #EDE7FD;
}
.AnyTagClassName
{
color: #EDE7FD;
}
</style>
background-color css
<style>
a { background-color: #EDE7FD; }
a { background-color: rgb(237,231,253); }
div.DivClassName
{
background-color: #EDE7FD;
}
.BgClassName
{
background-color: #EDE7FD;
}
</style>
border-color css
<style>
span { border-color: #EDE7FD; }
span { border-color: rgb(237,231,253); }
td.TdClassName
{
border-color: #EDE7FD;
}
.TagClassName
{
border-color: #EDE7FD;
}
</style>