#E2E4FA

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

Shades of Lavender #E2E4FA

Tints of Lavender #E2E4FA

Color information

#E2E4FA (or 0xE2E4FA) is unknown color: approx Lavender. HEX triplet: E2, E4 and FA. RGB value is (226,228,250). Sum of RGB (Red+Green+Blue) = 226+228+250=704 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.10% from 704); Green value is 228 (89.45% from 255 or 32.39% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2E4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2E4FA is #1D1B05. Grayscale: #E5E5E5. Windows color (decimal): -1907462 or 16442594. OLE color: 16442594.

HSL color Cylindrical-coordinate representation of color #E2E4FA: hue angle of 235º degrees, saturation: 0.71, 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 #E2E4FA is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226228250-
CMYK0.100.0900.02
HSL235º70.59%93.33%-
HSV(B)235º9.6%98.04%-
XYZ76.3678.56101.58-
YUV229.91139.34125.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.10%
GREEN value IS 228 (89.45% from 255) = 32.39%
BLUE value IS 250 (98.05% from 255) = 35.51%
R=32.10%
G=32.39%
B=35.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262282500.100.0900.0223570.5993.33
HexE2E4FAA902eb475d
Octal342344372121102353107135
Binary111000101110010011111010101010010101110101110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E4FA; }

 p { color: rgb(226,228,250); }

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

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

 a { background-color: rgb(226,228,250); }

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

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

 span { border-color: rgb(226,228,250); }

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