Shades of Magnolia #E8D9FE
Tints of Magnolia #E8D9FE
RGB
CMYK
RGB Variations
Color information
#E8D9FE (or 0xE8D9FE) is known color: Magnolia. HEX triplet: E8, D9 and FE. RGB value is (232,217,254). Sum of RGB (Red+Green+Blue) = 232+217+254=703 (93% of max value = 765). Red value is 232 (91.02% from 255 or 33.00% from 703); Green value is 217 (85.16% from 255 or 30.87% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8D9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D9FE is #172601. Grayscale: #E1E1E1. Windows color (decimal): -1517058 or 16701928. OLE color: 16701928.
HSL color Cylindrical-coordinate representation of color #E8D9FE: hue angle of 264.32º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8D9FE is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 217 | 254 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.00 |
| HSL | 264.32º | 0.95% | 0.92% | - |
| HSV(B) | 264.32º | 0.15% | 1% | - |
| XYZ | 75.98 | 73.94 | 104.03 | - |
| YUV | 225.7 | 143.97 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 217 | 254 | 0.09 | 0.15 | 0 | 0.00 | 264.32 | 0.95 | 0.92 |
| Hex | E8 | D9 | FE | 9 | F | 0 | 0 | 108 | 5F | 5C |
| Octal | 350 | 331 | 376 | 11 | 17 | 0 | 0 | 410 | 137 | 134 |
| Binary | 11101000 | 11011001 | 11111110 | 1001 | 1111 | 0 | 0 | 100001000 | 1011111 | 1011100 |
Color Harmonies of #E8D9FE
Complementary color
Monochromatic Colors of #E8D9FE
Black with #E8D9FE
Text Example
Text Example
White with #E8D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D9FE; }
p { color: rgb(232,217,254); }
H1.HeaderClassName
{
color: #E8D9FE;
}
.AnyTagClassName
{
color: #E8D9FE;
}
</style>
background-color css
<style>
a { background-color: #E8D9FE; }
a { background-color: rgb(232,217,254); }
div.DivClassName
{
background-color: #E8D9FE;
}
.BgClassName
{
background-color: #E8D9FE;
}
</style>
border-color css
<style>
span { border-color: #E8D9FE; }
span { border-color: rgb(232,217,254); }
td.TdClassName
{
border-color: #E8D9FE;
}
.TagClassName
{
border-color: #E8D9FE;
}
</style>