Shades of Magnolia #EDE2FE
Tints of Magnolia #EDE2FE
RGB
CMYK
RGB Variations
Color information
#EDE2FE (or 0xEDE2FE) is known color: Magnolia. HEX triplet: ED, E2 and FE. RGB value is (237,226,254). Sum of RGB (Red+Green+Blue) = 237+226+254=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 226 (88.67% from 255 or 31.52% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDE2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2FE is #121D01. Grayscale: #E8E8E8. Windows color (decimal): -1187074 or 16704237. OLE color: 16704237.
HSL color Cylindrical-coordinate representation of color #EDE2FE: hue angle of 263.57º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDE2FE is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 226 | 254 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.00 |
| HSL | 263.57º | 0.93% | 0.94% | - |
| HSV(B) | 263.57º | 0.11% | 1% | - |
| XYZ | 80.01 | 79.55 | 104.9 | - |
| YUV | 232.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 254 | 0.07 | 0.11 | 0 | 0.00 | 263.57 | 0.93 | 0.94 |
| Hex | ED | E2 | FE | 7 | B | 0 | 0 | 108 | 5D | 5E |
| Octal | 355 | 342 | 376 | 7 | 13 | 0 | 0 | 410 | 135 | 136 |
| Binary | 11101101 | 11100010 | 11111110 | 111 | 1011 | 0 | 0 | 100001000 | 1011101 | 1011110 |
Color Harmonies of #EDE2FE
Complementary color
Monochromatic Colors of #EDE2FE
Black with #EDE2FE
Text Example
Text Example
White with #EDE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2FE; }
p { color: rgb(237,226,254); }
H1.HeaderClassName
{
color: #EDE2FE;
}
.AnyTagClassName
{
color: #EDE2FE;
}
</style>
background-color css
<style>
a { background-color: #EDE2FE; }
a { background-color: rgb(237,226,254); }
div.DivClassName
{
background-color: #EDE2FE;
}
.BgClassName
{
background-color: #EDE2FE;
}
</style>
border-color css
<style>
span { border-color: #EDE2FE; }
span { border-color: rgb(237,226,254); }
td.TdClassName
{
border-color: #EDE2FE;
}
.TagClassName
{
border-color: #EDE2FE;
}
</style>