#E7DAFF

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

Shades of Magnolia #E7DAFF

Tints of Magnolia #E7DAFF

Color information

#E7DAFF (or 0xE7DAFF) is unknown color: approx Magnolia. HEX triplet: E7, DA and FF. RGB value is (231,218,255). Sum of RGB (Red+Green+Blue) = 231+218+255=704 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.81% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7DAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAFF is #182500. Grayscale: #E1E1E1. Windows color (decimal): -1582337 or 16767719. OLE color: 16767719.

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

Color convert

RGB231218255-
CMYK0.090.1500
HSL261.08º100%92.75%-
HSV(B)261.08º14.51%100%-
XYZ76.0874.35104.95-
YUV226.1144.31131.49-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.81%
GREEN value IS 218 (85.55% from 255) = 30.97%
BLUE value IS 255 (100% from 255) = 36.22%
R=32.81%
G=30.97%
B=36.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2312182550.090.1500261.0810092.75
HexE7DAFF9F00105645d
Octal347332377111700405144135
Binary111001111101101011111111100111110010000010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DAFF; }

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

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

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

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

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

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

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

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