Shades of Magnolia #EDE3FC
Tints of Magnolia #EDE3FC
RGB
CMYK
RGB Variations
Color information
#EDE3FC (or 0xEDE3FC) is known color: Magnolia. HEX triplet: ED, E3 and FC. RGB value is (237,227,252). Sum of RGB (Red+Green+Blue) = 237+227+252=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 227 (89.06% from 255 or 31.70% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDE3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3FC is #121C03. Grayscale: #E8E8E8. Windows color (decimal): -1186820 or 16573421. OLE color: 16573421.
HSL color Cylindrical-coordinate representation of color #EDE3FC: hue angle of 264º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDE3FC is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 227 | 252 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.01 |
| HSL | 264º | 0.81% | 0.94% | - |
| HSV(B) | 264º | 0.1% | 0.99% | - |
| XYZ | 79.96 | 79.97 | 103.32 | - |
| YUV | 232.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 252 | 0.06 | 0.10 | 0 | 0.01 | 264 | 0.81 | 0.94 |
| Hex | ED | E3 | FC | 6 | A | 0 | 1 | 108 | 51 | 5E |
| Octal | 355 | 343 | 374 | 6 | 12 | 0 | 1 | 410 | 121 | 136 |
| Binary | 11101101 | 11100011 | 11111100 | 110 | 1010 | 0 | 1 | 100001000 | 1010001 | 1011110 |
Color Harmonies of #EDE3FC
Complementary color
Monochromatic Colors of #EDE3FC
Black with #EDE3FC
Text Example
Text Example
White with #EDE3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3FC; }
p { color: rgb(237,227,252); }
H1.HeaderClassName
{
color: #EDE3FC;
}
.AnyTagClassName
{
color: #EDE3FC;
}
</style>
background-color css
<style>
a { background-color: #EDE3FC; }
a { background-color: rgb(237,227,252); }
div.DivClassName
{
background-color: #EDE3FC;
}
.BgClassName
{
background-color: #EDE3FC;
}
</style>
border-color css
<style>
span { border-color: #EDE3FC; }
span { border-color: rgb(237,227,252); }
td.TdClassName
{
border-color: #EDE3FC;
}
.TagClassName
{
border-color: #EDE3FC;
}
</style>