#E3E2FE

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

Shades of Lavender #E3E2FE

Tints of Lavender #E3E2FE

Color information

#E3E2FE (or 0xE3E2FE) is unknown color: approx Lavender. HEX triplet: E3, E2 and FE. RGB value is (227,226,254). Sum of RGB (Red+Green+Blue) = 227+226+254=707 (93% of max value = 765). Red value is 227 (89.06% from 255 or 32.11% from 707); Green value is 226 (88.67% from 255 or 31.97% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3E2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3E2FE is #1C1D01. Grayscale: #E5E5E5. Windows color (decimal): -1842434 or 16704227. OLE color: 16704227.

HSL color Cylindrical-coordinate representation of color #E3E2FE: hue angle of 242.14º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3E2FE is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB227226254-
CMYK0.110.1100.00
HSL242.14º93.33%94.12%-
HSV(B)242.14º11.02%99.61%-
XYZ76.7677.88104.75-
YUV229.49141.83126.22-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.11%
GREEN value IS 226 (88.67% from 255) = 31.97%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=32.11%
G=31.97%
B=35.93%

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
Decimal2272262540.110.1100.00242.1493.3394.12
HexE3E2FEBB00f25d5e
Octal343342376131300362135136
Binary11100011111000101111111010111011001111001010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3E2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3E2FE; }

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

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

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

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

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

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

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

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