Shades of Magnolia #E8DDFA
Tints of Magnolia #E8DDFA
RGB
CMYK
RGB Variations
Color information
#E8DDFA (or 0xE8DDFA) is known color: Magnolia. HEX triplet: E8, DD and FA. RGB value is (232,221,250). Sum of RGB (Red+Green+Blue) = 232+221+250=703 (93% of max value = 765). Red value is 232 (91.02% from 255 or 33.00% from 703); Green value is 221 (86.72% from 255 or 31.44% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8DDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DDFA is #172205. Grayscale: #E3E3E3. Windows color (decimal): -1516038 or 16440808. OLE color: 16440808.
HSL color Cylindrical-coordinate representation of color #E8DDFA: hue angle of 262.76º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8DDFA is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 221 | 250 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.02 |
| HSL | 262.76º | 0.74% | 0.92% | - |
| HSV(B) | 262.76º | 0.12% | 0.98% | - |
| XYZ | 76.39 | 75.77 | 101.04 | - |
| YUV | 227.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 250 | 0.07 | 0.12 | 0 | 0.02 | 262.76 | 0.74 | 0.92 |
| Hex | E8 | DD | FA | 7 | C | 0 | 2 | 107 | 4A | 5C |
| Octal | 350 | 335 | 372 | 7 | 14 | 0 | 2 | 407 | 112 | 134 |
| Binary | 11101000 | 11011101 | 11111010 | 111 | 1100 | 0 | 10 | 100000111 | 1001010 | 1011100 |
Color Harmonies of #E8DDFA
Complementary color
Monochromatic Colors of #E8DDFA
Black with #E8DDFA
Text Example
Text Example
White with #E8DDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DDFA; }
p { color: rgb(232,221,250); }
H1.HeaderClassName
{
color: #E8DDFA;
}
.AnyTagClassName
{
color: #E8DDFA;
}
</style>
background-color css
<style>
a { background-color: #E8DDFA; }
a { background-color: rgb(232,221,250); }
div.DivClassName
{
background-color: #E8DDFA;
}
.BgClassName
{
background-color: #E8DDFA;
}
</style>
border-color css
<style>
span { border-color: #E8DDFA; }
span { border-color: rgb(232,221,250); }
td.TdClassName
{
border-color: #E8DDFA;
}
.TagClassName
{
border-color: #E8DDFA;
}
</style>