#E9DDFD

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

Shades of Magnolia #E9DDFD

Tints of Magnolia #E9DDFD

Color information

#E9DDFD (or 0xE9DDFD) is unknown color: approx Magnolia. HEX triplet: E9, DD and FD. RGB value is (233,221,253). Sum of RGB (Red+Green+Blue) = 233+221+253=707 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.96% from 707); Green value is 221 (86.72% from 255 or 31.26% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9DDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DDFD is #162202. Grayscale: #E4E4E4. Windows color (decimal): -1450499 or 16637417. OLE color: 16637417.

HSL color Cylindrical-coordinate representation of color #E9DDFD: hue angle of 262.5º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9DDFD is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB233221253-
CMYK0.080.1300.01
HSL262.5º88.89%92.94%-
HSV(B)262.5º12.65%99.22%-
XYZ77.1976.13103.55-
YUV228.24141.98131.4-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.96%
GREEN value IS 221 (86.72% from 255) = 31.26%
BLUE value IS 253 (99.22% from 255) = 35.79%
R=32.96%
G=31.26%
B=35.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2332212530.080.1300.01262.588.8992.94
HexE9DDFD8D01106595d
Octal351335375101501406131135
Binary111010011101110111111101100011010110000011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDFD; }

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

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

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

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

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

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

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

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