Shades of Magnolia #EDE4FA
Tints of Magnolia #EDE4FA
RGB
CMYK
RGB Variations
Color information
#EDE4FA (or 0xEDE4FA) is known color: Magnolia. HEX triplet: ED, E4 and FA. RGB value is (237,228,250). Sum of RGB (Red+Green+Blue) = 237+228+250=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 228 (89.45% from 255 or 31.89% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDE4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE4FA is #121B05. Grayscale: #E9E9E9. Windows color (decimal): -1186566 or 16442605. OLE color: 16442605.
HSL color Cylindrical-coordinate representation of color #EDE4FA: hue angle of 264.55º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE4FA is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 228 | 250 | - |
CMYK | 0.05 | 0.09 | 0 | 0.02 |
HSL | 264.55º | 0.69% | 0.94% | - |
HSV(B) | 264.55º | 0.09% | 0.98% | - |
XYZ | 79.92 | 80.39 | 101.75 | - |
YUV | 233.2 | 137.48 | 130.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 228 | 250 | 0.05 | 0.09 | 0 | 0.02 | 264.55 | 0.69 | 0.94 |
Hex | ED | E4 | FA | 5 | 9 | 0 | 2 | 109 | 45 | 5E |
Octal | 355 | 344 | 372 | 5 | 11 | 0 | 2 | 411 | 105 | 136 |
Binary | 11101101 | 11100100 | 11111010 | 101 | 1001 | 0 | 10 | 100001001 | 1000101 | 1011110 |
Color Harmonies of #EDE4FA
Complementary color
Monochromatic Colors of #EDE4FA
Black with #EDE4FA
Text Example
Text Example
White with #EDE4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE4FA; }
p { color: rgb(237,228,250); }
H1.HeaderClassName
{
color: #EDE4FA;
}
.AnyTagClassName
{
color: #EDE4FA;
}
</style>
background-color css
<style>
a { background-color: #EDE4FA; }
a { background-color: rgb(237,228,250); }
div.DivClassName
{
background-color: #EDE4FA;
}
.BgClassName
{
background-color: #EDE4FA;
}
</style>
border-color css
<style>
span { border-color: #EDE4FA; }
span { border-color: rgb(237,228,250); }
td.TdClassName
{
border-color: #EDE4FA;
}
.TagClassName
{
border-color: #EDE4FA;
}
</style>