Shades of Magnolia #EDE9F5
Tints of Magnolia #EDE9F5
RGB
CMYK
RGB Variations
Color information
#EDE9F5 (or 0xEDE9F5) is known color: Magnolia. HEX triplet: ED, E9 and F5. RGB value is (237,233,245). Sum of RGB (Red+Green+Blue) = 237+233+245=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 233 (91.41% from 255 or 32.59% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDE9F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9F5 is #12160A. Grayscale: #EBEBEB. Windows color (decimal): -1185291 or 16116205. OLE color: 16116205.
HSL color Cylindrical-coordinate representation of color #EDE9F5: hue angle of 260º degrees, saturation: 0.38, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE9F5 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 237 | 233 | 245 | - |
CMYK | 0.03 | 0.05 | 0 | 0.04 |
HSL | 260º | 0.38% | 0.94% | - |
HSV(B) | 260º | 0.05% | 0.96% | - |
XYZ | 80.55 | 82.87 | 98.14 | - |
YUV | 235.56 | 133.33 | 129.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 233 | 245 | 0.03 | 0.05 | 0 | 0.04 | 260 | 0.38 | 0.94 |
Hex | ED | E9 | F5 | 3 | 5 | 0 | 4 | 104 | 26 | 5E |
Octal | 355 | 351 | 365 | 3 | 5 | 0 | 4 | 404 | 46 | 136 |
Binary | 11101101 | 11101001 | 11110101 | 11 | 101 | 0 | 100 | 100000100 | 100110 | 1011110 |
Color Harmonies of #EDE9F5
Complementary color
Monochromatic Colors of #EDE9F5
Black with #EDE9F5
Text Example
Text Example
White with #EDE9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE9F5; }
p { color: rgb(237,233,245); }
H1.HeaderClassName
{
color: #EDE9F5;
}
.AnyTagClassName
{
color: #EDE9F5;
}
</style>
background-color css
<style>
a { background-color: #EDE9F5; }
a { background-color: rgb(237,233,245); }
div.DivClassName
{
background-color: #EDE9F5;
}
.BgClassName
{
background-color: #EDE9F5;
}
</style>
border-color css
<style>
span { border-color: #EDE9F5; }
span { border-color: rgb(237,233,245); }
td.TdClassName
{
border-color: #EDE9F5;
}
.TagClassName
{
border-color: #EDE9F5;
}
</style>