#E7DAFE

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

Shades of Magnolia #E7DAFE

Tints of Magnolia #E7DAFE

Color information

#E7DAFE (or 0xE7DAFE) is unknown color: approx Magnolia. HEX triplet: E7, DA and FE. RGB value is (231,218,254). Sum of RGB (Red+Green+Blue) = 231+218+254=703 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.86% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7DAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAFE is #182501. Grayscale: #E1E1E1. Windows color (decimal): -1582338 or 16702183. OLE color: 16702183.

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

Color convert

RGB231218254-
CMYK0.090.1400.00
HSL261.67º94.74%92.55%-
HSV(B)261.67º14.17%99.61%-
XYZ75.9274.29104.1-
YUV225.99143.81131.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.86%
GREEN value IS 218 (85.55% from 255) = 31.01%
BLUE value IS 254 (99.61% from 255) = 36.13%
R=32.86%
G=31.01%
B=36.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2312182540.090.1400.00261.6794.7492.55
HexE7DAFE9E001065f5d
Octal347332376111600406137135
Binary111001111101101011111110100111100010000011010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DAFE; }

 p { color: rgb(231,218,254); }

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

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

 a { background-color: rgb(231,218,254); }

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

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

 span { border-color: rgb(231,218,254); }

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