Shades of Magnolia #EDE9F3
Tints of Magnolia #EDE9F3
RGB
CMYK
RGB Variations
Color information
#EDE9F3 (or 0xEDE9F3) is known color: Magnolia. HEX triplet: ED, E9 and F3. RGB value is (237,233,243). Sum of RGB (Red+Green+Blue) = 237+233+243=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 233 (91.41% from 255 or 32.68% from 713); Blue value is 243 (95.31% from 255 or 34.08% from 713); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDE9F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9F3 is #12160C. Grayscale: #EBEBEB. Windows color (decimal): -1185293 or 15985133. OLE color: 15985133.
HSL color Cylindrical-coordinate representation of color #EDE9F3: hue angle of 264º degrees, saturation: 0.29, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDE9F3 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 233 | 243 | - |
CMYK | 0.02 | 0.04 | 0 | 0.05 |
HSL | 264º | 0.29% | 0.93% | - |
HSV(B) | 264º | 0.04% | 0.95% | - |
XYZ | 80.24 | 82.75 | 96.54 | - |
YUV | 235.34 | 132.33 | 129.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 233 | 243 | 0.02 | 0.04 | 0 | 0.05 | 264 | 0.29 | 0.93 |
Hex | ED | E9 | F3 | 2 | 4 | 0 | 5 | 108 | 1D | 5D |
Octal | 355 | 351 | 363 | 2 | 4 | 0 | 5 | 410 | 35 | 135 |
Binary | 11101101 | 11101001 | 11110011 | 10 | 100 | 0 | 101 | 100001000 | 11101 | 1011101 |
Color Harmonies of #EDE9F3
Complementary color
Monochromatic Colors of #EDE9F3
Black with #EDE9F3
Text Example
Text Example
White with #EDE9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE9F3; }
p { color: rgb(237,233,243); }
H1.HeaderClassName
{
color: #EDE9F3;
}
.AnyTagClassName
{
color: #EDE9F3;
}
</style>
background-color css
<style>
a { background-color: #EDE9F3; }
a { background-color: rgb(237,233,243); }
div.DivClassName
{
background-color: #EDE9F3;
}
.BgClassName
{
background-color: #EDE9F3;
}
</style>
border-color css
<style>
span { border-color: #EDE9F3; }
span { border-color: rgb(237,233,243); }
td.TdClassName
{
border-color: #EDE9F3;
}
.TagClassName
{
border-color: #EDE9F3;
}
</style>