#E5E2EA

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

Shades of White Lilac #E5E2EA

Tints of White Lilac #E5E2EA

Color information

#E5E2EA (or 0xE5E2EA) is unknown color: approx White Lilac. HEX triplet: E5, E2 and EA. RGB value is (229,226,234). Sum of RGB (Red+Green+Blue) = 229+226+234=689 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.24% from 689); Green value is 226 (88.67% from 255 or 32.80% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5E2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E2EA is #1A1D15. Grayscale: #E3E3E3. Windows color (decimal): -1711382 or 15393509. OLE color: 15393509.

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

Color convert

RGB229226234-
CMYK0.020.0300.08
HSL262.5º16%90.2%-
HSV(B)262.5º3.42%91.76%-
XYZ74.3676.9988.78-
YUV227.81131.49128.85-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.24%
GREEN value IS 226 (88.67% from 255) = 32.80%
BLUE value IS 234 (91.80% from 255) = 33.96%
R=33.24%
G=32.80%
B=33.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292262340.020.0300.08262.51690.2
HexE5E2EA2308106105a
Octal3453423522301040620132
Binary111001011110001011101010101101000100000110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E2EA; }

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

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

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

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

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

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

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

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