Shades of Magnolia #E9DEFB
Tints of Magnolia #E9DEFB
RGB
CMYK
RGB Variations
Color information
#E9DEFB (or 0xE9DEFB) is known color: Magnolia. HEX triplet: E9, DE and FB. RGB value is (233,222,251). Sum of RGB (Red+Green+Blue) = 233+222+251=706 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.00% from 706); Green value is 222 (87.11% from 255 or 31.44% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9DEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DEFB is #162104. Grayscale: #E4E4E4. Windows color (decimal): -1450245 or 16506601. OLE color: 16506601.
HSL color Cylindrical-coordinate representation of color #E9DEFB: hue angle of 262.76º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9DEFB is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 222 | 251 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.02 |
| HSL | 262.76º | 0.78% | 0.93% | - |
| HSV(B) | 262.76º | 0.12% | 0.98% | - |
| XYZ | 77.14 | 76.53 | 101.97 | - |
| YUV | 228.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 251 | 0.07 | 0.12 | 0 | 0.02 | 262.76 | 0.78 | 0.93 |
| Hex | E9 | DE | FB | 7 | C | 0 | 2 | 107 | 4E | 5D |
| Octal | 351 | 336 | 373 | 7 | 14 | 0 | 2 | 407 | 116 | 135 |
| Binary | 11101001 | 11011110 | 11111011 | 111 | 1100 | 0 | 10 | 100000111 | 1001110 | 1011101 |
Color Harmonies of #E9DEFB
Complementary color
Monochromatic Colors of #E9DEFB
Black with #E9DEFB
Text Example
Text Example
White with #E9DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DEFB; }
p { color: rgb(233,222,251); }
H1.HeaderClassName
{
color: #E9DEFB;
}
.AnyTagClassName
{
color: #E9DEFB;
}
</style>
background-color css
<style>
a { background-color: #E9DEFB; }
a { background-color: rgb(233,222,251); }
div.DivClassName
{
background-color: #E9DEFB;
}
.BgClassName
{
background-color: #E9DEFB;
}
</style>
border-color css
<style>
span { border-color: #E9DEFB; }
span { border-color: rgb(233,222,251); }
td.TdClassName
{
border-color: #E9DEFB;
}
.TagClassName
{
border-color: #E9DEFB;
}
</style>