#E9E0FD

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

Shades of Magnolia #E9E0FD

Tints of Magnolia #E9E0FD

Color information

#E9E0FD (or 0xE9E0FD) is unknown color: approx Magnolia. HEX triplet: E9, E0 and FD. RGB value is (233,224,253). Sum of RGB (Red+Green+Blue) = 233+224+253=710 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.82% from 710); Green value is 224 (87.89% from 255 or 31.55% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9E0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E0FD is #161F02. Grayscale: #E5E5E5. Windows color (decimal): -1449731 or 16638185. OLE color: 16638185.

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

Color convert

RGB233224253-
CMYK0.080.1100.01
HSL258.62º87.88%93.53%-
HSV(B)258.62º11.46%99.22%-
XYZ77.9977.73103.82-
YUV230140.98130.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.82%
GREEN value IS 224 (87.89% from 255) = 31.55%
BLUE value IS 253 (99.22% from 255) = 35.63%
R=32.82%
G=31.55%
B=35.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2332242530.080.1100.01258.6287.8893.53
HexE9E0FD8B01103585e
Octal351340375101301403130136
Binary111010011110000011111101100010110110000001110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E0FD; }

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

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

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

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

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

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

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

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