Shades of Magnolia #EDE8FE
Tints of Magnolia #EDE8FE
RGB
CMYK
RGB Variations
Color information
#EDE8FE (or 0xEDE8FE) is known color: Magnolia. HEX triplet: ED, E8 and FE. RGB value is (237,232,254). Sum of RGB (Red+Green+Blue) = 237+232+254=723 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.78% from 723); Green value is 232 (91.02% from 255 or 32.09% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDE8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8FE is #121701. Grayscale: #EBEBEB. Windows color (decimal): -1185538 or 16705773. OLE color: 16705773.
HSL color Cylindrical-coordinate representation of color #EDE8FE: hue angle of 253.64º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE8FE is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 232 | 254 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.00 |
| HSL | 253.64º | 0.92% | 0.95% | - |
| HSV(B) | 253.64º | 0.09% | 1% | - |
| XYZ | 81.67 | 82.87 | 105.46 | - |
| YUV | 236 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 254 | 0.07 | 0.09 | 0 | 0.00 | 253.64 | 0.92 | 0.95 |
| Hex | ED | E8 | FE | 7 | 9 | 0 | 0 | FE | 5C | 5F |
| Octal | 355 | 350 | 376 | 7 | 11 | 0 | 0 | 376 | 134 | 137 |
| Binary | 11101101 | 11101000 | 11111110 | 111 | 1001 | 0 | 0 | 11111110 | 1011100 | 1011111 |
Color Harmonies of #EDE8FE
Complementary color
Monochromatic Colors of #EDE8FE
Black with #EDE8FE
Text Example
Text Example
White with #EDE8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE8FE; }
p { color: rgb(237,232,254); }
H1.HeaderClassName
{
color: #EDE8FE;
}
.AnyTagClassName
{
color: #EDE8FE;
}
</style>
background-color css
<style>
a { background-color: #EDE8FE; }
a { background-color: rgb(237,232,254); }
div.DivClassName
{
background-color: #EDE8FE;
}
.BgClassName
{
background-color: #EDE8FE;
}
</style>
border-color css
<style>
span { border-color: #EDE8FE; }
span { border-color: rgb(237,232,254); }
td.TdClassName
{
border-color: #EDE8FE;
}
.TagClassName
{
border-color: #EDE8FE;
}
</style>