Shades of Magnolia #EDE0FD
Tints of Magnolia #EDE0FD
RGB
CMYK
RGB Variations
Color information
#EDE0FD (or 0xEDE0FD) is known color: Magnolia. HEX triplet: ED, E0 and FD. RGB value is (237,224,253). Sum of RGB (Red+Green+Blue) = 237+224+253=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 224 (87.89% from 255 or 31.37% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDE0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0FD is #121F02. Grayscale: #E7E7E7. Windows color (decimal): -1187587 or 16638189. OLE color: 16638189.
HSL color Cylindrical-coordinate representation of color #EDE0FD: hue angle of 266.9º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDE0FD is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 224 | 253 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.01 |
| HSL | 266.9º | 0.88% | 0.94% | - |
| HSV(B) | 266.9º | 0.11% | 0.99% | - |
| XYZ | 79.31 | 78.41 | 103.88 | - |
| YUV | 231.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 253 | 0.06 | 0.11 | 0 | 0.01 | 266.9 | 0.88 | 0.94 |
| Hex | ED | E0 | FD | 6 | B | 0 | 1 | 10B | 58 | 5E |
| Octal | 355 | 340 | 375 | 6 | 13 | 0 | 1 | 413 | 130 | 136 |
| Binary | 11101101 | 11100000 | 11111101 | 110 | 1011 | 0 | 1 | 100001011 | 1011000 | 1011110 |
Color Harmonies of #EDE0FD
Complementary color
Monochromatic Colors of #EDE0FD
Black with #EDE0FD
Text Example
Text Example
White with #EDE0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE0FD; }
p { color: rgb(237,224,253); }
H1.HeaderClassName
{
color: #EDE0FD;
}
.AnyTagClassName
{
color: #EDE0FD;
}
</style>
background-color css
<style>
a { background-color: #EDE0FD; }
a { background-color: rgb(237,224,253); }
div.DivClassName
{
background-color: #EDE0FD;
}
.BgClassName
{
background-color: #EDE0FD;
}
</style>
border-color css
<style>
span { border-color: #EDE0FD; }
span { border-color: rgb(237,224,253); }
td.TdClassName
{
border-color: #EDE0FD;
}
.TagClassName
{
border-color: #EDE0FD;
}
</style>