#E1E3FF

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

Shades of Lavender #E1E3FF

Tints of Lavender #E1E3FF

Color information

#E1E3FF (or 0xE1E3FF) is unknown color: approx Lavender. HEX triplet: E1, E3 and FF. RGB value is (225,227,255). Sum of RGB (Red+Green+Blue) = 225+227+255=707 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.82% from 707); Green value is 227 (89.06% from 255 or 32.11% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1E3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E3FF is #1E1C00. Grayscale: #E5E5E5. Windows color (decimal): -1973249 or 16770017. OLE color: 16770017.

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

Color convert

RGB225227255-
CMYK0.120.1100
HSL236º100%94.12%-
HSV(B)236º11.76%100%-
XYZ76.5778.17105.66-
YUV229.59142.34124.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.82%
GREEN value IS 227 (89.06% from 255) = 32.11%
BLUE value IS 255 (100% from 255) = 36.07%
R=31.82%
G=32.11%
B=36.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252272550.120.110023610094.12
HexE1E3FFCB00ec645e
Octal341343377141300354144136
Binary11100001111000111111111111001011001110110011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E3FF; }

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

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

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

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

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

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

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

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