Shades of Magnolia #E9DFFD
Tints of Magnolia #E9DFFD
RGB
CMYK
RGB Variations
Color information
#E9DFFD (or 0xE9DFFD) is known color: Magnolia. HEX triplet: E9, DF and FD. RGB value is (233,223,253). Sum of RGB (Red+Green+Blue) = 233+223+253=709 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.86% from 709); Green value is 223 (87.5% from 255 or 31.45% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9DFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DFFD is #162002. Grayscale: #E5E5E5. Windows color (decimal): -1449987 or 16637929. OLE color: 16637929.
HSL color Cylindrical-coordinate representation of color #E9DFFD: hue angle of 260º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9DFFD is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 223 | 253 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.01 |
| HSL | 260º | 0.88% | 0.93% | - |
| HSV(B) | 260º | 0.12% | 0.99% | - |
| XYZ | 77.72 | 77.19 | 103.73 | - |
| YUV | 229.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 253 | 0.08 | 0.12 | 0 | 0.01 | 260 | 0.88 | 0.93 |
| Hex | E9 | DF | FD | 8 | C | 0 | 1 | 104 | 58 | 5D |
| Octal | 351 | 337 | 375 | 10 | 14 | 0 | 1 | 404 | 130 | 135 |
| Binary | 11101001 | 11011111 | 11111101 | 1000 | 1100 | 0 | 1 | 100000100 | 1011000 | 1011101 |
Color Harmonies of #E9DFFD
Complementary color
Monochromatic Colors of #E9DFFD
Black with #E9DFFD
Text Example
Text Example
White with #E9DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DFFD; }
p { color: rgb(233,223,253); }
H1.HeaderClassName
{
color: #E9DFFD;
}
.AnyTagClassName
{
color: #E9DFFD;
}
</style>
background-color css
<style>
a { background-color: #E9DFFD; }
a { background-color: rgb(233,223,253); }
div.DivClassName
{
background-color: #E9DFFD;
}
.BgClassName
{
background-color: #E9DFFD;
}
</style>
border-color css
<style>
span { border-color: #E9DFFD; }
span { border-color: rgb(233,223,253); }
td.TdClassName
{
border-color: #E9DFFD;
}
.TagClassName
{
border-color: #E9DFFD;
}
</style>