#EAE8EE

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

Shades of Magnolia #EAE8EE

Tints of Magnolia #EAE8EE

Color information

#EAE8EE (or 0xEAE8EE) is unknown color: approx Magnolia. HEX triplet: EA, E8 and EE. RGB value is (234,232,238). Sum of RGB (Red+Green+Blue) = 234+232+238=704 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.24% from 704); Green value is 232 (91.02% from 255 or 32.95% from 704); Blue value is 238 (93.36% from 255 or 33.81% from 704); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAE8EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE8EE is #151711. Grayscale: #E9E9E9. Windows color (decimal): -1382162 or 15657194. OLE color: 15657194.

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

Color convert

RGB234232238-
CMYK0.020.0300.07
HSL260º15%92.16%-
HSV(B)260º2.52%93.33%-
XYZ78.2281.3892.47-
YUV233.28130.66128.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.24%
GREEN value IS 232 (91.02% from 255) = 32.95%
BLUE value IS 238 (93.36% from 255) = 33.81%
R=33.24%
G=32.95%
B=33.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342322380.020.0300.072601592.16
HexEAE8EE2307104f5c
Octal352350356230740417134
Binary1110101011101000111011101011011110000010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE8EE; }

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

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

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

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

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

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

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

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