Shades of Magnolia #E7DCFD
Tints of Magnolia #E7DCFD
RGB
CMYK
RGB Variations
Color information
#E7DCFD (or 0xE7DCFD) is known color: Magnolia. HEX triplet: E7, DC and FD. RGB value is (231,220,253). Sum of RGB (Red+Green+Blue) = 231+220+253=704 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.81% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7DCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCFD is #182302. Grayscale: #E2E2E2. Windows color (decimal): -1581827 or 16637159. OLE color: 16637159.
HSL color Cylindrical-coordinate representation of color #E7DCFD: hue angle of 260º 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 #E7DCFD is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 231 | 220 | 253 | - |
CMYK | 0.09 | 0.13 | 0 | 0.01 |
HSL | 260º | 0.89% | 0.93% | - |
HSV(B) | 260º | 0.13% | 0.99% | - |
XYZ | 76.28 | 75.27 | 103.44 | - |
YUV | 227.05 | 142.64 | 130.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 220 | 253 | 0.09 | 0.13 | 0 | 0.01 | 260 | 0.89 | 0.93 |
Hex | E7 | DC | FD | 9 | D | 0 | 1 | 104 | 59 | 5D |
Octal | 347 | 334 | 375 | 11 | 15 | 0 | 1 | 404 | 131 | 135 |
Binary | 11100111 | 11011100 | 11111101 | 1001 | 1101 | 0 | 1 | 100000100 | 1011001 | 1011101 |
Color Harmonies of #E7DCFD
Complementary color
Monochromatic Colors of #E7DCFD
Black with #E7DCFD
Text Example
Text Example
White with #E7DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCFD; }
p { color: rgb(231,220,253); }
H1.HeaderClassName
{
color: #E7DCFD;
}
.AnyTagClassName
{
color: #E7DCFD;
}
</style>
background-color css
<style>
a { background-color: #E7DCFD; }
a { background-color: rgb(231,220,253); }
div.DivClassName
{
background-color: #E7DCFD;
}
.BgClassName
{
background-color: #E7DCFD;
}
</style>
border-color css
<style>
span { border-color: #E7DCFD; }
span { border-color: rgb(231,220,253); }
td.TdClassName
{
border-color: #E7DCFD;
}
.TagClassName
{
border-color: #E7DCFD;
}
</style>