Shades of Magnolia #E9DFFB
Tints of Magnolia #E9DFFB
RGB
CMYK
RGB Variations
Color information
#E9DFFB (or 0xE9DFFB) is known color: Magnolia. HEX triplet: E9, DF and FB. RGB value is (233,223,251). Sum of RGB (Red+Green+Blue) = 233+223+251=707 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.96% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9DFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DFFB is #162004. Grayscale: #E5E5E5. Windows color (decimal): -1449989 or 16506857. OLE color: 16506857.
HSL color Cylindrical-coordinate representation of color #E9DFFB: hue angle of 261.43º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9DFFB is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 223 | 251 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.02 |
| HSL | 261.43º | 0.78% | 0.93% | - |
| HSV(B) | 261.43º | 0.11% | 0.98% | - |
| XYZ | 77.4 | 77.06 | 102.06 | - |
| YUV | 229.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 251 | 0.07 | 0.11 | 0 | 0.02 | 261.43 | 0.78 | 0.93 |
| Hex | E9 | DF | FB | 7 | B | 0 | 2 | 105 | 4E | 5D |
| Octal | 351 | 337 | 373 | 7 | 13 | 0 | 2 | 405 | 116 | 135 |
| Binary | 11101001 | 11011111 | 11111011 | 111 | 1011 | 0 | 10 | 100000101 | 1001110 | 1011101 |
Color Harmonies of #E9DFFB
Complementary color
Monochromatic Colors of #E9DFFB
Black with #E9DFFB
Text Example
Text Example
White with #E9DFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DFFB; }
p { color: rgb(233,223,251); }
H1.HeaderClassName
{
color: #E9DFFB;
}
.AnyTagClassName
{
color: #E9DFFB;
}
</style>
background-color css
<style>
a { background-color: #E9DFFB; }
a { background-color: rgb(233,223,251); }
div.DivClassName
{
background-color: #E9DFFB;
}
.BgClassName
{
background-color: #E9DFFB;
}
</style>
border-color css
<style>
span { border-color: #E9DFFB; }
span { border-color: rgb(233,223,251); }
td.TdClassName
{
border-color: #E9DFFB;
}
.TagClassName
{
border-color: #E9DFFB;
}
</style>