Shades of Magnolia #EDE5FC
Tints of Magnolia #EDE5FC
RGB
CMYK
RGB Variations
Color information
#EDE5FC (or 0xEDE5FC) is known color: Magnolia. HEX triplet: ED, E5 and FC. RGB value is (237,229,252). Sum of RGB (Red+Green+Blue) = 237+229+252=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 229 (89.84% from 255 or 31.89% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDE5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5FC is #121A03. Grayscale: #E9E9E9. Windows color (decimal): -1186308 or 16573933. OLE color: 16573933.
HSL color Cylindrical-coordinate representation of color #EDE5FC: hue angle of 260.87º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE5FC is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 229 | 252 | - |
CMYK | 0.06 | 0.09 | 0 | 0.01 |
HSL | 260.87º | 0.79% | 0.94% | - |
HSV(B) | 260.87º | 0.09% | 0.99% | - |
XYZ | 80.52 | 81.07 | 103.5 | - |
YUV | 234.01 | 138.15 | 130.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 229 | 252 | 0.06 | 0.09 | 0 | 0.01 | 260.87 | 0.79 | 0.94 |
Hex | ED | E5 | FC | 6 | 9 | 0 | 1 | 105 | 4F | 5E |
Octal | 355 | 345 | 374 | 6 | 11 | 0 | 1 | 405 | 117 | 136 |
Binary | 11101101 | 11100101 | 11111100 | 110 | 1001 | 0 | 1 | 100000101 | 1001111 | 1011110 |
Color Harmonies of #EDE5FC
Complementary color
Monochromatic Colors of #EDE5FC
Black with #EDE5FC
Text Example
Text Example
White with #EDE5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5FC; }
p { color: rgb(237,229,252); }
H1.HeaderClassName
{
color: #EDE5FC;
}
.AnyTagClassName
{
color: #EDE5FC;
}
</style>
background-color css
<style>
a { background-color: #EDE5FC; }
a { background-color: rgb(237,229,252); }
div.DivClassName
{
background-color: #EDE5FC;
}
.BgClassName
{
background-color: #EDE5FC;
}
</style>
border-color css
<style>
span { border-color: #EDE5FC; }
span { border-color: rgb(237,229,252); }
td.TdClassName
{
border-color: #EDE5FC;
}
.TagClassName
{
border-color: #EDE5FC;
}
</style>