#E2E3EC

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

Shades of Lavender #E2E3EC

Tints of Lavender #E2E3EC

Color information

#E2E3EC (or 0xE2E3EC) is unknown color: approx Lavender. HEX triplet: E2, E3 and EC. RGB value is (226,227,236). Sum of RGB (Red+Green+Blue) = 226+227+236=689 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.80% from 689); Green value is 227 (89.06% from 255 or 32.95% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2E3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E3EC is #1D1C13. Grayscale: #E3E3E3. Windows color (decimal): -1907732 or 15524834. OLE color: 15524834.

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

Color convert

RGB226227236-
CMYK0.040.0400.07
HSL234º20.83%90.59%-
HSV(B)234º4.24%92.55%-
XYZ73.9777.1690.35-
YUV227.73132.67126.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.80%
GREEN value IS 227 (89.06% from 255) = 32.95%
BLUE value IS 236 (92.58% from 255) = 34.25%
R=32.80%
G=32.95%
B=34.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262272360.040.0400.0723420.8390.59
HexE2E3EC4407ea155b
Octal342343354440735225133
Binary111000101110001111101100100100011111101010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E3EC; }

 p { color: rgb(226,227,236); }

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

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

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

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

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

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

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