Shades of Magnolia #E7DBFD
Tints of Magnolia #E7DBFD
RGB
CMYK
RGB Variations
Color information
#E7DBFD (or 0xE7DBFD) is known color: Magnolia. HEX triplet: E7, DB and FD. RGB value is (231,219,253). Sum of RGB (Red+Green+Blue) = 231+219+253=703 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.86% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7DBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DBFD is #182402. Grayscale: #E2E2E2. Windows color (decimal): -1582083 or 16636903. OLE color: 16636903.
HSL color Cylindrical-coordinate representation of color #E7DBFD: hue angle of 261.18º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7DBFD is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 231 | 219 | 253 | - |
CMYK | 0.09 | 0.13 | 0 | 0.01 |
HSL | 261.18º | 0.89% | 0.93% | - |
HSV(B) | 261.18º | 0.13% | 0.99% | - |
XYZ | 76.02 | 74.74 | 103.35 | - |
YUV | 226.46 | 142.98 | 131.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 219 | 253 | 0.09 | 0.13 | 0 | 0.01 | 261.18 | 0.89 | 0.93 |
Hex | E7 | DB | FD | 9 | D | 0 | 1 | 105 | 59 | 5D |
Octal | 347 | 333 | 375 | 11 | 15 | 0 | 1 | 405 | 131 | 135 |
Binary | 11100111 | 11011011 | 11111101 | 1001 | 1101 | 0 | 1 | 100000101 | 1011001 | 1011101 |
Color Harmonies of #E7DBFD
Complementary color
Monochromatic Colors of #E7DBFD
Black with #E7DBFD
Text Example
Text Example
White with #E7DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBFD; }
p { color: rgb(231,219,253); }
H1.HeaderClassName
{
color: #E7DBFD;
}
.AnyTagClassName
{
color: #E7DBFD;
}
</style>
background-color css
<style>
a { background-color: #E7DBFD; }
a { background-color: rgb(231,219,253); }
div.DivClassName
{
background-color: #E7DBFD;
}
.BgClassName
{
background-color: #E7DBFD;
}
</style>
border-color css
<style>
span { border-color: #E7DBFD; }
span { border-color: rgb(231,219,253); }
td.TdClassName
{
border-color: #E7DBFD;
}
.TagClassName
{
border-color: #E7DBFD;
}
</style>