Shades of Magnolia #E9DAFE
Tints of Magnolia #E9DAFE
RGB
CMYK
RGB Variations
Color information
#E9DAFE (or 0xE9DAFE) is known color: Magnolia. HEX triplet: E9, DA and FE. RGB value is (233,218,254). Sum of RGB (Red+Green+Blue) = 233+218+254=705 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.05% from 705); Green value is 218 (85.55% from 255 or 30.92% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9DAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAFE is #162501. Grayscale: #E2E2E2. Windows color (decimal): -1451266 or 16702185. OLE color: 16702185.
HSL color Cylindrical-coordinate representation of color #E9DAFE: hue angle of 265º 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 #E9DAFE is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 218 | 254 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.00 |
| HSL | 265º | 0.95% | 0.93% | - |
| HSV(B) | 265º | 0.14% | 1% | - |
| XYZ | 76.57 | 74.62 | 104.13 | - |
| YUV | 226.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 254 | 0.08 | 0.14 | 0 | 0.00 | 265 | 0.95 | 0.93 |
| Hex | E9 | DA | FE | 8 | E | 0 | 0 | 109 | 5F | 5D |
| Octal | 351 | 332 | 376 | 10 | 16 | 0 | 0 | 411 | 137 | 135 |
| Binary | 11101001 | 11011010 | 11111110 | 1000 | 1110 | 0 | 0 | 100001001 | 1011111 | 1011101 |
Color Harmonies of #E9DAFE
Complementary color
Monochromatic Colors of #E9DAFE
Black with #E9DAFE
Text Example
Text Example
White with #E9DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DAFE; }
p { color: rgb(233,218,254); }
H1.HeaderClassName
{
color: #E9DAFE;
}
.AnyTagClassName
{
color: #E9DAFE;
}
</style>
background-color css
<style>
a { background-color: #E9DAFE; }
a { background-color: rgb(233,218,254); }
div.DivClassName
{
background-color: #E9DAFE;
}
.BgClassName
{
background-color: #E9DAFE;
}
</style>
border-color css
<style>
span { border-color: #E9DAFE; }
span { border-color: rgb(233,218,254); }
td.TdClassName
{
border-color: #E9DAFE;
}
.TagClassName
{
border-color: #E9DAFE;
}
</style>