Shades of Magnolia #EDE0FE
Tints of Magnolia #EDE0FE
RGB
CMYK
RGB Variations
Color information
#EDE0FE (or 0xEDE0FE) is known color: Magnolia. HEX triplet: ED, E0 and FE. RGB value is (237,224,254). Sum of RGB (Red+Green+Blue) = 237+224+254=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 224 (87.89% from 255 or 31.33% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDE0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0FE is #121F01. Grayscale: #E7E7E7. Windows color (decimal): -1187586 or 16703725. OLE color: 16703725.
HSL color Cylindrical-coordinate representation of color #EDE0FE: hue angle of 266º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDE0FE is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 224 | 254 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.00 |
| HSL | 266º | 0.94% | 0.94% | - |
| HSV(B) | 266º | 0.12% | 1% | - |
| XYZ | 79.47 | 78.47 | 104.72 | - |
| YUV | 231.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 254 | 0.07 | 0.12 | 0 | 0.00 | 266 | 0.94 | 0.94 |
| Hex | ED | E0 | FE | 7 | C | 0 | 0 | 10A | 5E | 5E |
| Octal | 355 | 340 | 376 | 7 | 14 | 0 | 0 | 412 | 136 | 136 |
| Binary | 11101101 | 11100000 | 11111110 | 111 | 1100 | 0 | 0 | 100001010 | 1011110 | 1011110 |
Color Harmonies of #EDE0FE
Complementary color
Monochromatic Colors of #EDE0FE
Black with #EDE0FE
Text Example
Text Example
White with #EDE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE0FE; }
p { color: rgb(237,224,254); }
H1.HeaderClassName
{
color: #EDE0FE;
}
.AnyTagClassName
{
color: #EDE0FE;
}
</style>
background-color css
<style>
a { background-color: #EDE0FE; }
a { background-color: rgb(237,224,254); }
div.DivClassName
{
background-color: #EDE0FE;
}
.BgClassName
{
background-color: #EDE0FE;
}
</style>
border-color css
<style>
span { border-color: #EDE0FE; }
span { border-color: rgb(237,224,254); }
td.TdClassName
{
border-color: #EDE0FE;
}
.TagClassName
{
border-color: #EDE0FE;
}
</style>