Shades of Magnolia #EDE6FC
Tints of Magnolia #EDE6FC
RGB
CMYK
RGB Variations
Color information
#EDE6FC (or 0xEDE6FC) is known color: Magnolia. HEX triplet: ED, E6 and FC. RGB value is (237,230,252). Sum of RGB (Red+Green+Blue) = 237+230+252=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 230 (90.23% from 255 or 31.99% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDE6FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6FC is #121903. Grayscale: #EAEAEA. Windows color (decimal): -1186052 or 16574189. OLE color: 16574189.
HSL color Cylindrical-coordinate representation of color #EDE6FC: hue angle of 259.09º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE6FC is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 230 | 252 | - |
CMYK | 0.06 | 0.09 | 0 | 0.01 |
HSL | 259.09º | 0.79% | 0.95% | - |
HSV(B) | 259.09º | 0.09% | 0.99% | - |
XYZ | 80.79 | 81.63 | 103.59 | - |
YUV | 234.6 | 137.82 | 129.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 230 | 252 | 0.06 | 0.09 | 0 | 0.01 | 259.09 | 0.79 | 0.95 |
Hex | ED | E6 | FC | 6 | 9 | 0 | 1 | 103 | 4F | 5F |
Octal | 355 | 346 | 374 | 6 | 11 | 0 | 1 | 403 | 117 | 137 |
Binary | 11101101 | 11100110 | 11111100 | 110 | 1001 | 0 | 1 | 100000011 | 1001111 | 1011111 |
Color Harmonies of #EDE6FC
Complementary color
Monochromatic Colors of #EDE6FC
Black with #EDE6FC
Text Example
Text Example
White with #EDE6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE6FC; }
p { color: rgb(237,230,252); }
H1.HeaderClassName
{
color: #EDE6FC;
}
.AnyTagClassName
{
color: #EDE6FC;
}
</style>
background-color css
<style>
a { background-color: #EDE6FC; }
a { background-color: rgb(237,230,252); }
div.DivClassName
{
background-color: #EDE6FC;
}
.BgClassName
{
background-color: #EDE6FC;
}
</style>
border-color css
<style>
span { border-color: #EDE6FC; }
span { border-color: rgb(237,230,252); }
td.TdClassName
{
border-color: #EDE6FC;
}
.TagClassName
{
border-color: #EDE6FC;
}
</style>