#E7D8FF

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

Shades of Magnolia #E7D8FF

Tints of Magnolia #E7D8FF

Color information

#E7D8FF (or 0xE7D8FF) is unknown color: approx Magnolia. HEX triplet: E7, D8 and FF. RGB value is (231,216,255). Sum of RGB (Red+Green+Blue) = 231+216+255=702 (92% of max value = 765). Red value is 231 (90.62% from 255 or 32.91% from 702); Green value is 216 (84.77% from 255 or 30.77% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7D8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D8FF is #182700. Grayscale: #E0E0E0. Windows color (decimal): -1582849 or 16767207. OLE color: 16767207.

HSL color Cylindrical-coordinate representation of color #E7D8FF: hue angle of 263.08º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7D8FF is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB231216255-
CMYK0.090.1500
HSL263.08º100%92.35%-
HSV(B)263.08º15.29%100%-
XYZ75.5673.32104.78-
YUV224.93144.97132.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.91%
GREEN value IS 216 (84.77% from 255) = 30.77%
BLUE value IS 255 (100% from 255) = 36.32%
R=32.91%
G=30.77%
B=36.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2312162550.090.1500263.0810092.35
HexE7D8FF9F00107645c
Octal347330377111700407144134
Binary111001111101100011111111100111110010000011111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D8FF; }

 p { color: rgb(231,216,255); }

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

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

 a { background-color: rgb(231,216,255); }

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

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

 span { border-color: rgb(231,216,255); }

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