#E1E1F9

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

Shades of Lavender #E1E1F9

Tints of Lavender #E1E1F9

Color information

#E1E1F9 (or 0xE1E1F9) is unknown color: approx Lavender. HEX triplet: E1, E1 and F9. RGB value is (225,225,249). Sum of RGB (Red+Green+Blue) = 225+225+249=699 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.19% from 699); Green value is 225 (88.28% from 255 or 32.19% from 699); Blue value is 249 (97.66% from 255 or 35.62% from 699); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1E1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E1F9 is #1E1E06. Grayscale: #E3E3E3. Windows color (decimal): -1973767 or 16376289. OLE color: 16376289.

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

Color convert

RGB225225249-
CMYK0.100.1000.02
HSL240º66.67%92.94%-
HSV(B)240º9.64%97.65%-
XYZ75.0876.7100.47-
YUV227.74140126.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.19%
GREEN value IS 225 (88.28% from 255) = 32.19%
BLUE value IS 249 (97.66% from 255) = 35.62%
R=32.19%
G=32.19%
B=35.62%

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
Decimal2252252490.100.1000.0224066.6792.94
HexE1E1F9AA02f0435d
Octal341341371121202360103135
Binary111000011110000111111001101010100101111000010000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E1F9; }

 p { color: rgb(225,225,249); }

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

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

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

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

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

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

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