Shades of Magnolia #EDE8FC
Tints of Magnolia #EDE8FC
RGB
CMYK
RGB Variations
Color information
#EDE8FC (or 0xEDE8FC) is known color: Magnolia. HEX triplet: ED, E8 and FC. RGB value is (237,232,252). Sum of RGB (Red+Green+Blue) = 237+232+252=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 232 (91.02% from 255 or 32.18% from 721); Blue value is 252 (98.83% from 255 or 34.95% from 721); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDE8FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8FC is #121703. Grayscale: #EBEBEB. Windows color (decimal): -1185540 or 16574701. OLE color: 16574701.
HSL color Cylindrical-coordinate representation of color #EDE8FC: hue angle of 255º degrees, saturation: 0.77, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDE8FC is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 232 | 252 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.01 |
| HSL | 255º | 0.77% | 0.95% | - |
| HSV(B) | 255º | 0.08% | 0.99% | - |
| XYZ | 81.35 | 82.75 | 103.78 | - |
| YUV | 235.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 252 | 0.06 | 0.08 | 0 | 0.01 | 255 | 0.77 | 0.95 |
| Hex | ED | E8 | FC | 6 | 8 | 0 | 1 | FF | 4D | 5F |
| Octal | 355 | 350 | 374 | 6 | 10 | 0 | 1 | 377 | 115 | 137 |
| Binary | 11101101 | 11101000 | 11111100 | 110 | 1000 | 0 | 1 | 11111111 | 1001101 | 1011111 |
Color Harmonies of #EDE8FC
Complementary color
Monochromatic Colors of #EDE8FC
Black with #EDE8FC
Text Example
Text Example
White with #EDE8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE8FC; }
p { color: rgb(237,232,252); }
H1.HeaderClassName
{
color: #EDE8FC;
}
.AnyTagClassName
{
color: #EDE8FC;
}
</style>
background-color css
<style>
a { background-color: #EDE8FC; }
a { background-color: rgb(237,232,252); }
div.DivClassName
{
background-color: #EDE8FC;
}
.BgClassName
{
background-color: #EDE8FC;
}
</style>
border-color css
<style>
span { border-color: #EDE8FC; }
span { border-color: rgb(237,232,252); }
td.TdClassName
{
border-color: #EDE8FC;
}
.TagClassName
{
border-color: #EDE8FC;
}
</style>