#E2E3FB

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

Shades of Lavender #E2E3FB

Tints of Lavender #E2E3FB

Color information

#E2E3FB (or 0xE2E3FB) is unknown color: approx Lavender. HEX triplet: E2, E3 and FB. RGB value is (226,227,251). Sum of RGB (Red+Green+Blue) = 226+227+251=704 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.10% from 704); Green value is 227 (89.06% from 255 or 32.24% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2E3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E3FB is #1D1C04. Grayscale: #E5E5E5. Windows color (decimal): -1907717 or 16507874. OLE color: 16507874.

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

Color convert

RGB226227251-
CMYK0.100.1000.02
HSL237.6º75.76%93.53%-
HSV(B)237.6º9.96%98.43%-
XYZ76.2578.07102.32-
YUV229.44140.17125.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.10%
GREEN value IS 227 (89.06% from 255) = 32.24%
BLUE value IS 251 (98.44% from 255) = 35.65%
R=32.10%
G=32.24%
B=35.65%

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
Decimal2262272510.100.1000.02237.675.7693.53
HexE2E3FBAA02ee4c5e
Octal342343373121202356114136
Binary111000101110001111111011101010100101110111010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E3FB; }

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

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

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

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

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

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

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

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