Shades of Magnolia #EDE6FF
Tints of Magnolia #EDE6FF
RGB
CMYK
RGB Variations
Color information
#EDE6FF (or 0xEDE6FF) is known color: Magnolia. HEX triplet: ED, E6 and FF. RGB value is (237,230,255). Sum of RGB (Red+Green+Blue) = 237+230+255=722 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.83% from 722); Green value is 230 (90.23% from 255 or 31.86% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDE6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6FF is #121900. Grayscale: #EAEAEA. Windows color (decimal): -1186049 or 16770797. OLE color: 16770797.
HSL color Cylindrical-coordinate representation of color #EDE6FF: hue angle of 256.8º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDE6FF is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 230 | 255 | - |
| CMYK | 0.07 | 0.10 | 0 | 0 |
| HSL | 256.8º | 1% | 0.95% | - |
| HSV(B) | 256.8º | 0.1% | 1% | - |
| XYZ | 81.27 | 81.82 | 106.12 | - |
| YUV | 234.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 255 | 0.07 | 0.10 | 0 | 0 | 256.8 | 1 | 0.95 |
| Hex | ED | E6 | FF | 7 | A | 0 | 0 | 101 | 64 | 5F |
| Octal | 355 | 346 | 377 | 7 | 12 | 0 | 0 | 401 | 144 | 137 |
| Binary | 11101101 | 11100110 | 11111111 | 111 | 1010 | 0 | 0 | 100000001 | 1100100 | 1011111 |
Color Harmonies of #EDE6FF
Complementary color
Monochromatic Colors of #EDE6FF
Black with #EDE6FF
Text Example
Text Example
White with #EDE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE6FF; }
p { color: rgb(237,230,255); }
H1.HeaderClassName
{
color: #EDE6FF;
}
.AnyTagClassName
{
color: #EDE6FF;
}
</style>
background-color css
<style>
a { background-color: #EDE6FF; }
a { background-color: rgb(237,230,255); }
div.DivClassName
{
background-color: #EDE6FF;
}
.BgClassName
{
background-color: #EDE6FF;
}
</style>
border-color css
<style>
span { border-color: #EDE6FF; }
span { border-color: rgb(237,230,255); }
td.TdClassName
{
border-color: #EDE6FF;
}
.TagClassName
{
border-color: #EDE6FF;
}
</style>