#E7DCF9

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

Shades of Magnolia #E7DCF9

Tints of Magnolia #E7DCF9

Color information

#E7DCF9 (or 0xE7DCF9) is unknown color: approx Magnolia. HEX triplet: E7, DC and F9. RGB value is (231,220,249). Sum of RGB (Red+Green+Blue) = 231+220+249=700 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 249 (97.66% from 255 or 35.57% from 700); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7DCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCF9 is #182306. Grayscale: #E2E2E2. Windows color (decimal): -1581831 or 16375015. OLE color: 16375015.

HSL color Cylindrical-coordinate representation of color #E7DCF9: hue angle of 262.76º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7DCF9 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB231220249-
CMYK0.070.1200.02
HSL262.76º70.73%91.96%-
HSV(B)262.76º11.65%97.65%-
XYZ75.6575.01100.11-
YUV226.6140.64131.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33%
GREEN value IS 220 (86.33% from 255) = 31.43%
BLUE value IS 249 (97.66% from 255) = 35.57%
R=33%
G=31.43%
B=35.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2312202490.070.1200.02262.7670.7391.96
HexE7DCF97C02107475c
Octal34733437171402407107134
Binary111001111101110011111001111110001010000011110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCF9; }

 p { color: rgb(231,220,249); }

 H1.HeaderClassName
 {
   color: #E7DCF9;
 }
 .AnyTagClassName
 {
   color: #E7DCF9;
 }
</style>
background-color css

<style>
 a { background-color: #E7DCF9; }

 a { background-color: rgb(231,220,249); }

 div.DivClassName
 {
   background-color: #E7DCF9;
 }
 .BgClassName
 {
   background-color: #E7DCF9;
 }
</style>
border-color css

<style>
 span { border-color: #E7DCF9; }

 span { border-color: rgb(231,220,249); }

 td.TdClassName
 {
   border-color: #E7DCF9;
 }
 .TagClassName
 {
   border-color: #E7DCF9;
 }
</style>