Shades of Magnolia #E7DBFF
Tints of Magnolia #E7DBFF
RGB
CMYK
RGB Variations
Color information
#E7DBFF (or 0xE7DBFF) is known color: Magnolia. HEX triplet: E7, DB and FF. RGB value is (231,219,255). Sum of RGB (Red+Green+Blue) = 231+219+255=705 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.77% from 705); Green value is 219 (85.94% from 255 or 31.06% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7DBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DBFF is #182400. Grayscale: #E2E2E2. Windows color (decimal): -1582081 or 16767975. OLE color: 16767975.
HSL color Cylindrical-coordinate representation of color #E7DBFF: hue angle of 260º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7DBFF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 219 | 255 | - |
| CMYK | 0.09 | 0.14 | 0 | 0 |
| HSL | 260º | 1% | 0.93% | - |
| HSV(B) | 260º | 0.14% | 1% | - |
| XYZ | 76.34 | 74.87 | 105.04 | - |
| YUV | 226.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 255 | 0.09 | 0.14 | 0 | 0 | 260 | 1 | 0.93 |
| Hex | E7 | DB | FF | 9 | E | 0 | 0 | 104 | 64 | 5D |
| Octal | 347 | 333 | 377 | 11 | 16 | 0 | 0 | 404 | 144 | 135 |
| Binary | 11100111 | 11011011 | 11111111 | 1001 | 1110 | 0 | 0 | 100000100 | 1100100 | 1011101 |
Color Harmonies of #E7DBFF
Complementary color
Monochromatic Colors of #E7DBFF
Black with #E7DBFF
Text Example
Text Example
White with #E7DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBFF; }
p { color: rgb(231,219,255); }
H1.HeaderClassName
{
color: #E7DBFF;
}
.AnyTagClassName
{
color: #E7DBFF;
}
</style>
background-color css
<style>
a { background-color: #E7DBFF; }
a { background-color: rgb(231,219,255); }
div.DivClassName
{
background-color: #E7DBFF;
}
.BgClassName
{
background-color: #E7DBFF;
}
</style>
border-color css
<style>
span { border-color: #E7DBFF; }
span { border-color: rgb(231,219,255); }
td.TdClassName
{
border-color: #E7DBFF;
}
.TagClassName
{
border-color: #E7DBFF;
}
</style>