#E9DDFB

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

Shades of Magnolia #E9DDFB

Tints of Magnolia #E9DDFB

Color information

#E9DDFB (or 0xE9DDFB) is unknown color: approx Magnolia. HEX triplet: E9, DD and FB. RGB value is (233,221,251). Sum of RGB (Red+Green+Blue) = 233+221+251=705 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.05% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9DDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DDFB is #162204. Grayscale: #E3E3E3. Windows color (decimal): -1450501 or 16506345. OLE color: 16506345.

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

Color convert

RGB233221251-
CMYK0.070.1200.02
HSL264º78.95%92.55%-
HSV(B)264º11.95%98.43%-
XYZ76.8776101.88-
YUV228.01140.98131.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.05%
GREEN value IS 221 (86.72% from 255) = 31.35%
BLUE value IS 251 (98.44% from 255) = 35.60%
R=33.05%
G=31.35%
B=35.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332212510.070.1200.0226478.9592.55
HexE9DDFB7C021084f5d
Octal35133537371402410117135
Binary111010011101110111111011111110001010000100010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDFB; }

 p { color: rgb(233,221,251); }

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

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

 a { background-color: rgb(233,221,251); }

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

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

 span { border-color: rgb(233,221,251); }

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