Shades of Magnolia #EDE1FC
Tints of Magnolia #EDE1FC
RGB
CMYK
RGB Variations
Color information
#EDE1FC (or 0xEDE1FC) is known color: Magnolia. HEX triplet: ED, E1 and FC. RGB value is (237,225,252). Sum of RGB (Red+Green+Blue) = 237+225+252=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 225 (88.28% from 255 or 31.51% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDE1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE1FC is #121E03. Grayscale: #E7E7E7. Windows color (decimal): -1187332 or 16572909. OLE color: 16572909.
HSL color Cylindrical-coordinate representation of color #EDE1FC: hue angle of 266.67º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDE1FC is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 225 | 252 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.01 |
| HSL | 266.67º | 0.82% | 0.94% | - |
| HSV(B) | 266.67º | 0.11% | 0.99% | - |
| XYZ | 79.42 | 78.88 | 103.14 | - |
| YUV | 231.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 252 | 0.06 | 0.11 | 0 | 0.01 | 266.67 | 0.82 | 0.94 |
| Hex | ED | E1 | FC | 6 | B | 0 | 1 | 10B | 52 | 5E |
| Octal | 355 | 341 | 374 | 6 | 13 | 0 | 1 | 413 | 122 | 136 |
| Binary | 11101101 | 11100001 | 11111100 | 110 | 1011 | 0 | 1 | 100001011 | 1010010 | 1011110 |
Color Harmonies of #EDE1FC
Complementary color
Monochromatic Colors of #EDE1FC
Black with #EDE1FC
Text Example
Text Example
White with #EDE1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE1FC; }
p { color: rgb(237,225,252); }
H1.HeaderClassName
{
color: #EDE1FC;
}
.AnyTagClassName
{
color: #EDE1FC;
}
</style>
background-color css
<style>
a { background-color: #EDE1FC; }
a { background-color: rgb(237,225,252); }
div.DivClassName
{
background-color: #EDE1FC;
}
.BgClassName
{
background-color: #EDE1FC;
}
</style>
border-color css
<style>
span { border-color: #EDE1FC; }
span { border-color: rgb(237,225,252); }
td.TdClassName
{
border-color: #EDE1FC;
}
.TagClassName
{
border-color: #EDE1FC;
}
</style>