#E6E4FA

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

Shades of Lavender #E6E4FA

Tints of Lavender #E6E4FA

Color information

#E6E4FA (or 0xE6E4FA) is unknown color: approx Lavender. HEX triplet: E6, E4 and FA. RGB value is (230,228,250). Sum of RGB (Red+Green+Blue) = 230+228+250=708 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.49% from 708); Green value is 228 (89.45% from 255 or 32.20% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6E4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E4FA is #191B05. Grayscale: #E7E7E7. Windows color (decimal): -1645318 or 16442598. OLE color: 16442598.

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

Color convert

RGB230228250-
CMYK0.080.0900.02
HSL245.45º68.75%93.73%-
HSV(B)245.45º8.8%98.04%-
XYZ77.6379.21101.64-
YUV231.11138.66127.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.49%
GREEN value IS 228 (89.45% from 255) = 32.20%
BLUE value IS 250 (98.05% from 255) = 35.31%
R=32.49%
G=32.20%
B=35.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302282500.080.0900.02245.4568.7593.73
HexE6E4FA8902f5455e
Octal346344372101102365105136
Binary111001101110010011111010100010010101111010110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E4FA; }

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

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

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

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

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

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

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

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