#E2E1FB

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

Shades of Lavender #E2E1FB

Tints of Lavender #E2E1FB

Color information

#E2E1FB (or 0xE2E1FB) is unknown color: approx Lavender. HEX triplet: E2, E1 and FB. RGB value is (226,225,251). Sum of RGB (Red+Green+Blue) = 226+225+251=702 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.19% from 702); Green value is 225 (88.28% from 255 or 32.05% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2E1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E1FB is #1D1E04. Grayscale: #E4E4E4. Windows color (decimal): -1908229 or 16507362. OLE color: 16507362.

HSL color Cylindrical-coordinate representation of color #E2E1FB: hue angle of 242.31º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2E1FB is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226225251-
CMYK0.100.1000.02
HSL242.31º76.47%93.33%-
HSV(B)242.31º10.36%98.43%-
XYZ75.776.98102.14-
YUV228.26140.83126.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.19%
GREEN value IS 225 (88.28% from 255) = 32.05%
BLUE value IS 251 (98.44% from 255) = 35.75%
R=32.19%
G=32.05%
B=35.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262252510.100.1000.02242.3176.4793.33
HexE2E1FBAA02f24c5d
Octal342341373121202362114135
Binary111000101110000111111011101010100101111001010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E1FB; }

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

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

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

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

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

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

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

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