Shades of Magnolia #E9DEFE
Tints of Magnolia #E9DEFE
RGB
CMYK
RGB Variations
Color information
#E9DEFE (or 0xE9DEFE) is known color: Magnolia. HEX triplet: E9, DE and FE. RGB value is (233,222,254). Sum of RGB (Red+Green+Blue) = 233+222+254=709 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.86% from 709); Green value is 222 (87.11% from 255 or 31.31% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9DEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DEFE is #162101. Grayscale: #E4E4E4. Windows color (decimal): -1450242 or 16703209. OLE color: 16703209.
HSL color Cylindrical-coordinate representation of color #E9DEFE: hue angle of 260.62º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9DEFE is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 222 | 254 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.00 |
| HSL | 260.63º | 0.94% | 0.93% | - |
| HSV(B) | 260.63º | 0.13% | 1% | - |
| XYZ | 77.61 | 76.72 | 104.48 | - |
| YUV | 228.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 254 | 0.08 | 0.13 | 0 | 0.00 | 260.63 | 0.94 | 0.93 |
| Hex | E9 | DE | FE | 8 | D | 0 | 0 | 105 | 5E | 5D |
| Octal | 351 | 336 | 376 | 10 | 15 | 0 | 0 | 405 | 136 | 135 |
| Binary | 11101001 | 11011110 | 11111110 | 1000 | 1101 | 0 | 0 | 100000101 | 1011110 | 1011101 |
Color Harmonies of #E9DEFE
Complementary color
Monochromatic Colors of #E9DEFE
Black with #E9DEFE
Text Example
Text Example
White with #E9DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DEFE; }
p { color: rgb(233,222,254); }
H1.HeaderClassName
{
color: #E9DEFE;
}
.AnyTagClassName
{
color: #E9DEFE;
}
</style>
background-color css
<style>
a { background-color: #E9DEFE; }
a { background-color: rgb(233,222,254); }
div.DivClassName
{
background-color: #E9DEFE;
}
.BgClassName
{
background-color: #E9DEFE;
}
</style>
border-color css
<style>
span { border-color: #E9DEFE; }
span { border-color: rgb(233,222,254); }
td.TdClassName
{
border-color: #E9DEFE;
}
.TagClassName
{
border-color: #E9DEFE;
}
</style>