#E9DEFA

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

Shades of Magnolia #E9DEFA

Tints of Magnolia #E9DEFA

Color information

#E9DEFA (or 0xE9DEFA) is unknown color: approx Magnolia. HEX triplet: E9, DE and FA. RGB value is (233,222,250). Sum of RGB (Red+Green+Blue) = 233+222+250=705 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.05% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DEFA is #162105. Grayscale: #E4E4E4. Windows color (decimal): -1450246 or 16441065. OLE color: 16441065.

HSL color Cylindrical-coordinate representation of color #E9DEFA: hue angle of 263.57º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9DEFA is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233222250-
CMYK0.070.1100.02
HSL263.57º73.68%92.55%-
HSV(B)263.57º11.2%98.04%-
XYZ76.9876.47101.15-
YUV228.48140.14131.22-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.05%
GREEN value IS 222 (87.11% from 255) = 31.49%
BLUE value IS 250 (98.05% from 255) = 35.46%
R=33.05%
G=31.49%
B=35.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332222500.070.1100.02263.5773.6892.55
HexE9DEFA7B021084a5d
Octal35133637271302410112135
Binary111010011101111011111010111101101010000100010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DEFA; }

 p { color: rgb(233,222,250); }

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

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

 a { background-color: rgb(233,222,250); }

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

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

 span { border-color: rgb(233,222,250); }

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