#E7DCFD

Color #E7DCFD Magnolia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magnolia #E7DCFD

Tints of Magnolia #E7DCFD

Color information

#E7DCFD (or 0xE7DCFD) is unknown color: approx 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

RGB231220253-
CMYK0.090.1300.01
HSL260º89.19%92.75%-
HSV(B)260º13.04%99.22%-
XYZ76.2875.27103.44-
YUV227.05142.64130.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 32.81%
GREEN value IS 220 (86.33% from 255) = 31.25%
BLUE value IS 253 (99.22% from 255) = 35.94%
R=32.81%
G=31.25%
B=35.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2312202530.090.1300.0126089.1992.75
HexE7DCFD9D01104595d
Octal347334375111501404131135
Binary111001111101110011111101100111010110000010010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>