Shades of Magnolia #EDE4FF
Tints of Magnolia #EDE4FF
RGB
CMYK
RGB Variations
Color information
#EDE4FF (or 0xEDE4FF) is known color: Magnolia. HEX triplet: ED, E4 and FF. RGB value is (237,228,255). Sum of RGB (Red+Green+Blue) = 237+228+255=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 228 (89.45% from 255 or 31.67% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDE4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE4FF is #121B00. Grayscale: #E9E9E9. Windows color (decimal): -1186561 or 16770285. OLE color: 16770285.
HSL color Cylindrical-coordinate representation of color #EDE4FF: hue angle of 260º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDE4FF is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 228 | 255 | - |
| CMYK | 0.07 | 0.11 | 0 | 0 |
| HSL | 260º | 1% | 0.95% | - |
| HSV(B) | 260º | 0.11% | 1% | - |
| XYZ | 80.72 | 80.71 | 105.93 | - |
| YUV | 233.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 255 | 0.07 | 0.11 | 0 | 0 | 260 | 1 | 0.95 |
| Hex | ED | E4 | FF | 7 | B | 0 | 0 | 104 | 64 | 5F |
| Octal | 355 | 344 | 377 | 7 | 13 | 0 | 0 | 404 | 144 | 137 |
| Binary | 11101101 | 11100100 | 11111111 | 111 | 1011 | 0 | 0 | 100000100 | 1100100 | 1011111 |
Color Harmonies of #EDE4FF
Complementary color
Monochromatic Colors of #EDE4FF
Black with #EDE4FF
Text Example
Text Example
White with #EDE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE4FF; }
p { color: rgb(237,228,255); }
H1.HeaderClassName
{
color: #EDE4FF;
}
.AnyTagClassName
{
color: #EDE4FF;
}
</style>
background-color css
<style>
a { background-color: #EDE4FF; }
a { background-color: rgb(237,228,255); }
div.DivClassName
{
background-color: #EDE4FF;
}
.BgClassName
{
background-color: #EDE4FF;
}
</style>
border-color css
<style>
span { border-color: #EDE4FF; }
span { border-color: rgb(237,228,255); }
td.TdClassName
{
border-color: #EDE4FF;
}
.TagClassName
{
border-color: #EDE4FF;
}
</style>