#E1E3FE

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

Shades of Lavender #E1E3FE

Tints of Lavender #E1E3FE

Color information

#E1E3FE (or 0xE1E3FE) is unknown color: approx Lavender. HEX triplet: E1, E3 and FE. RGB value is (225,227,254). Sum of RGB (Red+Green+Blue) = 225+227+254=706 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.87% from 706); Green value is 227 (89.06% from 255 or 32.15% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1E3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E3FE is #1E1C01. Grayscale: #E5E5E5. Windows color (decimal): -1973250 or 16704481. OLE color: 16704481.

HSL color Cylindrical-coordinate representation of color #E1E3FE: hue angle of 235.86º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1E3FE is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB225227254-
CMYK0.110.1100.00
HSL235.86º93.55%93.92%-
HSV(B)235.86º11.42%99.61%-
XYZ76.4178.1104.81-
YUV229.48141.84124.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.87%
GREEN value IS 227 (89.06% from 255) = 32.15%
BLUE value IS 254 (99.61% from 255) = 35.98%
R=31.87%
G=32.15%
B=35.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252272540.110.1100.00235.8693.5593.92
HexE1E3FEBB00ec5e5e
Octal341343376131300354136136
Binary11100001111000111111111010111011001110110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E3FE; }

 p { color: rgb(225,227,254); }

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

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

 a { background-color: rgb(225,227,254); }

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

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

 span { border-color: rgb(225,227,254); }

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