#E3E2FA

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

Shades of Lavender #E3E2FA

Tints of Lavender #E3E2FA

Color information

#E3E2FA (or 0xE3E2FA) is unknown color: approx Lavender. HEX triplet: E3, E2 and FA. RGB value is (227,226,250). Sum of RGB (Red+Green+Blue) = 227+226+250=703 (93% of max value = 765). Red value is 227 (89.06% from 255 or 32.29% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3E2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3E2FA is #1C1D05. Grayscale: #E4E4E4. Windows color (decimal): -1842438 or 16442083. OLE color: 16442083.

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

Color convert

RGB227226250-
CMYK0.090.1000.02
HSL242.5º70.59%93.33%-
HSV(B)242.5º9.6%98.04%-
XYZ76.1377.63101.41-
YUV229.04139.83126.55-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.29%
GREEN value IS 226 (88.67% from 255) = 32.15%
BLUE value IS 250 (98.05% from 255) = 35.56%
R=32.29%
G=32.15%
B=35.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2272262500.090.1000.02242.570.5993.33
HexE3E2FA9A02f2475d
Octal343342372111202362107135
Binary111000111110001011111010100110100101111001010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3E2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3E2FA; }

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

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

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

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

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

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

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

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