#EEE3FA

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

Shades of Magnolia #EEE3FA

Tints of Magnolia #EEE3FA

Color information

#EEE3FA (or 0xEEE3FA) is unknown color: approx Magnolia. HEX triplet: EE, E3 and FA. RGB value is (238,227,250). Sum of RGB (Red+Green+Blue) = 238+227+250=715 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.29% from 715); Green value is 227 (89.06% from 255 or 31.75% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEE3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE3FA is #111C05. Grayscale: #E8E8E8. Windows color (decimal): -1121286 or 16442350. OLE color: 16442350.

HSL color Cylindrical-coordinate representation of color #EEE3FA: hue angle of 268.7º degrees, saturation: 0.7, 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 #EEE3FA is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238227250-
CMYK0.050.0900.02
HSL268.7º69.7%93.53%-
HSV(B)268.7º9.2%98.04%-
XYZ79.9880.02101.67-
YUV232.91137.64131.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.29%
GREEN value IS 227 (89.06% from 255) = 31.75%
BLUE value IS 250 (98.05% from 255) = 34.97%
R=33.29%
G=31.75%
B=34.97%

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
Decimal2382272500.050.0900.02268.769.793.53
HexEEE3FA590210d465e
Octal35634337251102415106136
Binary111011101110001111111010101100101010000110110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE3FA; }

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

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

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

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

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

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

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

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