Shades of Magnolia #E8D9FF
Tints of Magnolia #E8D9FF
RGB
CMYK
RGB Variations
Color information
#E8D9FF (or 0xE8D9FF) is known color: Magnolia. HEX triplet: E8, D9 and FF. RGB value is (232,217,255). Sum of RGB (Red+Green+Blue) = 232+217+255=704 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.95% from 704); Green value is 217 (85.16% from 255 or 30.82% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8D9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D9FF is #172600. Grayscale: #E1E1E1. Windows color (decimal): -1517057 or 16767464. OLE color: 16767464.
HSL color Cylindrical-coordinate representation of color #E8D9FF: hue angle of 263.68º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8D9FF is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 217 | 255 | - |
| CMYK | 0.09 | 0.15 | 0 | 0 |
| HSL | 263.68º | 1% | 0.93% | - |
| HSV(B) | 263.68º | 0.15% | 1% | - |
| XYZ | 76.14 | 74 | 104.88 | - |
| YUV | 225.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 217 | 255 | 0.09 | 0.15 | 0 | 0 | 263.68 | 1 | 0.93 |
| Hex | E8 | D9 | FF | 9 | F | 0 | 0 | 108 | 64 | 5D |
| Octal | 350 | 331 | 377 | 11 | 17 | 0 | 0 | 410 | 144 | 135 |
| Binary | 11101000 | 11011001 | 11111111 | 1001 | 1111 | 0 | 0 | 100001000 | 1100100 | 1011101 |
Color Harmonies of #E8D9FF
Complementary color
Monochromatic Colors of #E8D9FF
Black with #E8D9FF
Text Example
Text Example
White with #E8D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D9FF; }
p { color: rgb(232,217,255); }
H1.HeaderClassName
{
color: #E8D9FF;
}
.AnyTagClassName
{
color: #E8D9FF;
}
</style>
background-color css
<style>
a { background-color: #E8D9FF; }
a { background-color: rgb(232,217,255); }
div.DivClassName
{
background-color: #E8D9FF;
}
.BgClassName
{
background-color: #E8D9FF;
}
</style>
border-color css
<style>
span { border-color: #E8D9FF; }
span { border-color: rgb(232,217,255); }
td.TdClassName
{
border-color: #E8D9FF;
}
.TagClassName
{
border-color: #E8D9FF;
}
</style>