Shades of Magnolia #E7D9FE
Tints of Magnolia #E7D9FE
RGB
CMYK
RGB Variations
Color information
#E7D9FE (or 0xE7D9FE) is known color: Magnolia. HEX triplet: E7, D9 and FE. RGB value is (231,217,254). Sum of RGB (Red+Green+Blue) = 231+217+254=702 (92% of max value = 765). Red value is 231 (90.62% from 255 or 32.91% from 702); Green value is 217 (85.16% from 255 or 30.91% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7D9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D9FE is #182601. Grayscale: #E1E1E1. Windows color (decimal): -1582594 or 16701927. OLE color: 16701927.
HSL color Cylindrical-coordinate representation of color #E7D9FE: hue angle of 262.7º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7D9FE is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 231 | 217 | 254 | - |
CMYK | 0.09 | 0.15 | 0 | 0.00 |
HSL | 262.7º | 0.95% | 0.92% | - |
HSV(B) | 262.7º | 0.15% | 1% | - |
XYZ | 75.66 | 73.77 | 104.02 | - |
YUV | 225.4 | 144.14 | 131.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 217 | 254 | 0.09 | 0.15 | 0 | 0.00 | 262.7 | 0.95 | 0.92 |
Hex | E7 | D9 | FE | 9 | F | 0 | 0 | 107 | 5F | 5C |
Octal | 347 | 331 | 376 | 11 | 17 | 0 | 0 | 407 | 137 | 134 |
Binary | 11100111 | 11011001 | 11111110 | 1001 | 1111 | 0 | 0 | 100000111 | 1011111 | 1011100 |
Color Harmonies of #E7D9FE
Complementary color
Monochromatic Colors of #E7D9FE
Black with #E7D9FE
Text Example
Text Example
White with #E7D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D9FE; }
p { color: rgb(231,217,254); }
H1.HeaderClassName
{
color: #E7D9FE;
}
.AnyTagClassName
{
color: #E7D9FE;
}
</style>
background-color css
<style>
a { background-color: #E7D9FE; }
a { background-color: rgb(231,217,254); }
div.DivClassName
{
background-color: #E7D9FE;
}
.BgClassName
{
background-color: #E7D9FE;
}
</style>
border-color css
<style>
span { border-color: #E7D9FE; }
span { border-color: rgb(231,217,254); }
td.TdClassName
{
border-color: #E7D9FE;
}
.TagClassName
{
border-color: #E7D9FE;
}
</style>