#EEEAFA

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

Shades of Magnolia #EEEAFA

Tints of Magnolia #EEEAFA

Color information

#EEEAFA (or 0xEEEAFA) is unknown color: approx Magnolia. HEX triplet: EE, EA and FA. RGB value is (238,234,250). Sum of RGB (Red+Green+Blue) = 238+234+250=722 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.96% from 722); Green value is 234 (91.80% from 255 or 32.41% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEEAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAFA is #111505. Grayscale: #ECECEC. Windows color (decimal): -1119494 or 16444142. OLE color: 16444142.

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

Color convert

RGB238234250-
CMYK0.050.0600.02
HSL255º61.54%94.9%-
HSV(B)255º6.4%98.04%-
XYZ81.9483.92102.32-
YUV237.02135.33128.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.96%
GREEN value IS 234 (91.80% from 255) = 32.41%
BLUE value IS 250 (98.05% from 255) = 34.63%
R=32.96%
G=32.41%
B=34.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382342500.050.0600.0225561.5494.9
HexEEEAFA5602ff3e5f
Octal356352372560237776137
Binary111011101110101011111010101110010111111111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAFA; }

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

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

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

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

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

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

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

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