Shades of Magnolia #EDE5FD
Tints of Magnolia #EDE5FD
RGB
CMYK
RGB Variations
Color information
#EDE5FD (or 0xEDE5FD) is known color: Magnolia. HEX triplet: ED, E5 and FD. RGB value is (237,229,253). Sum of RGB (Red+Green+Blue) = 237+229+253=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 229 (89.84% from 255 or 31.85% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDE5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5FD is #121A02. Grayscale: #EAEAEA. Windows color (decimal): -1186307 or 16639469. OLE color: 16639469.
HSL color Cylindrical-coordinate representation of color #EDE5FD: hue angle of 260º degrees, saturation: 0.86, 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 #EDE5FD is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 229 | 253 | - |
CMYK | 0.06 | 0.09 | 0 | 0.01 |
HSL | 260º | 0.86% | 0.95% | - |
HSV(B) | 260º | 0.09% | 0.99% | - |
XYZ | 80.67 | 81.14 | 104.34 | - |
YUV | 234.13 | 138.65 | 130.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 229 | 253 | 0.06 | 0.09 | 0 | 0.01 | 260 | 0.86 | 0.95 |
Hex | ED | E5 | FD | 6 | 9 | 0 | 1 | 104 | 56 | 5F |
Octal | 355 | 345 | 375 | 6 | 11 | 0 | 1 | 404 | 126 | 137 |
Binary | 11101101 | 11100101 | 11111101 | 110 | 1001 | 0 | 1 | 100000100 | 1010110 | 1011111 |
Color Harmonies of #EDE5FD
Complementary color
Monochromatic Colors of #EDE5FD
Black with #EDE5FD
Text Example
Text Example
White with #EDE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5FD; }
p { color: rgb(237,229,253); }
H1.HeaderClassName
{
color: #EDE5FD;
}
.AnyTagClassName
{
color: #EDE5FD;
}
</style>
background-color css
<style>
a { background-color: #EDE5FD; }
a { background-color: rgb(237,229,253); }
div.DivClassName
{
background-color: #EDE5FD;
}
.BgClassName
{
background-color: #EDE5FD;
}
</style>
border-color css
<style>
span { border-color: #EDE5FD; }
span { border-color: rgb(237,229,253); }
td.TdClassName
{
border-color: #EDE5FD;
}
.TagClassName
{
border-color: #EDE5FD;
}
</style>