#E8DDFF

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

Shades of Magnolia #E8DDFF

Tints of Magnolia #E8DDFF

Color information

#E8DDFF (or 0xE8DDFF) is unknown color: approx Magnolia. HEX triplet: E8, DD and FF. RGB value is (232,221,255). Sum of RGB (Red+Green+Blue) = 232+221+255=708 (93% of max value = 765). Red value is 232 (91.02% from 255 or 32.77% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8DDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DDFF is #172200. Grayscale: #E4E4E4. Windows color (decimal): -1516033 or 16768488. OLE color: 16768488.

HSL color Cylindrical-coordinate representation of color #E8DDFF: hue angle of 259.41º 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 #E8DDFF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB232221255-
CMYK0.090.1300
HSL259.41º100%93.33%-
HSV(B)259.41º13.33%100%-
XYZ77.1976.09105.23-
YUV228.16143.14130.74-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.77%
GREEN value IS 221 (86.72% from 255) = 31.21%
BLUE value IS 255 (100% from 255) = 36.02%
R=32.77%
G=31.21%
B=36.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2322212550.090.1300259.4110093.33
HexE8DDFF9D00103645d
Octal350335377111500403144135
Binary111010001101110111111111100111010010000001111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DDFF; }

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

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

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

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

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

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

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

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