Shades of Magnolia #E9DFF9
Tints of Magnolia #E9DFF9
RGB
CMYK
RGB Variations
Color information
#E9DFF9 (or 0xE9DFF9) is known color: Magnolia. HEX triplet: E9, DF and F9. RGB value is (233,223,249). Sum of RGB (Red+Green+Blue) = 233+223+249=705 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.05% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 249 - color contains mainly: blue. Hex color #E9DFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DFF9 is #162006. Grayscale: #E4E4E4. Windows color (decimal): -1449991 or 16375785. OLE color: 16375785.
HSL color Cylindrical-coordinate representation of color #E9DFF9: hue angle of 263.08º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9DFF9 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 223 | 249 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.02 |
| HSL | 263.08º | 0.68% | 0.93% | - |
| HSV(B) | 263.08º | 0.1% | 0.98% | - |
| XYZ | 77.09 | 76.94 | 100.41 | - |
| YUV | 228.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 249 | 0.06 | 0.10 | 0 | 0.02 | 263.08 | 0.68 | 0.93 |
| Hex | E9 | DF | F9 | 6 | A | 0 | 2 | 107 | 44 | 5D |
| Octal | 351 | 337 | 371 | 6 | 12 | 0 | 2 | 407 | 104 | 135 |
| Binary | 11101001 | 11011111 | 11111001 | 110 | 1010 | 0 | 10 | 100000111 | 1000100 | 1011101 |
Color Harmonies of #E9DFF9
Complementary color
Monochromatic Colors of #E9DFF9
Black with #E9DFF9
Text Example
Text Example
White with #E9DFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DFF9; }
p { color: rgb(233,223,249); }
H1.HeaderClassName
{
color: #E9DFF9;
}
.AnyTagClassName
{
color: #E9DFF9;
}
</style>
background-color css
<style>
a { background-color: #E9DFF9; }
a { background-color: rgb(233,223,249); }
div.DivClassName
{
background-color: #E9DFF9;
}
.BgClassName
{
background-color: #E9DFF9;
}
</style>
border-color css
<style>
span { border-color: #E9DFF9; }
span { border-color: rgb(233,223,249); }
td.TdClassName
{
border-color: #E9DFF9;
}
.TagClassName
{
border-color: #E9DFF9;
}
</style>