Shades of Magnolia #EDE2FA
Tints of Magnolia #EDE2FA
RGB
CMYK
RGB Variations
Color information
#EDE2FA (or 0xEDE2FA) is known color: Magnolia. HEX triplet: ED, E2 and FA. RGB value is (237,226,250). Sum of RGB (Red+Green+Blue) = 237+226+250=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 226 (88.67% from 255 or 31.70% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDE2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2FA is #121D05. Grayscale: #E7E7E7. Windows color (decimal): -1187078 or 16442093. OLE color: 16442093.
HSL color Cylindrical-coordinate representation of color #EDE2FA: hue angle of 267.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDE2FA is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 226 | 250 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.02 |
| HSL | 267.5º | 0.71% | 0.93% | - |
| HSV(B) | 267.5º | 0.1% | 0.98% | - |
| XYZ | 79.38 | 79.3 | 101.57 | - |
| YUV | 232.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 250 | 0.05 | 0.10 | 0 | 0.02 | 267.5 | 0.71 | 0.93 |
| Hex | ED | E2 | FA | 5 | A | 0 | 2 | 10C | 47 | 5D |
| Octal | 355 | 342 | 372 | 5 | 12 | 0 | 2 | 414 | 107 | 135 |
| Binary | 11101101 | 11100010 | 11111010 | 101 | 1010 | 0 | 10 | 100001100 | 1000111 | 1011101 |
Color Harmonies of #EDE2FA
Complementary color
Monochromatic Colors of #EDE2FA
Black with #EDE2FA
Text Example
Text Example
White with #EDE2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2FA; }
p { color: rgb(237,226,250); }
H1.HeaderClassName
{
color: #EDE2FA;
}
.AnyTagClassName
{
color: #EDE2FA;
}
</style>
background-color css
<style>
a { background-color: #EDE2FA; }
a { background-color: rgb(237,226,250); }
div.DivClassName
{
background-color: #EDE2FA;
}
.BgClassName
{
background-color: #EDE2FA;
}
</style>
border-color css
<style>
span { border-color: #EDE2FA; }
span { border-color: rgb(237,226,250); }
td.TdClassName
{
border-color: #EDE2FA;
}
.TagClassName
{
border-color: #EDE2FA;
}
</style>