#E7D9FE

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

Shades of Magnolia #E7D9FE

Tints of Magnolia #E7D9FE

Color information

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

RGB231217254-
CMYK0.090.1500.00
HSL262.7º94.87%92.35%-
HSV(B)262.7º14.57%99.61%-
XYZ75.6673.77104.02-
YUV225.4144.14131.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.91%
GREEN value IS 217 (85.16% from 255) = 30.91%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=32.91%
G=30.91%
B=36.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2312172540.090.1500.00262.794.8792.35
HexE7D9FE9F001075f5c
Octal347331376111700407137134
Binary111001111101100111111110100111110010000011110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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