#E7EAFA

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

Shades of Lavender #E7EAFA

Tints of Lavender #E7EAFA

Color information

#E7EAFA (or 0xE7EAFA) is unknown color: approx Lavender. HEX triplet: E7, EA and FA. RGB value is (231,234,250). Sum of RGB (Red+Green+Blue) = 231+234+250=715 (94% of max value = 765). Red value is 231 (90.62% from 255 or 32.31% from 715); Green value is 234 (91.80% from 255 or 32.73% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7EAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EAFA is #181505. Grayscale: #EAEAEA. Windows color (decimal): -1578246 or 16444135. OLE color: 16444135.

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

Color convert

RGB231234250-
CMYK0.080.0600.02
HSL230.53º65.52%94.31%-
HSV(B)230.53º7.6%98.04%-
XYZ79.6382.74102.22-
YUV234.93136.51125.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.31%
GREEN value IS 234 (91.80% from 255) = 32.73%
BLUE value IS 250 (98.05% from 255) = 34.97%
R=32.31%
G=32.73%
B=34.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2312342500.080.0600.02230.5365.5294.31
HexE7EAFA8602e7425e
Octal34735237210602347102136
Binary11100111111010101111101010001100101110011110000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EAFA; }

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

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

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

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

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

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

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

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