#E9DBFD

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

Shades of Magnolia #E9DBFD

Tints of Magnolia #E9DBFD

Color information

#E9DBFD (or 0xE9DBFD) is unknown color: approx Magnolia. HEX triplet: E9, DB and FD. RGB value is (233,219,253). Sum of RGB (Red+Green+Blue) = 233+219+253=705 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.05% from 705); Green value is 219 (85.94% from 255 or 31.06% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9DBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DBFD is #162402. Grayscale: #E2E2E2. Windows color (decimal): -1451011 or 16636905. OLE color: 16636905.

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

Color convert

RGB233219253-
CMYK0.080.1300.01
HSL264.71º89.47%92.55%-
HSV(B)264.71º13.44%99.22%-
XYZ76.6775.08103.38-
YUV227.06142.64132.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.05%
GREEN value IS 219 (85.94% from 255) = 31.06%
BLUE value IS 253 (99.22% from 255) = 35.89%
R=33.05%
G=31.06%
B=35.89%

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
Decimal2332192530.080.1300.01264.7189.4792.55
HexE9DBFD8D01109595d
Octal351333375101501411131135
Binary111010011101101111111101100011010110000100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DBFD; }

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

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

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

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

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

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

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

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