Shades of Magnolia #E8DFFA
Tints of Magnolia #E8DFFA
RGB
CMYK
RGB Variations
Color information
#E8DFFA (or 0xE8DFFA) is known color: Magnolia. HEX triplet: E8, DF and FA. RGB value is (232,223,250). Sum of RGB (Red+Green+Blue) = 232+223+250=705 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.91% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8DFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DFFA is #172005. Grayscale: #E4E4E4. Windows color (decimal): -1515526 or 16441320. OLE color: 16441320.
HSL color Cylindrical-coordinate representation of color #E8DFFA: hue angle of 260º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8DFFA is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 223 | 250 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.02 |
| HSL | 260º | 0.73% | 0.93% | - |
| HSV(B) | 260º | 0.11% | 0.98% | - |
| XYZ | 76.92 | 76.83 | 101.22 | - |
| YUV | 228.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 250 | 0.07 | 0.11 | 0 | 0.02 | 260 | 0.73 | 0.93 |
| Hex | E8 | DF | FA | 7 | B | 0 | 2 | 104 | 49 | 5D |
| Octal | 350 | 337 | 372 | 7 | 13 | 0 | 2 | 404 | 111 | 135 |
| Binary | 11101000 | 11011111 | 11111010 | 111 | 1011 | 0 | 10 | 100000100 | 1001001 | 1011101 |
Color Harmonies of #E8DFFA
Complementary color
Monochromatic Colors of #E8DFFA
Black with #E8DFFA
Text Example
Text Example
White with #E8DFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DFFA; }
p { color: rgb(232,223,250); }
H1.HeaderClassName
{
color: #E8DFFA;
}
.AnyTagClassName
{
color: #E8DFFA;
}
</style>
background-color css
<style>
a { background-color: #E8DFFA; }
a { background-color: rgb(232,223,250); }
div.DivClassName
{
background-color: #E8DFFA;
}
.BgClassName
{
background-color: #E8DFFA;
}
</style>
border-color css
<style>
span { border-color: #E8DFFA; }
span { border-color: rgb(232,223,250); }
td.TdClassName
{
border-color: #E8DFFA;
}
.TagClassName
{
border-color: #E8DFFA;
}
</style>