#E1E1FF

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

Shades of Lavender #E1E1FF

Tints of Lavender #E1E1FF

Color information

#E1E1FF (or 0xE1E1FF) is unknown color: approx Lavender. HEX triplet: E1, E1 and FF. RGB value is (225,225,255). Sum of RGB (Red+Green+Blue) = 225+225+255=705 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.91% from 705); Green value is 225 (88.28% from 255 or 31.91% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1E1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E1FF is #1E1E00. Grayscale: #E4E4E4. Windows color (decimal): -1973761 or 16769505. OLE color: 16769505.

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

Color convert

RGB225225255-
CMYK0.120.1200
HSL240º100%94.12%-
HSV(B)240º11.76%100%-
XYZ76.0377.08105.48-
YUV228.42143125.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.91%
GREEN value IS 225 (88.28% from 255) = 31.91%
BLUE value IS 255 (100% from 255) = 36.17%
R=31.91%
G=31.91%
B=36.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252252550.120.120024010094.12
HexE1E1FFCC00f0645e
Octal341341377141400360144136
Binary11100001111000011111111111001100001111000011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E1FF; }

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

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

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

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

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

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

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

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