Shades of Magnolia #EDE4FE
Tints of Magnolia #EDE4FE
RGB
CMYK
RGB Variations
Color information
#EDE4FE (or 0xEDE4FE) is known color: Magnolia. HEX triplet: ED, E4 and FE. RGB value is (237,228,254). Sum of RGB (Red+Green+Blue) = 237+228+254=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 228 (89.45% from 255 or 31.71% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDE4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE4FE is #121B01. Grayscale: #E9E9E9. Windows color (decimal): -1186562 or 16704749. OLE color: 16704749.
HSL color Cylindrical-coordinate representation of color #EDE4FE: hue angle of 260.77º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDE4FE is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 228 | 254 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.00 |
| HSL | 260.77º | 0.93% | 0.95% | - |
| HSV(B) | 260.77º | 0.1% | 1% | - |
| XYZ | 80.56 | 80.65 | 105.09 | - |
| YUV | 233.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 254 | 0.07 | 0.10 | 0 | 0.00 | 260.77 | 0.93 | 0.95 |
| Hex | ED | E4 | FE | 7 | A | 0 | 0 | 105 | 5D | 5F |
| Octal | 355 | 344 | 376 | 7 | 12 | 0 | 0 | 405 | 135 | 137 |
| Binary | 11101101 | 11100100 | 11111110 | 111 | 1010 | 0 | 0 | 100000101 | 1011101 | 1011111 |
Color Harmonies of #EDE4FE
Complementary color
Monochromatic Colors of #EDE4FE
Black with #EDE4FE
Text Example
Text Example
White with #EDE4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE4FE; }
p { color: rgb(237,228,254); }
H1.HeaderClassName
{
color: #EDE4FE;
}
.AnyTagClassName
{
color: #EDE4FE;
}
</style>
background-color css
<style>
a { background-color: #EDE4FE; }
a { background-color: rgb(237,228,254); }
div.DivClassName
{
background-color: #EDE4FE;
}
.BgClassName
{
background-color: #EDE4FE;
}
</style>
border-color css
<style>
span { border-color: #EDE4FE; }
span { border-color: rgb(237,228,254); }
td.TdClassName
{
border-color: #EDE4FE;
}
.TagClassName
{
border-color: #EDE4FE;
}
</style>