#E5E4ED

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

Shades of Lavender #E5E4ED

Tints of Lavender #E5E4ED

Color information

#E5E4ED (or 0xE5E4ED) is unknown color: approx Lavender. HEX triplet: E5, E4 and ED. RGB value is (229,228,237). Sum of RGB (Red+Green+Blue) = 229+228+237=694 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.00% from 694); Green value is 228 (89.45% from 255 or 32.85% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5E4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E4ED is #1A1B12. Grayscale: #E5E5E5. Windows color (decimal): -1710867 or 15590629. OLE color: 15590629.

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

Color convert

RGB229228237-
CMYK0.030.0400.07
HSL246.67º20%91.18%-
HSV(B)246.67º3.8%92.94%-
XYZ75.3478.2691.26-
YUV229.32132.33127.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.00%
GREEN value IS 228 (89.45% from 255) = 32.85%
BLUE value IS 237 (92.97% from 255) = 34.15%
R=33.00%
G=32.85%
B=34.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292282370.030.0400.07246.672091.18
HexE5E4ED3407f7145b
Octal345344355340736724133
Binary11100101111001001110110111100011111110111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E4ED; }

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

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

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

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

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

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

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

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