#E9DBFE

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

Shades of Magnolia #E9DBFE

Tints of Magnolia #E9DBFE

Color information

#E9DBFE (or 0xE9DBFE) is unknown color: approx Magnolia. HEX triplet: E9, DB and FE. RGB value is (233,219,254). Sum of RGB (Red+Green+Blue) = 233+219+254=706 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.00% from 706); Green value is 219 (85.94% from 255 or 31.02% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9DBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DBFE is #162401. Grayscale: #E3E3E3. Windows color (decimal): -1451010 or 16702441. OLE color: 16702441.

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

Color convert

RGB233219254-
CMYK0.080.1400.00
HSL264º94.59%92.75%-
HSV(B)264º13.78%99.61%-
XYZ76.8375.14104.22-
YUV227.18143.14132.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.00%
GREEN value IS 219 (85.94% from 255) = 31.02%
BLUE value IS 254 (99.61% from 255) = 35.98%
R=33.00%
G=31.02%
B=35.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332192540.080.1400.0026494.5992.75
HexE9DBFE8E001085f5d
Octal351333376101600410137135
Binary111010011101101111111110100011100010000100010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DBFE; }

 p { color: rgb(233,219,254); }

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

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

 a { background-color: rgb(233,219,254); }

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

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

 span { border-color: rgb(233,219,254); }

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