Shades of Magnolia #EDE9F9
Tints of Magnolia #EDE9F9
RGB
CMYK
RGB Variations
Color information
#EDE9F9 (or 0xEDE9F9) is known color: Magnolia. HEX triplet: ED, E9 and F9. RGB value is (237,233,249). Sum of RGB (Red+Green+Blue) = 237+233+249=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 233 (91.41% from 255 or 32.41% from 719); Blue value is 249 (97.66% from 255 or 34.63% from 719); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDE9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9F9 is #121606. Grayscale: #EBEBEB. Windows color (decimal): -1185287 or 16378349. OLE color: 16378349.
HSL color Cylindrical-coordinate representation of color #EDE9F9: hue angle of 255º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDE9F9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 233 | 249 | - |
CMYK | 0.05 | 0.06 | 0 | 0.02 |
HSL | 255º | 0.57% | 0.95% | - |
HSV(B) | 255º | 0.06% | 0.98% | - |
XYZ | 81.16 | 83.12 | 101.39 | - |
YUV | 236.02 | 135.33 | 128.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 233 | 249 | 0.05 | 0.06 | 0 | 0.02 | 255 | 0.57 | 0.95 |
Hex | ED | E9 | F9 | 5 | 6 | 0 | 2 | FF | 39 | 5F |
Octal | 355 | 351 | 371 | 5 | 6 | 0 | 2 | 377 | 71 | 137 |
Binary | 11101101 | 11101001 | 11111001 | 101 | 110 | 0 | 10 | 11111111 | 111001 | 1011111 |
Color Harmonies of #EDE9F9
Complementary color
Monochromatic Colors of #EDE9F9
Black with #EDE9F9
Text Example
Text Example
White with #EDE9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE9F9; }
p { color: rgb(237,233,249); }
H1.HeaderClassName
{
color: #EDE9F9;
}
.AnyTagClassName
{
color: #EDE9F9;
}
</style>
background-color css
<style>
a { background-color: #EDE9F9; }
a { background-color: rgb(237,233,249); }
div.DivClassName
{
background-color: #EDE9F9;
}
.BgClassName
{
background-color: #EDE9F9;
}
</style>
border-color css
<style>
span { border-color: #EDE9F9; }
span { border-color: rgb(237,233,249); }
td.TdClassName
{
border-color: #EDE9F9;
}
.TagClassName
{
border-color: #EDE9F9;
}
</style>