#EAE8ED

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

Shades of White Lilac #EAE8ED

Tints of White Lilac #EAE8ED

Color information

#EAE8ED (or 0xEAE8ED) is unknown color: approx White Lilac. HEX triplet: EA, E8 and ED. RGB value is (234,232,237). Sum of RGB (Red+Green+Blue) = 234+232+237=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 232 (91.02% from 255 or 33.00% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAE8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE8ED is #151712. Grayscale: #E9E9E9. Windows color (decimal): -1382163 or 15591658. OLE color: 15591658.

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

Color convert

RGB234232237-
CMYK0.010.0200.07
HSL264º12.2%91.96%-
HSV(B)264º2.11%92.94%-
XYZ78.0781.3291.7-
YUV233.17130.16128.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.29%
GREEN value IS 232 (91.02% from 255) = 33.00%
BLUE value IS 237 (92.97% from 255) = 33.71%
R=33.29%
G=33.00%
B=33.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342322370.010.0200.0726412.291.96
HexEAE8ED1207108c5c
Octal352350355120741014134
Binary111010101110100011101101110011110000100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE8ED; }

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

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

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

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

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

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

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

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