Shades of Magnolia #E9DFF8
Tints of Magnolia #E9DFF8
RGB
CMYK
RGB Variations
Color information
#E9DFF8 (or 0xE9DFF8) is known color: Magnolia. HEX triplet: E9, DF and F8. RGB value is (233,223,248). Sum of RGB (Red+Green+Blue) = 233+223+248=704 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.10% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 248 (97.27% from 255 or 35.23% from 704); Max value from RGB is 248 - color contains mainly: blue. Hex color #E9DFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DFF8 is #162007. Grayscale: #E4E4E4. Windows color (decimal): -1449992 or 16310249. OLE color: 16310249.
HSL color Cylindrical-coordinate representation of color #E9DFF8: hue angle of 264º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9DFF8 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 223 | 248 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.03 |
| HSL | 264º | 0.64% | 0.92% | - |
| HSV(B) | 264º | 0.1% | 0.97% | - |
| XYZ | 76.94 | 76.88 | 99.59 | - |
| YUV | 228.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 248 | 0.06 | 0.10 | 0 | 0.03 | 264 | 0.64 | 0.92 |
| Hex | E9 | DF | F8 | 6 | A | 0 | 3 | 108 | 40 | 5C |
| Octal | 351 | 337 | 370 | 6 | 12 | 0 | 3 | 410 | 100 | 134 |
| Binary | 11101001 | 11011111 | 11111000 | 110 | 1010 | 0 | 11 | 100001000 | 1000000 | 1011100 |
Color Harmonies of #E9DFF8
Complementary color
Monochromatic Colors of #E9DFF8
Black with #E9DFF8
Text Example
Text Example
White with #E9DFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DFF8; }
p { color: rgb(233,223,248); }
H1.HeaderClassName
{
color: #E9DFF8;
}
.AnyTagClassName
{
color: #E9DFF8;
}
</style>
background-color css
<style>
a { background-color: #E9DFF8; }
a { background-color: rgb(233,223,248); }
div.DivClassName
{
background-color: #E9DFF8;
}
.BgClassName
{
background-color: #E9DFF8;
}
</style>
border-color css
<style>
span { border-color: #E9DFF8; }
span { border-color: rgb(233,223,248); }
td.TdClassName
{
border-color: #E9DFF8;
}
.TagClassName
{
border-color: #E9DFF8;
}
</style>