#E4E4FA

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

Shades of Lavender #E4E4FA

Tints of Lavender #E4E4FA

Color information

#E4E4FA (or 0xE4E4FA) is unknown color: approx Lavender. HEX triplet: E4, E4 and FA. RGB value is (228,228,250). Sum of RGB (Red+Green+Blue) = 228+228+250=706 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.29% from 706); Green value is 228 (89.45% from 255 or 32.29% from 706); Blue value is 250 (98.05% from 255 or 35.41% from 706); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4E4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E4FA is #1B1B05. Grayscale: #E6E6E6. Windows color (decimal): -1776390 or 16442596. OLE color: 16442596.

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

Color convert

RGB228228250-
CMYK0.090.0900.02
HSL240º68.75%93.73%-
HSV(B)240º8.8%98.04%-
XYZ76.9978.88101.61-
YUV230.51139126.21-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.29%
GREEN value IS 228 (89.45% from 255) = 32.29%
BLUE value IS 250 (98.05% from 255) = 35.41%
R=32.29%
G=32.29%
B=35.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282282500.090.0900.0224068.7593.73
HexE4E4FA9902f0455e
Octal344344372111102360105136
Binary111001001110010011111010100110010101111000010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E4FA; }

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

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

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

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

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

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

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

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