Shades of Magnolia #E7DBFA
Tints of Magnolia #E7DBFA
RGB
CMYK
RGB Variations
Color information
#E7DBFA (or 0xE7DBFA) is known color: Magnolia. HEX triplet: E7, DB and FA. RGB value is (231,219,250). Sum of RGB (Red+Green+Blue) = 231+219+250=700 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7DBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DBFA is #182405. Grayscale: #E2E2E2. Windows color (decimal): -1582086 or 16440295. OLE color: 16440295.
HSL color Cylindrical-coordinate representation of color #E7DBFA: hue angle of 263.23º degrees, saturation: 0.76, 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 #E7DBFA is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 219 | 250 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.02 |
| HSL | 263.23º | 0.76% | 0.92% | - |
| HSV(B) | 263.23º | 0.12% | 0.98% | - |
| XYZ | 75.54 | 74.55 | 100.85 | - |
| YUV | 226.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 250 | 0.08 | 0.12 | 0 | 0.02 | 263.23 | 0.76 | 0.92 |
| Hex | E7 | DB | FA | 8 | C | 0 | 2 | 107 | 4C | 5C |
| Octal | 347 | 333 | 372 | 10 | 14 | 0 | 2 | 407 | 114 | 134 |
| Binary | 11100111 | 11011011 | 11111010 | 1000 | 1100 | 0 | 10 | 100000111 | 1001100 | 1011100 |
Color Harmonies of #E7DBFA
Complementary color
Monochromatic Colors of #E7DBFA
Black with #E7DBFA
Text Example
Text Example
White with #E7DBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBFA; }
p { color: rgb(231,219,250); }
H1.HeaderClassName
{
color: #E7DBFA;
}
.AnyTagClassName
{
color: #E7DBFA;
}
</style>
background-color css
<style>
a { background-color: #E7DBFA; }
a { background-color: rgb(231,219,250); }
div.DivClassName
{
background-color: #E7DBFA;
}
.BgClassName
{
background-color: #E7DBFA;
}
</style>
border-color css
<style>
span { border-color: #E7DBFA; }
span { border-color: rgb(231,219,250); }
td.TdClassName
{
border-color: #E7DBFA;
}
.TagClassName
{
border-color: #E7DBFA;
}
</style>