#EEEAF6

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

Shades of Magnolia #EEEAF6

Tints of Magnolia #EEEAF6

Color information

#EEEAF6 (or 0xEEEAF6) is unknown color: approx Magnolia. HEX triplet: EE, EA and F6. RGB value is (238,234,246). Sum of RGB (Red+Green+Blue) = 238+234+246=718 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.15% from 718); Green value is 234 (91.80% from 255 or 32.59% from 718); Blue value is 246 (96.48% from 255 or 34.26% from 718); Max value from RGB is 246 - color contains mainly: blue. Hex color #EEEAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAF6 is #111509. Grayscale: #ECECEC. Windows color (decimal): -1119498 or 16181998. OLE color: 16181998.

HSL color Cylindrical-coordinate representation of color #EEEAF6: hue angle of 260º degrees, saturation: 0.4, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEEAF6 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238234246-
CMYK0.030.0500.04
HSL260º40%94.12%-
HSV(B)260º4.88%96.47%-
XYZ81.3283.6899.05-
YUV236.56133.33129.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.15%
GREEN value IS 234 (91.80% from 255) = 32.59%
BLUE value IS 246 (96.48% from 255) = 34.26%
R=33.15%
G=32.59%
B=34.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382342460.030.0500.042604094.12
HexEEEAF63504104285e
Octal356352366350440450136
Binary1110111011101010111101101110101001000001001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAF6; }

 p { color: rgb(238,234,246); }

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

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

 a { background-color: rgb(238,234,246); }

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

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

 span { border-color: rgb(238,234,246); }

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