Shades of Magnolia #EDE3FE
Tints of Magnolia #EDE3FE
RGB
CMYK
RGB Variations
Color information
#EDE3FE (or 0xEDE3FE) is known color: Magnolia. HEX triplet: ED, E3 and FE. RGB value is (237,227,254). Sum of RGB (Red+Green+Blue) = 237+227+254=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 227 (89.06% from 255 or 31.62% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDE3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3FE is #121C01. Grayscale: #E8E8E8. Windows color (decimal): -1186818 or 16704493. OLE color: 16704493.
HSL color Cylindrical-coordinate representation of color #EDE3FE: hue angle of 262.22º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDE3FE is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 227 | 254 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.00 |
| HSL | 262.22º | 0.93% | 0.94% | - |
| HSV(B) | 262.22º | 0.11% | 1% | - |
| XYZ | 80.28 | 80.1 | 105 | - |
| YUV | 233.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 254 | 0.07 | 0.11 | 0 | 0.00 | 262.22 | 0.93 | 0.94 |
| Hex | ED | E3 | FE | 7 | B | 0 | 0 | 106 | 5D | 5E |
| Octal | 355 | 343 | 376 | 7 | 13 | 0 | 0 | 406 | 135 | 136 |
| Binary | 11101101 | 11100011 | 11111110 | 111 | 1011 | 0 | 0 | 100000110 | 1011101 | 1011110 |
Color Harmonies of #EDE3FE
Complementary color
Monochromatic Colors of #EDE3FE
Black with #EDE3FE
Text Example
Text Example
White with #EDE3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3FE; }
p { color: rgb(237,227,254); }
H1.HeaderClassName
{
color: #EDE3FE;
}
.AnyTagClassName
{
color: #EDE3FE;
}
</style>
background-color css
<style>
a { background-color: #EDE3FE; }
a { background-color: rgb(237,227,254); }
div.DivClassName
{
background-color: #EDE3FE;
}
.BgClassName
{
background-color: #EDE3FE;
}
</style>
border-color css
<style>
span { border-color: #EDE3FE; }
span { border-color: rgb(237,227,254); }
td.TdClassName
{
border-color: #EDE3FE;
}
.TagClassName
{
border-color: #EDE3FE;
}
</style>