#EAE5EF

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

Shades of White Lilac #EAE5EF

Tints of White Lilac #EAE5EF

Color information

#EAE5EF (or 0xEAE5EF) is unknown color: approx White Lilac. HEX triplet: EA, E5 and EF. RGB value is (234,229,239). Sum of RGB (Red+Green+Blue) = 234+229+239=702 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.33% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAE5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE5EF is #151A10. Grayscale: #E7E7E7. Windows color (decimal): -1382929 or 15721962. OLE color: 15721962.

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

Color convert

RGB234229239-
CMYK0.020.0400.06
HSL270º23.81%91.76%-
HSV(B)270º4.18%93.73%-
XYZ77.5379.7692.97-
YUV231.64132.16129.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.33%
GREEN value IS 229 (89.84% from 255) = 32.62%
BLUE value IS 239 (93.75% from 255) = 34.05%
R=33.33%
G=32.62%
B=34.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342292390.020.0400.0627023.8191.76
HexEAE5EF240610e185c
Octal352345357240641630134
Binary111010101110010111101111101000110100001110110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5EF; }

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

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

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

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

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

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

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

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