Shades of Magnolia #EDE8F9
Tints of Magnolia #EDE8F9
RGB
CMYK
RGB Variations
Color information
#EDE8F9 (or 0xEDE8F9) is known color: Magnolia. HEX triplet: ED, E8 and F9. RGB value is (237,232,249). Sum of RGB (Red+Green+Blue) = 237+232+249=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 232 (91.02% from 255 or 32.31% from 718); Blue value is 249 (97.66% from 255 or 34.68% from 718); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDE8F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8F9 is #121706. Grayscale: #EBEBEB. Windows color (decimal): -1185543 or 16378093. OLE color: 16378093.
HSL color Cylindrical-coordinate representation of color #EDE8F9: hue angle of 257.65º degrees, saturation: 0.59, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDE8F9 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 232 | 249 | - |
CMYK | 0.05 | 0.07 | 0 | 0.02 |
HSL | 257.65º | 0.59% | 0.94% | - |
HSV(B) | 257.65º | 0.07% | 0.98% | - |
XYZ | 80.88 | 82.56 | 101.29 | - |
YUV | 235.43 | 135.66 | 129.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 232 | 249 | 0.05 | 0.07 | 0 | 0.02 | 257.65 | 0.59 | 0.94 |
Hex | ED | E8 | F9 | 5 | 7 | 0 | 2 | 102 | 3B | 5E |
Octal | 355 | 350 | 371 | 5 | 7 | 0 | 2 | 402 | 73 | 136 |
Binary | 11101101 | 11101000 | 11111001 | 101 | 111 | 0 | 10 | 100000010 | 111011 | 1011110 |
Color Harmonies of #EDE8F9
Complementary color
Monochromatic Colors of #EDE8F9
Black with #EDE8F9
Text Example
Text Example
White with #EDE8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE8F9; }
p { color: rgb(237,232,249); }
H1.HeaderClassName
{
color: #EDE8F9;
}
.AnyTagClassName
{
color: #EDE8F9;
}
</style>
background-color css
<style>
a { background-color: #EDE8F9; }
a { background-color: rgb(237,232,249); }
div.DivClassName
{
background-color: #EDE8F9;
}
.BgClassName
{
background-color: #EDE8F9;
}
</style>
border-color css
<style>
span { border-color: #EDE8F9; }
span { border-color: rgb(237,232,249); }
td.TdClassName
{
border-color: #EDE8F9;
}
.TagClassName
{
border-color: #EDE8F9;
}
</style>