Shades of Magnolia #E9DBFC
Tints of Magnolia #E9DBFC
RGB
CMYK
RGB Variations
Color information
#E9DBFC (or 0xE9DBFC) is known color: Magnolia. HEX triplet: E9, DB and FC. RGB value is (233,219,252). Sum of RGB (Red+Green+Blue) = 233+219+252=704 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.10% from 704); Green value is 219 (85.94% from 255 or 31.11% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9DBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DBFC is #162403. Grayscale: #E2E2E2. Windows color (decimal): -1451012 or 16571369. OLE color: 16571369.
HSL color Cylindrical-coordinate representation of color #E9DBFC: hue angle of 265.45º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9DBFC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 233 | 219 | 252 | - |
CMYK | 0.08 | 0.13 | 0 | 0.01 |
HSL | 265.45º | 0.85% | 0.92% | - |
HSV(B) | 265.45º | 0.13% | 0.99% | - |
XYZ | 76.51 | 75.01 | 102.54 | - |
YUV | 226.95 | 142.14 | 132.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 219 | 252 | 0.08 | 0.13 | 0 | 0.01 | 265.45 | 0.85 | 0.92 |
Hex | E9 | DB | FC | 8 | D | 0 | 1 | 109 | 55 | 5C |
Octal | 351 | 333 | 374 | 10 | 15 | 0 | 1 | 411 | 125 | 134 |
Binary | 11101001 | 11011011 | 11111100 | 1000 | 1101 | 0 | 1 | 100001001 | 1010101 | 1011100 |
Color Harmonies of #E9DBFC
Complementary color
Monochromatic Colors of #E9DBFC
Black with #E9DBFC
Text Example
Text Example
White with #E9DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DBFC; }
p { color: rgb(233,219,252); }
H1.HeaderClassName
{
color: #E9DBFC;
}
.AnyTagClassName
{
color: #E9DBFC;
}
</style>
background-color css
<style>
a { background-color: #E9DBFC; }
a { background-color: rgb(233,219,252); }
div.DivClassName
{
background-color: #E9DBFC;
}
.BgClassName
{
background-color: #E9DBFC;
}
</style>
border-color css
<style>
span { border-color: #E9DBFC; }
span { border-color: rgb(233,219,252); }
td.TdClassName
{
border-color: #E9DBFC;
}
.TagClassName
{
border-color: #E9DBFC;
}
</style>