Shades of Magnolia #EDE5FE
Tints of Magnolia #EDE5FE
RGB
CMYK
RGB Variations
Color information
#EDE5FE (or 0xEDE5FE) is known color: Magnolia. HEX triplet: ED, E5 and FE. RGB value is (237,229,254). Sum of RGB (Red+Green+Blue) = 237+229+254=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 229 (89.84% from 255 or 31.81% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDE5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5FE is #121A01. Grayscale: #EAEAEA. Windows color (decimal): -1186306 or 16705005. OLE color: 16705005.
HSL color Cylindrical-coordinate representation of color #EDE5FE: hue angle of 259.2º 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 #EDE5FE is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 229 | 254 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.00 |
| HSL | 259.2º | 0.93% | 0.95% | - |
| HSV(B) | 259.2º | 0.1% | 1% | - |
| XYZ | 80.83 | 81.2 | 105.18 | - |
| YUV | 234.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 254 | 0.07 | 0.10 | 0 | 0.00 | 259.2 | 0.93 | 0.95 |
| Hex | ED | E5 | FE | 7 | A | 0 | 0 | 103 | 5D | 5F |
| Octal | 355 | 345 | 376 | 7 | 12 | 0 | 0 | 403 | 135 | 137 |
| Binary | 11101101 | 11100101 | 11111110 | 111 | 1010 | 0 | 0 | 100000011 | 1011101 | 1011111 |
Color Harmonies of #EDE5FE
Complementary color
Monochromatic Colors of #EDE5FE
Black with #EDE5FE
Text Example
Text Example
White with #EDE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5FE; }
p { color: rgb(237,229,254); }
H1.HeaderClassName
{
color: #EDE5FE;
}
.AnyTagClassName
{
color: #EDE5FE;
}
</style>
background-color css
<style>
a { background-color: #EDE5FE; }
a { background-color: rgb(237,229,254); }
div.DivClassName
{
background-color: #EDE5FE;
}
.BgClassName
{
background-color: #EDE5FE;
}
</style>
border-color css
<style>
span { border-color: #EDE5FE; }
span { border-color: rgb(237,229,254); }
td.TdClassName
{
border-color: #EDE5FE;
}
.TagClassName
{
border-color: #EDE5FE;
}
</style>