Shades of Magnolia #E8DAFE
Tints of Magnolia #E8DAFE
RGB
CMYK
RGB Variations
Color information
#E8DAFE (or 0xE8DAFE) is known color: Magnolia. HEX triplet: E8, DA and FE. RGB value is (232,218,254). Sum of RGB (Red+Green+Blue) = 232+218+254=704 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.95% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8DAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DAFE is #172501. Grayscale: #E2E2E2. Windows color (decimal): -1516802 or 16702184. OLE color: 16702184.
HSL color Cylindrical-coordinate representation of color #E8DAFE: hue angle of 263.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8DAFE is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 218 | 254 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.00 |
| HSL | 263.33º | 0.95% | 0.93% | - |
| HSV(B) | 263.33º | 0.14% | 1% | - |
| XYZ | 76.24 | 74.45 | 104.12 | - |
| YUV | 226.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 254 | 0.09 | 0.14 | 0 | 0.00 | 263.33 | 0.95 | 0.93 |
| Hex | E8 | DA | FE | 9 | E | 0 | 0 | 107 | 5F | 5D |
| Octal | 350 | 332 | 376 | 11 | 16 | 0 | 0 | 407 | 137 | 135 |
| Binary | 11101000 | 11011010 | 11111110 | 1001 | 1110 | 0 | 0 | 100000111 | 1011111 | 1011101 |
Color Harmonies of #E8DAFE
Complementary color
Monochromatic Colors of #E8DAFE
Black with #E8DAFE
Text Example
Text Example
White with #E8DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DAFE; }
p { color: rgb(232,218,254); }
H1.HeaderClassName
{
color: #E8DAFE;
}
.AnyTagClassName
{
color: #E8DAFE;
}
</style>
background-color css
<style>
a { background-color: #E8DAFE; }
a { background-color: rgb(232,218,254); }
div.DivClassName
{
background-color: #E8DAFE;
}
.BgClassName
{
background-color: #E8DAFE;
}
</style>
border-color css
<style>
span { border-color: #E8DAFE; }
span { border-color: rgb(232,218,254); }
td.TdClassName
{
border-color: #E8DAFE;
}
.TagClassName
{
border-color: #E8DAFE;
}
</style>