Shades of Magnolia #E9DCFB
Tints of Magnolia #E9DCFB
RGB
CMYK
RGB Variations
Color information
#E9DCFB (or 0xE9DCFB) is known color: Magnolia. HEX triplet: E9, DC and FB. RGB value is (233,220,251). Sum of RGB (Red+Green+Blue) = 233+220+251=704 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.10% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9DCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DCFB is #162304. Grayscale: #E3E3E3. Windows color (decimal): -1450757 or 16506089. OLE color: 16506089.
HSL color Cylindrical-coordinate representation of color #E9DCFB: hue angle of 265.16º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9DCFB is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 220 | 251 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.02 |
| HSL | 265.16º | 0.79% | 0.92% | - |
| HSV(B) | 265.16º | 0.12% | 0.98% | - |
| XYZ | 76.61 | 75.48 | 101.8 | - |
| YUV | 227.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 251 | 0.07 | 0.12 | 0 | 0.02 | 265.16 | 0.79 | 0.92 |
| Hex | E9 | DC | FB | 7 | C | 0 | 2 | 109 | 4F | 5C |
| Octal | 351 | 334 | 373 | 7 | 14 | 0 | 2 | 411 | 117 | 134 |
| Binary | 11101001 | 11011100 | 11111011 | 111 | 1100 | 0 | 10 | 100001001 | 1001111 | 1011100 |
Color Harmonies of #E9DCFB
Complementary color
Monochromatic Colors of #E9DCFB
Black with #E9DCFB
Text Example
Text Example
White with #E9DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCFB; }
p { color: rgb(233,220,251); }
H1.HeaderClassName
{
color: #E9DCFB;
}
.AnyTagClassName
{
color: #E9DCFB;
}
</style>
background-color css
<style>
a { background-color: #E9DCFB; }
a { background-color: rgb(233,220,251); }
div.DivClassName
{
background-color: #E9DCFB;
}
.BgClassName
{
background-color: #E9DCFB;
}
</style>
border-color css
<style>
span { border-color: #E9DCFB; }
span { border-color: rgb(233,220,251); }
td.TdClassName
{
border-color: #E9DCFB;
}
.TagClassName
{
border-color: #E9DCFB;
}
</style>