#E5E5EC

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

Shades of Lavender #E5E5EC

Tints of Lavender #E5E5EC

Color information

#E5E5EC (or 0xE5E5EC) is unknown color: approx Lavender. HEX triplet: E5, E5 and EC. RGB value is (229,229,236). Sum of RGB (Red+Green+Blue) = 229+229+236=694 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.00% from 694); Green value is 229 (89.84% from 255 or 33.00% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5E5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E5EC is #1A1A13. Grayscale: #E5E5E5. Windows color (decimal): -1710612 or 15525349. OLE color: 15525349.

HSL color Cylindrical-coordinate representation of color #E5E5EC: hue angle of 240º degrees, saturation: 0.16, 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 #E5E5EC is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229229236-
CMYK0.030.0300.07
HSL240º15.56%91.18%-
HSV(B)240º2.97%92.55%-
XYZ75.4778.7590.58-
YUV229.8131.5127.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.00%
GREEN value IS 229 (89.84% from 255) = 33.00%
BLUE value IS 236 (92.58% from 255) = 34.01%
R=33.00%
G=33.00%
B=34.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292292360.030.0300.0724015.5691.18
HexE5E5EC3307f0105b
Octal345345354330736020133
Binary1110010111100101111011001111011111110000100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E5EC; }

 p { color: rgb(229,229,236); }

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

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

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

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

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

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

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