Shades of Magnolia #E7D8FF
Tints of Magnolia #E7D8FF
RGB
CMYK
RGB Variations
Color information
#E7D8FF (or 0xE7D8FF) is known color: Magnolia. HEX triplet: E7, D8 and FF. RGB value is (231,216,255). Sum of RGB (Red+Green+Blue) = 231+216+255=702 (92% of max value = 765). Red value is 231 (90.62% from 255 or 32.91% from 702); Green value is 216 (84.77% from 255 or 30.77% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7D8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D8FF is #182700. Grayscale: #E0E0E0. Windows color (decimal): -1582849 or 16767207. OLE color: 16767207.
HSL color Cylindrical-coordinate representation of color #E7D8FF: hue angle of 263.08º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7D8FF is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 216 | 255 | - |
| CMYK | 0.09 | 0.15 | 0 | 0 |
| HSL | 263.08º | 1% | 0.92% | - |
| HSV(B) | 263.08º | 0.15% | 1% | - |
| XYZ | 75.56 | 73.32 | 104.78 | - |
| YUV | 224.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 255 | 0.09 | 0.15 | 0 | 0 | 263.08 | 1 | 0.92 |
| Hex | E7 | D8 | FF | 9 | F | 0 | 0 | 107 | 64 | 5C |
| Octal | 347 | 330 | 377 | 11 | 17 | 0 | 0 | 407 | 144 | 134 |
| Binary | 11100111 | 11011000 | 11111111 | 1001 | 1111 | 0 | 0 | 100000111 | 1100100 | 1011100 |
Color Harmonies of #E7D8FF
Complementary color
Monochromatic Colors of #E7D8FF
Black with #E7D8FF
Text Example
Text Example
White with #E7D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D8FF; }
p { color: rgb(231,216,255); }
H1.HeaderClassName
{
color: #E7D8FF;
}
.AnyTagClassName
{
color: #E7D8FF;
}
</style>
background-color css
<style>
a { background-color: #E7D8FF; }
a { background-color: rgb(231,216,255); }
div.DivClassName
{
background-color: #E7D8FF;
}
.BgClassName
{
background-color: #E7D8FF;
}
</style>
border-color css
<style>
span { border-color: #E7D8FF; }
span { border-color: rgb(231,216,255); }
td.TdClassName
{
border-color: #E7D8FF;
}
.TagClassName
{
border-color: #E7D8FF;
}
</style>