#EEE4FA

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

Shades of Magnolia #EEE4FA

Tints of Magnolia #EEE4FA

Color information

#EEE4FA (or 0xEEE4FA) is unknown color: approx Magnolia. HEX triplet: EE, E4 and FA. RGB value is (238,228,250). Sum of RGB (Red+Green+Blue) = 238+228+250=716 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.24% from 716); Green value is 228 (89.45% from 255 or 31.84% from 716); Blue value is 250 (98.05% from 255 or 34.92% from 716); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEE4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE4FA is #111B05. Grayscale: #E9E9E9. Windows color (decimal): -1121030 or 16442606. OLE color: 16442606.

HSL color Cylindrical-coordinate representation of color #EEE4FA: hue angle of 267.27º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEE4FA is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238228250-
CMYK0.050.0900.02
HSL267.27º68.75%93.73%-
HSV(B)267.27º8.8%98.04%-
XYZ80.2680.57101.76-
YUV233.5137.31131.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.24%
GREEN value IS 228 (89.45% from 255) = 31.84%
BLUE value IS 250 (98.05% from 255) = 34.92%
R=33.24%
G=31.84%
B=34.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382282500.050.0900.02267.2768.7593.73
HexEEE4FA590210b455e
Octal35634437251102413105136
Binary111011101110010011111010101100101010000101110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE4FA; }

 p { color: rgb(238,228,250); }

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

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

 a { background-color: rgb(238,228,250); }

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

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

 span { border-color: rgb(238,228,250); }

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