Shades of Magnolia #E7DBFB
Tints of Magnolia #E7DBFB
RGB
CMYK
RGB Variations
Color information
#E7DBFB (or 0xE7DBFB) is known color: Magnolia. HEX triplet: E7, DB and FB. RGB value is (231,219,251). Sum of RGB (Red+Green+Blue) = 231+219+251=701 (92% of max value = 765). Red value is 231 (90.62% from 255 or 32.95% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7DBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DBFB is #182404. Grayscale: #E2E2E2. Windows color (decimal): -1582085 or 16505831. OLE color: 16505831.
HSL color Cylindrical-coordinate representation of color #E7DBFB: hue angle of 262.5º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7DBFB is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 231 | 219 | 251 | - |
CMYK | 0.08 | 0.13 | 0 | 0.02 |
HSL | 262.5º | 0.8% | 0.92% | - |
HSV(B) | 262.5º | 0.13% | 0.98% | - |
XYZ | 75.7 | 74.62 | 101.68 | - |
YUV | 226.24 | 141.98 | 131.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 219 | 251 | 0.08 | 0.13 | 0 | 0.02 | 262.5 | 0.8 | 0.92 |
Hex | E7 | DB | FB | 8 | D | 0 | 2 | 106 | 50 | 5C |
Octal | 347 | 333 | 373 | 10 | 15 | 0 | 2 | 406 | 120 | 134 |
Binary | 11100111 | 11011011 | 11111011 | 1000 | 1101 | 0 | 10 | 100000110 | 1010000 | 1011100 |
Color Harmonies of #E7DBFB
Complementary color
Monochromatic Colors of #E7DBFB
Black with #E7DBFB
Text Example
Text Example
White with #E7DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBFB; }
p { color: rgb(231,219,251); }
H1.HeaderClassName
{
color: #E7DBFB;
}
.AnyTagClassName
{
color: #E7DBFB;
}
</style>
background-color css
<style>
a { background-color: #E7DBFB; }
a { background-color: rgb(231,219,251); }
div.DivClassName
{
background-color: #E7DBFB;
}
.BgClassName
{
background-color: #E7DBFB;
}
</style>
border-color css
<style>
span { border-color: #E7DBFB; }
span { border-color: rgb(231,219,251); }
td.TdClassName
{
border-color: #E7DBFB;
}
.TagClassName
{
border-color: #E7DBFB;
}
</style>