#EEE8FA

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

Shades of Magnolia #EEE8FA

Tints of Magnolia #EEE8FA

Color information

#EEE8FA (or 0xEEE8FA) is unknown color: approx Magnolia. HEX triplet: EE, E8 and FA. RGB value is (238,232,250). Sum of RGB (Red+Green+Blue) = 238+232+250=720 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.06% from 720); Green value is 232 (91.02% from 255 or 32.22% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEE8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE8FA is #111705. Grayscale: #EBEBEB. Windows color (decimal): -1120006 or 16443630. OLE color: 16443630.

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

Color convert

RGB238232250-
CMYK0.050.0700.02
HSL260º64.29%94.51%-
HSV(B)260º7.2%98.04%-
XYZ81.3782.79102.13-
YUV235.85135.99129.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.06%
GREEN value IS 232 (91.02% from 255) = 32.22%
BLUE value IS 250 (98.05% from 255) = 34.72%
R=33.06%
G=32.22%
B=34.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382322500.050.0700.0226064.2994.51
HexEEE8FA5702104405f
Octal3563503725702404100137
Binary11101110111010001111101010111101010000010010000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE8FA; }

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

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

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

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

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

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

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

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