#EAE1EF

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

Shades of White Lilac #EAE1EF

Tints of White Lilac #EAE1EF

Color information

#EAE1EF (or 0xEAE1EF) is unknown color: approx White Lilac. HEX triplet: EA, E1 and EF. RGB value is (234,225,239). Sum of RGB (Red+Green+Blue) = 234+225+239=698 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.52% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 239 (93.75% from 255 or 34.24% from 698); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAE1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE1EF is #151E10. Grayscale: #E5E5E5. Windows color (decimal): -1383953 or 15720938. OLE color: 15720938.

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

Color convert

RGB234225239-
CMYK0.020.0600.06
HSL278.57º30.43%90.98%-
HSV(B)278.57º5.86%93.73%-
XYZ76.4477.5792.61-
YUV229.29133.48131.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.52%
GREEN value IS 225 (88.28% from 255) = 32.23%
BLUE value IS 239 (93.75% from 255) = 34.24%
R=33.52%
G=32.23%
B=34.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342252390.020.0600.06278.5730.4390.98
HexEAE1EF26061171e5b
Octal352341357260642736133
Binary111010101110000111101111101100110100010111111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE1EF; }

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

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

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

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

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

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

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

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