#EEEAF9

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

Shades of Magnolia #EEEAF9

Tints of Magnolia #EEEAF9

Color information

#EEEAF9 (or 0xEEEAF9) is unknown color: approx Magnolia. HEX triplet: EE, EA and F9. RGB value is (238,234,249). Sum of RGB (Red+Green+Blue) = 238+234+249=721 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.01% from 721); Green value is 234 (91.80% from 255 or 32.45% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEEAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAF9 is #111506. Grayscale: #ECECEC. Windows color (decimal): -1119495 or 16378606. OLE color: 16378606.

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

Color convert

RGB238234249-
CMYK0.040.0600.02
HSL256º55.56%94.71%-
HSV(B)256º6.02%97.65%-
XYZ81.7883.86101.5-
YUV236.91134.83128.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.01%
GREEN value IS 234 (91.80% from 255) = 32.45%
BLUE value IS 249 (97.66% from 255) = 34.54%
R=33.01%
G=32.45%
B=34.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382342490.040.0600.0225655.5694.71
HexEEEAF94602100385f
Octal356352371460240070137
Binary1110111011101010111110011001100101000000001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAF9; }

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

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

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

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

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

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

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

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