#E9DBFC

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

Shades of Magnolia #E9DBFC

Tints of Magnolia #E9DBFC

Color information

#E9DBFC (or 0xE9DBFC) is unknown color: approx Magnolia. HEX triplet: E9, DB and FC. RGB value is (233,219,252). Sum of RGB (Red+Green+Blue) = 233+219+252=704 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.10% from 704); Green value is 219 (85.94% from 255 or 31.11% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9DBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DBFC is #162403. Grayscale: #E2E2E2. Windows color (decimal): -1451012 or 16571369. OLE color: 16571369.

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

Color convert

RGB233219252-
CMYK0.080.1300.01
HSL265.45º84.62%92.35%-
HSV(B)265.45º13.1%98.82%-
XYZ76.5175.01102.54-
YUV226.95142.14132.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.10%
GREEN value IS 219 (85.94% from 255) = 31.11%
BLUE value IS 252 (98.83% from 255) = 35.80%
R=33.10%
G=31.11%
B=35.80%

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
Decimal2332192520.080.1300.01265.4584.6292.35
HexE9DBFC8D01109555c
Octal351333374101501411125134
Binary111010011101101111111100100011010110000100110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DBFC; }

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

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

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

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

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

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

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

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