#EEEAF3

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

Shades of Magnolia #EEEAF3

Tints of Magnolia #EEEAF3

Color information

#EEEAF3 (or 0xEEEAF3) is unknown color: approx Magnolia. HEX triplet: EE, EA and F3. RGB value is (238,234,243). Sum of RGB (Red+Green+Blue) = 238+234+243=715 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.29% from 715); Green value is 234 (91.80% from 255 or 32.73% from 715); Blue value is 243 (95.31% from 255 or 33.99% from 715); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEEAF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAF3 is #11150C. Grayscale: #ECECEC. Windows color (decimal): -1119501 or 15985390. OLE color: 15985390.

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

Color convert

RGB238234243-
CMYK0.020.0400.05
HSL266.67º27.27%93.53%-
HSV(B)266.67º3.7%95.29%-
XYZ80.8683.4996.65-
YUV236.22131.83129.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.29%
GREEN value IS 234 (91.80% from 255) = 32.73%
BLUE value IS 243 (95.31% from 255) = 33.99%
R=33.29%
G=32.73%
B=33.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382342430.020.0400.05266.6727.2793.53
HexEEEAF3240510b1b5e
Octal356352363240541333136
Binary111011101110101011110011101000101100001011110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAF3; }

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

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

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

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

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

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

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

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