#E9DAFF

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

Shades of Magnolia #E9DAFF

Tints of Magnolia #E9DAFF

Color information

#E9DAFF (or 0xE9DAFF) is unknown color: approx Magnolia. HEX triplet: E9, DA and FF. RGB value is (233,218,255). Sum of RGB (Red+Green+Blue) = 233+218+255=706 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.00% from 706); Green value is 218 (85.55% from 255 or 30.88% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9DAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAFF is #162500. Grayscale: #E2E2E2. Windows color (decimal): -1451265 or 16767721. OLE color: 16767721.

HSL color Cylindrical-coordinate representation of color #E9DAFF: hue angle of 264.32º 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 #E9DAFF is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB233218255-
CMYK0.090.1500
HSL264.32º100%92.75%-
HSV(B)264.32º14.51%100%-
XYZ76.7374.69104.98-
YUV226.7143.97132.49-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.00%
GREEN value IS 218 (85.55% from 255) = 30.88%
BLUE value IS 255 (100% from 255) = 36.12%
R=33.00%
G=30.88%
B=36.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332182550.090.1500264.3210092.75
HexE9DAFF9F00108645d
Octal351332377111700410144135
Binary111010011101101011111111100111110010000100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DAFF; }

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

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

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

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

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

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

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

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