Shades of Magnolia #EDE6F9
Tints of Magnolia #EDE6F9
RGB
CMYK
RGB Variations
Color information
#EDE6F9 (or 0xEDE6F9) is known color: Magnolia. HEX triplet: ED, E6 and F9. RGB value is (237,230,249). Sum of RGB (Red+Green+Blue) = 237+230+249=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 230 (90.23% from 255 or 32.12% from 716); Blue value is 249 (97.66% from 255 or 34.78% from 716); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDE6F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6F9 is #121906. Grayscale: #EAEAEA. Windows color (decimal): -1186055 or 16377581. OLE color: 16377581.
HSL color Cylindrical-coordinate representation of color #EDE6F9: hue angle of 262.11º degrees, saturation: 0.61, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDE6F9 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 230 | 249 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.02 |
| HSL | 262.11º | 0.61% | 0.94% | - |
| HSV(B) | 262.11º | 0.08% | 0.98% | - |
| XYZ | 80.32 | 81.44 | 101.11 | - |
| YUV | 234.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 249 | 0.05 | 0.08 | 0 | 0.02 | 262.11 | 0.61 | 0.94 |
| Hex | ED | E6 | F9 | 5 | 8 | 0 | 2 | 106 | 3D | 5E |
| Octal | 355 | 346 | 371 | 5 | 10 | 0 | 2 | 406 | 75 | 136 |
| Binary | 11101101 | 11100110 | 11111001 | 101 | 1000 | 0 | 10 | 100000110 | 111101 | 1011110 |
Color Harmonies of #EDE6F9
Complementary color
Monochromatic Colors of #EDE6F9
Black with #EDE6F9
Text Example
Text Example
White with #EDE6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE6F9; }
p { color: rgb(237,230,249); }
H1.HeaderClassName
{
color: #EDE6F9;
}
.AnyTagClassName
{
color: #EDE6F9;
}
</style>
background-color css
<style>
a { background-color: #EDE6F9; }
a { background-color: rgb(237,230,249); }
div.DivClassName
{
background-color: #EDE6F9;
}
.BgClassName
{
background-color: #EDE6F9;
}
</style>
border-color css
<style>
span { border-color: #EDE6F9; }
span { border-color: rgb(237,230,249); }
td.TdClassName
{
border-color: #EDE6F9;
}
.TagClassName
{
border-color: #EDE6F9;
}
</style>