#E3E1F2

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

Shades of Lavender #E3E1F2

Tints of Lavender #E3E1F2

Color information

#E3E1F2 (or 0xE3E1F2) is unknown color: approx Lavender. HEX triplet: E3, E1 and F2. RGB value is (227,225,242). Sum of RGB (Red+Green+Blue) = 227+225+242=694 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.71% from 694); Green value is 225 (88.28% from 255 or 32.42% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3E1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3E1F2 is #1C1E0D. Grayscale: #E3E3E3. Windows color (decimal): -1842702 or 15917539. OLE color: 15917539.

HSL color Cylindrical-coordinate representation of color #E3E1F2: hue angle of 247.06º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E3E1F2 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB227225242-
CMYK0.060.0700.05
HSL247.06º39.53%91.57%-
HSV(B)247.06º7.02%94.9%-
XYZ74.6376.5994.85-
YUV227.54136.16127.62-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.71%
GREEN value IS 225 (88.28% from 255) = 32.42%
BLUE value IS 242 (94.92% from 255) = 34.87%
R=32.71%
G=32.42%
B=34.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2272252420.060.0700.05247.0639.5391.57
HexE3E1F26705f7285c
Octal343341362670536750134
Binary1110001111100001111100101101110101111101111010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3E1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3E1F2; }

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

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

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

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

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

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

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

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