#E7E4FA

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

Shades of Lavender #E7E4FA

Tints of Lavender #E7E4FA

Color information

#E7E4FA (or 0xE7E4FA) is unknown color: approx Lavender. HEX triplet: E7, E4 and FA. RGB value is (231,228,250). Sum of RGB (Red+Green+Blue) = 231+228+250=709 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.58% from 709); Green value is 228 (89.45% from 255 or 32.16% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7E4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7E4FA is #181B05. Grayscale: #E7E7E7. Windows color (decimal): -1579782 or 16442599. OLE color: 16442599.

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

Color convert

RGB231228250-
CMYK0.080.0900.02
HSL248.18º68.75%93.73%-
HSV(B)248.18º8.8%98.04%-
XYZ77.9579.38101.66-
YUV231.4138.49127.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.58%
GREEN value IS 228 (89.45% from 255) = 32.16%
BLUE value IS 250 (98.05% from 255) = 35.26%
R=32.58%
G=32.16%
B=35.26%

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
Decimal2312282500.080.0900.02248.1868.7593.73
HexE7E4FA8902f8455e
Octal347344372101102370105136
Binary111001111110010011111010100010010101111100010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E4FA; }

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

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

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

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

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

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

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

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