#E1E2FA

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

Shades of Lavender #E1E2FA

Tints of Lavender #E1E2FA

Color information

#E1E2FA (or 0xE1E2FA) is unknown color: approx Lavender. HEX triplet: E1, E2 and FA. RGB value is (225,226,250). Sum of RGB (Red+Green+Blue) = 225+226+250=701 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.10% from 701); Green value is 226 (88.67% from 255 or 32.24% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1E2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E2FA is #1E1D05. Grayscale: #E4E4E4. Windows color (decimal): -1973510 or 16442081. OLE color: 16442081.

HSL color Cylindrical-coordinate representation of color #E1E2FA: hue angle of 237.6º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1E2FA is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225226250-
CMYK0.100.1000.02
HSL237.6º71.43%93.14%-
HSV(B)237.6º10%98.04%-
XYZ75.577.3101.38-
YUV228.44140.17125.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.10%
GREEN value IS 226 (88.67% from 255) = 32.24%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=32.10%
G=32.24%
B=35.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252262500.100.1000.02237.671.4393.14
HexE1E2FAAA02ee475d
Octal341342372121202356107135
Binary111000011110001011111010101010100101110111010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E2FA; }

 p { color: rgb(225,226,250); }

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

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

 a { background-color: rgb(225,226,250); }

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

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

 span { border-color: rgb(225,226,250); }

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