Shades of Magnolia #E7DBFC
Tints of Magnolia #E7DBFC
RGB
CMYK
RGB Variations
Color information
#E7DBFC (or 0xE7DBFC) is known color: Magnolia. HEX triplet: E7, DB and FC. RGB value is (231,219,252). Sum of RGB (Red+Green+Blue) = 231+219+252=702 (92% of max value = 765). Red value is 231 (90.62% from 255 or 32.91% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7DBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DBFC is #182403. Grayscale: #E2E2E2. Windows color (decimal): -1582084 or 16571367. OLE color: 16571367.
HSL color Cylindrical-coordinate representation of color #E7DBFC: hue angle of 261.82º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7DBFC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 231 | 219 | 252 | - |
CMYK | 0.08 | 0.13 | 0 | 0.01 |
HSL | 261.82º | 0.85% | 0.92% | - |
HSV(B) | 261.82º | 0.13% | 0.99% | - |
XYZ | 75.86 | 74.68 | 102.51 | - |
YUV | 226.35 | 142.48 | 131.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 219 | 252 | 0.08 | 0.13 | 0 | 0.01 | 261.82 | 0.85 | 0.92 |
Hex | E7 | DB | FC | 8 | D | 0 | 1 | 106 | 55 | 5C |
Octal | 347 | 333 | 374 | 10 | 15 | 0 | 1 | 406 | 125 | 134 |
Binary | 11100111 | 11011011 | 11111100 | 1000 | 1101 | 0 | 1 | 100000110 | 1010101 | 1011100 |
Color Harmonies of #E7DBFC
Complementary color
Monochromatic Colors of #E7DBFC
Black with #E7DBFC
Text Example
Text Example
White with #E7DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBFC; }
p { color: rgb(231,219,252); }
H1.HeaderClassName
{
color: #E7DBFC;
}
.AnyTagClassName
{
color: #E7DBFC;
}
</style>
background-color css
<style>
a { background-color: #E7DBFC; }
a { background-color: rgb(231,219,252); }
div.DivClassName
{
background-color: #E7DBFC;
}
.BgClassName
{
background-color: #E7DBFC;
}
</style>
border-color css
<style>
span { border-color: #E7DBFC; }
span { border-color: rgb(231,219,252); }
td.TdClassName
{
border-color: #E7DBFC;
}
.TagClassName
{
border-color: #E7DBFC;
}
</style>