#E9DDFF

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

Shades of Magnolia #E9DDFF

Tints of Magnolia #E9DDFF

Color information

#E9DDFF (or 0xE9DDFF) is unknown color: approx Magnolia. HEX triplet: E9, DD and FF. RGB value is (233,221,255). Sum of RGB (Red+Green+Blue) = 233+221+255=709 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.86% from 709); Green value is 221 (86.72% from 255 or 31.17% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9DDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DDFF is #162200. Grayscale: #E4E4E4. Windows color (decimal): -1450497 or 16768489. OLE color: 16768489.

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

Color convert

RGB233221255-
CMYK0.090.1300
HSL261.18º100%93.33%-
HSV(B)261.18º13.33%100%-
XYZ77.5176.26105.24-
YUV228.46142.98131.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.86%
GREEN value IS 221 (86.72% from 255) = 31.17%
BLUE value IS 255 (100% from 255) = 35.97%
R=32.86%
G=31.17%
B=35.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332212550.090.1300261.1810093.33
HexE9DDFF9D00105645d
Octal351335377111500405144135
Binary111010011101110111111111100111010010000010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDFF; }

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

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

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

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

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

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

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

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