#E5E4EA

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

Shades of Lavender #E5E4EA

Tints of Lavender #E5E4EA

Color information

#E5E4EA (or 0xE5E4EA) is unknown color: approx Lavender. HEX triplet: E5, E4 and EA. RGB value is (229,228,234). Sum of RGB (Red+Green+Blue) = 229+228+234=691 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.14% from 691); Green value is 228 (89.45% from 255 or 33.00% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5E4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E4EA is #1A1B15. Grayscale: #E4E4E4. Windows color (decimal): -1710870 or 15394021. OLE color: 15394021.

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

Color convert

RGB229228234-
CMYK0.020.0300.08
HSL250º12.5%90.59%-
HSV(B)250º2.56%91.76%-
XYZ74.9178.0988.97-
YUV228.98130.83128.01-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.14%
GREEN value IS 228 (89.45% from 255) = 33.00%
BLUE value IS 234 (91.80% from 255) = 33.86%
R=33.14%
G=33.00%
B=33.86%

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
Decimal2292282340.020.0300.0825012.590.59
HexE5E4EA2308fac5b
Octal3453443522301037214133
Binary1110010111100100111010101011010001111101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E4EA; }

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

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

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

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

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

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

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

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