Shades of Magnolia #E8DCFA
Tints of Magnolia #E8DCFA
RGB
CMYK
RGB Variations
Color information
#E8DCFA (or 0xE8DCFA) is known color: Magnolia. HEX triplet: E8, DC and FA. RGB value is (232,220,250). Sum of RGB (Red+Green+Blue) = 232+220+250=702 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.05% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8DCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DCFA is #172305. Grayscale: #E2E2E2. Windows color (decimal): -1516294 or 16440552. OLE color: 16440552.
HSL color Cylindrical-coordinate representation of color #E8DCFA: hue angle of 264º degrees, saturation: 0.75, 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 #E8DCFA is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 220 | 250 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.02 |
| HSL | 264º | 0.75% | 0.92% | - |
| HSV(B) | 264º | 0.12% | 0.98% | - |
| XYZ | 76.13 | 75.24 | 100.95 | - |
| YUV | 227.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 250 | 0.07 | 0.12 | 0 | 0.02 | 264 | 0.75 | 0.92 |
| Hex | E8 | DC | FA | 7 | C | 0 | 2 | 108 | 4B | 5C |
| Octal | 350 | 334 | 372 | 7 | 14 | 0 | 2 | 410 | 113 | 134 |
| Binary | 11101000 | 11011100 | 11111010 | 111 | 1100 | 0 | 10 | 100001000 | 1001011 | 1011100 |
Color Harmonies of #E8DCFA
Complementary color
Monochromatic Colors of #E8DCFA
Black with #E8DCFA
Text Example
Text Example
White with #E8DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DCFA; }
p { color: rgb(232,220,250); }
H1.HeaderClassName
{
color: #E8DCFA;
}
.AnyTagClassName
{
color: #E8DCFA;
}
</style>
background-color css
<style>
a { background-color: #E8DCFA; }
a { background-color: rgb(232,220,250); }
div.DivClassName
{
background-color: #E8DCFA;
}
.BgClassName
{
background-color: #E8DCFA;
}
</style>
border-color css
<style>
span { border-color: #E8DCFA; }
span { border-color: rgb(232,220,250); }
td.TdClassName
{
border-color: #E8DCFA;
}
.TagClassName
{
border-color: #E8DCFA;
}
</style>