#EAE5ED

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

Shades of White Lilac #EAE5ED

Tints of White Lilac #EAE5ED

Color information

#EAE5ED (or 0xEAE5ED) is unknown color: approx White Lilac. HEX triplet: EA, E5 and ED. RGB value is (234,229,237). Sum of RGB (Red+Green+Blue) = 234+229+237=700 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.43% from 700); Green value is 229 (89.84% from 255 or 32.71% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAE5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE5ED is #151A12. Grayscale: #E7E7E7. Windows color (decimal): -1382931 or 15590890. OLE color: 15590890.

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

Color convert

RGB234229237-
CMYK0.010.0300.07
HSL277.5º18.18%91.37%-
HSV(B)277.5º3.38%92.94%-
XYZ77.2479.6591.42-
YUV231.41131.16129.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.43%
GREEN value IS 229 (89.84% from 255) = 32.71%
BLUE value IS 237 (92.97% from 255) = 33.86%
R=33.43%
G=32.71%
B=33.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342292370.010.0300.07277.518.1891.37
HexEAE5ED1307116125b
Octal352345355130742622133
Binary1110101011100101111011011110111100010110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5ED; }

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

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

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

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

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

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

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

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