#E9DAFE

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

Shades of Magnolia #E9DAFE

Tints of Magnolia #E9DAFE

Color information

#E9DAFE (or 0xE9DAFE) is unknown color: approx Magnolia. HEX triplet: E9, DA and FE. RGB value is (233,218,254). Sum of RGB (Red+Green+Blue) = 233+218+254=705 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.05% from 705); Green value is 218 (85.55% from 255 or 30.92% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9DAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAFE is #162501. Grayscale: #E2E2E2. Windows color (decimal): -1451266 or 16702185. OLE color: 16702185.

HSL color Cylindrical-coordinate representation of color #E9DAFE: hue angle of 265º 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 #E9DAFE is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB233218254-
CMYK0.080.1400.00
HSL265º94.74%92.55%-
HSV(B)265º14.17%99.61%-
XYZ76.5774.62104.13-
YUV226.59143.47132.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.05%
GREEN value IS 218 (85.55% from 255) = 30.92%
BLUE value IS 254 (99.61% from 255) = 36.03%
R=33.05%
G=30.92%
B=36.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332182540.080.1400.0026594.7492.55
HexE9DAFE8E001095f5d
Octal351332376101600411137135
Binary111010011101101011111110100011100010000100110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DAFE; }

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

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

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

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

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

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

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

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