#EAE8EF

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

Shades of Magnolia #EAE8EF

Tints of Magnolia #EAE8EF

Color information

#EAE8EF (or 0xEAE8EF) is unknown color: approx Magnolia. HEX triplet: EA, E8 and EF. RGB value is (234,232,239). Sum of RGB (Red+Green+Blue) = 234+232+239=705 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.19% from 705); Green value is 232 (91.02% from 255 or 32.91% from 705); Blue value is 239 (93.75% from 255 or 33.90% from 705); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAE8EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE8EF is #151710. Grayscale: #E9E9E9. Windows color (decimal): -1382161 or 15722730. OLE color: 15722730.

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

Color convert

RGB234232239-
CMYK0.020.0300.06
HSL257.14º17.95%92.35%-
HSV(B)257.14º2.93%93.73%-
XYZ78.3781.4493.25-
YUV233.4131.16128.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.19%
GREEN value IS 232 (91.02% from 255) = 32.91%
BLUE value IS 239 (93.75% from 255) = 33.90%
R=33.19%
G=32.91%
B=33.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342322390.020.0300.06257.1417.9592.35
HexEAE8EF2306101125c
Octal352350357230640122134
Binary11101010111010001110111110110110100000001100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE8EF; }

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

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

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

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

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

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

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

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