#E9E0FC

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

Shades of Magnolia #E9E0FC

Tints of Magnolia #E9E0FC

Color information

#E9E0FC (or 0xE9E0FC) is unknown color: approx Magnolia. HEX triplet: E9, E0 and FC. RGB value is (233,224,252). Sum of RGB (Red+Green+Blue) = 233+224+252=709 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.86% from 709); Green value is 224 (87.89% from 255 or 31.59% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9E0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E0FC is #161F03. Grayscale: #E5E5E5. Windows color (decimal): -1449732 or 16572649. OLE color: 16572649.

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

Color convert

RGB233224252-
CMYK0.080.1100.01
HSL259.29º82.35%93.33%-
HSV(B)259.29º11.11%98.82%-
XYZ77.8377.66102.98-
YUV229.88140.48130.22-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.86%
GREEN value IS 224 (87.89% from 255) = 31.59%
BLUE value IS 252 (98.83% from 255) = 35.54%
R=32.86%
G=31.59%
B=35.54%

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
Decimal2332242520.080.1100.01259.2982.3593.33
HexE9E0FC8B01103525d
Octal351340374101301403122135
Binary111010011110000011111100100010110110000001110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E0FC; }

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

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

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

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

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

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

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

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