#E1E1FE

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

Shades of Lavender #E1E1FE

Tints of Lavender #E1E1FE

Color information

#E1E1FE (or 0xE1E1FE) is unknown color: approx Lavender. HEX triplet: E1, E1 and FE. RGB value is (225,225,254). Sum of RGB (Red+Green+Blue) = 225+225+254=704 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.96% from 704); Green value is 225 (88.28% from 255 or 31.96% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1E1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E1FE is #1E1E01. Grayscale: #E4E4E4. Windows color (decimal): -1973762 or 16703969. OLE color: 16703969.

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

Color convert

RGB225225254-
CMYK0.110.1100.00
HSL240º93.55%93.92%-
HSV(B)240º11.42%99.61%-
XYZ75.8777.01104.63-
YUV228.31142.5125.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.96%
GREEN value IS 225 (88.28% from 255) = 31.96%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=31.96%
G=31.96%
B=36.08%

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
Decimal2252252540.110.1100.0024093.5593.92
HexE1E1FEBB00f05e5e
Octal341341376131300360136136
Binary11100001111000011111111010111011001111000010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E1FE; }

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

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

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

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

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

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

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

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