#E9DCFF

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

Shades of Magnolia #E9DCFF

Tints of Magnolia #E9DCFF

Color information

#E9DCFF (or 0xE9DCFF) is unknown color: approx Magnolia. HEX triplet: E9, DC and FF. RGB value is (233,220,255). Sum of RGB (Red+Green+Blue) = 233+220+255=708 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.91% from 708); Green value is 220 (86.33% from 255 or 31.07% 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 #E9DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DCFF is #162300. Grayscale: #E3E3E3. Windows color (decimal): -1450753 or 16768233. OLE color: 16768233.

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

Color convert

RGB233220255-
CMYK0.090.1400
HSL262.29º100%93.14%-
HSV(B)262.29º13.73%100%-
XYZ77.2575.73105.15-
YUV227.88143.31131.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.91%
GREEN value IS 220 (86.33% from 255) = 31.07%
BLUE value IS 255 (100% from 255) = 36.02%
R=32.91%
G=31.07%
B=36.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332202550.090.1400262.2910093.14
HexE9DCFF9E00106645d
Octal351334377111600406144135
Binary111010011101110011111111100111100010000011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCFF; }

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

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

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

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

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

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

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

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