Shades of Magnolia #EDE6FD
Tints of Magnolia #EDE6FD
RGB
CMYK
RGB Variations
Color information
#EDE6FD (or 0xEDE6FD) is known color: Magnolia. HEX triplet: ED, E6 and FD. RGB value is (237,230,253). Sum of RGB (Red+Green+Blue) = 237+230+253=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 230 (90.23% from 255 or 31.94% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDE6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6FD is #121902. Grayscale: #EAEAEA. Windows color (decimal): -1186051 or 16639725. OLE color: 16639725.
HSL color Cylindrical-coordinate representation of color #EDE6FD: hue angle of 258.26º degrees, saturation: 0.85, 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 #EDE6FD is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 230 | 253 | - |
CMYK | 0.06 | 0.09 | 0 | 0.01 |
HSL | 258.26º | 0.85% | 0.95% | - |
HSV(B) | 258.26º | 0.09% | 0.99% | - |
XYZ | 80.95 | 81.69 | 104.43 | - |
YUV | 234.72 | 138.32 | 129.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 230 | 253 | 0.06 | 0.09 | 0 | 0.01 | 258.26 | 0.85 | 0.95 |
Hex | ED | E6 | FD | 6 | 9 | 0 | 1 | 102 | 55 | 5F |
Octal | 355 | 346 | 375 | 6 | 11 | 0 | 1 | 402 | 125 | 137 |
Binary | 11101101 | 11100110 | 11111101 | 110 | 1001 | 0 | 1 | 100000010 | 1010101 | 1011111 |
Color Harmonies of #EDE6FD
Complementary color
Monochromatic Colors of #EDE6FD
Black with #EDE6FD
Text Example
Text Example
White with #EDE6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE6FD; }
p { color: rgb(237,230,253); }
H1.HeaderClassName
{
color: #EDE6FD;
}
.AnyTagClassName
{
color: #EDE6FD;
}
</style>
background-color css
<style>
a { background-color: #EDE6FD; }
a { background-color: rgb(237,230,253); }
div.DivClassName
{
background-color: #EDE6FD;
}
.BgClassName
{
background-color: #EDE6FD;
}
</style>
border-color css
<style>
span { border-color: #EDE6FD; }
span { border-color: rgb(237,230,253); }
td.TdClassName
{
border-color: #EDE6FD;
}
.TagClassName
{
border-color: #EDE6FD;
}
</style>