#E3E0FA

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

Shades of Lavender #E3E0FA

Tints of Lavender #E3E0FA

Color information

#E3E0FA (or 0xE3E0FA) is unknown color: approx Lavender. HEX triplet: E3, E0 and FA. RGB value is (227,224,250). Sum of RGB (Red+Green+Blue) = 227+224+250=701 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.38% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3E0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3E0FA is #1C1F05. Grayscale: #E3E3E3. Windows color (decimal): -1842950 or 16441571. OLE color: 16441571.

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

Color convert

RGB227224250-
CMYK0.090.1000.02
HSL246.92º72.22%92.94%-
HSV(B)246.92º10.4%98.04%-
XYZ75.5976.54101.23-
YUV227.86140.49127.39-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 32.38%
GREEN value IS 224 (87.89% from 255) = 31.95%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=32.38%
G=31.95%
B=35.66%

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
Decimal2272242500.090.1000.02246.9272.2292.94
HexE3E0FA9A02f7485d
Octal343340372111202367110135
Binary111000111110000011111010100110100101111011110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3E0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3E0FA; }

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

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

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

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

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

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

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

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