Shades of Magnolia #E9DFFF
Tints of Magnolia #E9DFFF
RGB
CMYK
RGB Variations
Color information
#E9DFFF (or 0xE9DFFF) is known color: Magnolia. HEX triplet: E9, DF and FF. RGB value is (233,223,255). Sum of RGB (Red+Green+Blue) = 233+223+255=711 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.77% from 711); Green value is 223 (87.5% from 255 or 31.36% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9DFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DFFF is #162000. Grayscale: #E5E5E5. Windows color (decimal): -1449985 or 16769001. OLE color: 16769001.
HSL color Cylindrical-coordinate representation of color #E9DFFF: hue angle of 258.75º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9DFFF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 223 | 255 | - |
| CMYK | 0.09 | 0.13 | 0 | 0 |
| HSL | 258.75º | 1% | 0.94% | - |
| HSV(B) | 258.75º | 0.13% | 1% | - |
| XYZ | 78.04 | 77.32 | 105.42 | - |
| YUV | 229.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 255 | 0.09 | 0.13 | 0 | 0 | 258.75 | 1 | 0.94 |
| Hex | E9 | DF | FF | 9 | D | 0 | 0 | 103 | 64 | 5E |
| Octal | 351 | 337 | 377 | 11 | 15 | 0 | 0 | 403 | 144 | 136 |
| Binary | 11101001 | 11011111 | 11111111 | 1001 | 1101 | 0 | 0 | 100000011 | 1100100 | 1011110 |
Color Harmonies of #E9DFFF
Complementary color
Monochromatic Colors of #E9DFFF
Black with #E9DFFF
Text Example
Text Example
White with #E9DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DFFF; }
p { color: rgb(233,223,255); }
H1.HeaderClassName
{
color: #E9DFFF;
}
.AnyTagClassName
{
color: #E9DFFF;
}
</style>
background-color css
<style>
a { background-color: #E9DFFF; }
a { background-color: rgb(233,223,255); }
div.DivClassName
{
background-color: #E9DFFF;
}
.BgClassName
{
background-color: #E9DFFF;
}
</style>
border-color css
<style>
span { border-color: #E9DFFF; }
span { border-color: rgb(233,223,255); }
td.TdClassName
{
border-color: #E9DFFF;
}
.TagClassName
{
border-color: #E9DFFF;
}
</style>