Shades of Magnolia #EDE1FD
Tints of Magnolia #EDE1FD
RGB
CMYK
RGB Variations
Color information
#EDE1FD (or 0xEDE1FD) is known color: Magnolia. HEX triplet: ED, E1 and FD. RGB value is (237,225,253). Sum of RGB (Red+Green+Blue) = 237+225+253=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 225 (88.28% from 255 or 31.47% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDE1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE1FD is #121E02. Grayscale: #E7E7E7. Windows color (decimal): -1187331 or 16638445. OLE color: 16638445.
HSL color Cylindrical-coordinate representation of color #EDE1FD: hue angle of 265.71º degrees, saturation: 0.88, 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 #EDE1FD is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 225 | 253 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.01 |
| HSL | 265.71º | 0.88% | 0.94% | - |
| HSV(B) | 265.71º | 0.11% | 0.99% | - |
| XYZ | 79.58 | 78.95 | 103.97 | - |
| YUV | 231.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 253 | 0.06 | 0.11 | 0 | 0.01 | 265.71 | 0.88 | 0.94 |
| Hex | ED | E1 | FD | 6 | B | 0 | 1 | 10A | 58 | 5E |
| Octal | 355 | 341 | 375 | 6 | 13 | 0 | 1 | 412 | 130 | 136 |
| Binary | 11101101 | 11100001 | 11111101 | 110 | 1011 | 0 | 1 | 100001010 | 1011000 | 1011110 |
Color Harmonies of #EDE1FD
Complementary color
Monochromatic Colors of #EDE1FD
Black with #EDE1FD
Text Example
Text Example
White with #EDE1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE1FD; }
p { color: rgb(237,225,253); }
H1.HeaderClassName
{
color: #EDE1FD;
}
.AnyTagClassName
{
color: #EDE1FD;
}
</style>
background-color css
<style>
a { background-color: #EDE1FD; }
a { background-color: rgb(237,225,253); }
div.DivClassName
{
background-color: #EDE1FD;
}
.BgClassName
{
background-color: #EDE1FD;
}
</style>
border-color css
<style>
span { border-color: #EDE1FD; }
span { border-color: rgb(237,225,253); }
td.TdClassName
{
border-color: #EDE1FD;
}
.TagClassName
{
border-color: #EDE1FD;
}
</style>