#E2E1FE

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

Shades of Lavender #E2E1FE

Tints of Lavender #E2E1FE

Color information

#E2E1FE (or 0xE2E1FE) is unknown color: approx Lavender. HEX triplet: E2, E1 and FE. RGB value is (226,225,254). Sum of RGB (Red+Green+Blue) = 226+225+254=705 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.06% from 705); Green value is 225 (88.28% from 255 or 31.91% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2E1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E1FE is #1D1E01. Grayscale: #E4E4E4. Windows color (decimal): -1908226 or 16703970. OLE color: 16703970.

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

Color convert

RGB226225254-
CMYK0.110.1100.00
HSL242.07º93.55%93.92%-
HSV(B)242.07º11.42%99.61%-
XYZ76.1877.17104.65-
YUV228.6142.33126.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.06%
GREEN value IS 225 (88.28% from 255) = 31.91%
BLUE value IS 254 (99.61% from 255) = 36.03%
R=32.06%
G=31.91%
B=36.03%

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
Decimal2262252540.110.1100.00242.0793.5593.92
HexE2E1FEBB00f25e5e
Octal342341376131300362136136
Binary11100010111000011111111010111011001111001010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E1FE; }

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

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

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

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

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

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

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

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