Shades of Magnolia #E7DBFE
Tints of Magnolia #E7DBFE
RGB
CMYK
RGB Variations
Color information
#E7DBFE (or 0xE7DBFE) is known color: Magnolia. HEX triplet: E7, DB and FE. RGB value is (231,219,254). Sum of RGB (Red+Green+Blue) = 231+219+254=704 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.81% from 704); Green value is 219 (85.94% from 255 or 31.11% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7DBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DBFE is #182401. Grayscale: #E2E2E2. Windows color (decimal): -1582082 or 16702439. OLE color: 16702439.
HSL color Cylindrical-coordinate representation of color #E7DBFE: hue angle of 260.57º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7DBFE is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 219 | 254 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.00 |
| HSL | 260.57º | 0.95% | 0.93% | - |
| HSV(B) | 260.57º | 0.14% | 1% | - |
| XYZ | 76.18 | 74.81 | 104.19 | - |
| YUV | 226.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 254 | 0.09 | 0.14 | 0 | 0.00 | 260.57 | 0.95 | 0.93 |
| Hex | E7 | DB | FE | 9 | E | 0 | 0 | 105 | 5F | 5D |
| Octal | 347 | 333 | 376 | 11 | 16 | 0 | 0 | 405 | 137 | 135 |
| Binary | 11100111 | 11011011 | 11111110 | 1001 | 1110 | 0 | 0 | 100000101 | 1011111 | 1011101 |
Color Harmonies of #E7DBFE
Complementary color
Monochromatic Colors of #E7DBFE
Black with #E7DBFE
Text Example
Text Example
White with #E7DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBFE; }
p { color: rgb(231,219,254); }
H1.HeaderClassName
{
color: #E7DBFE;
}
.AnyTagClassName
{
color: #E7DBFE;
}
</style>
background-color css
<style>
a { background-color: #E7DBFE; }
a { background-color: rgb(231,219,254); }
div.DivClassName
{
background-color: #E7DBFE;
}
.BgClassName
{
background-color: #E7DBFE;
}
</style>
border-color css
<style>
span { border-color: #E7DBFE; }
span { border-color: rgb(231,219,254); }
td.TdClassName
{
border-color: #E7DBFE;
}
.TagClassName
{
border-color: #E7DBFE;
}
</style>