Shades of Magnolia #EDE7F5
Tints of Magnolia #EDE7F5
RGB
CMYK
RGB Variations
Color information
#EDE7F5 (or 0xEDE7F5) is known color: Magnolia. HEX triplet: ED, E7 and F5. RGB value is (237,231,245). Sum of RGB (Red+Green+Blue) = 237+231+245=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 231 (90.62% from 255 or 32.40% from 713); Blue value is 245 (96.09% from 255 or 34.36% from 713); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDE7F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7F5 is #12180A. Grayscale: #EAEAEA. Windows color (decimal): -1185803 or 16115693. OLE color: 16115693.
HSL color Cylindrical-coordinate representation of color #EDE7F5: hue angle of 265.71º degrees, saturation: 0.41, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDE7F5 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 237 | 231 | 245 | - |
CMYK | 0.03 | 0.06 | 0 | 0.04 |
HSL | 265.71º | 0.41% | 0.93% | - |
HSV(B) | 265.71º | 0.06% | 0.96% | - |
XYZ | 79.98 | 81.75 | 97.95 | - |
YUV | 234.39 | 133.99 | 129.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 231 | 245 | 0.03 | 0.06 | 0 | 0.04 | 265.71 | 0.41 | 0.93 |
Hex | ED | E7 | F5 | 3 | 6 | 0 | 4 | 10A | 29 | 5D |
Octal | 355 | 347 | 365 | 3 | 6 | 0 | 4 | 412 | 51 | 135 |
Binary | 11101101 | 11100111 | 11110101 | 11 | 110 | 0 | 100 | 100001010 | 101001 | 1011101 |
Color Harmonies of #EDE7F5
Complementary color
Monochromatic Colors of #EDE7F5
Black with #EDE7F5
Text Example
Text Example
White with #EDE7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE7F5; }
p { color: rgb(237,231,245); }
H1.HeaderClassName
{
color: #EDE7F5;
}
.AnyTagClassName
{
color: #EDE7F5;
}
</style>
background-color css
<style>
a { background-color: #EDE7F5; }
a { background-color: rgb(237,231,245); }
div.DivClassName
{
background-color: #EDE7F5;
}
.BgClassName
{
background-color: #EDE7F5;
}
</style>
border-color css
<style>
span { border-color: #EDE7F5; }
span { border-color: rgb(237,231,245); }
td.TdClassName
{
border-color: #EDE7F5;
}
.TagClassName
{
border-color: #EDE7F5;
}
</style>