#E8E5FA

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

Shades of Lavender #E8E5FA

Tints of Lavender #E8E5FA

Color information

#E8E5FA (or 0xE8E5FA) is unknown color: approx Lavender. HEX triplet: E8, E5 and FA. RGB value is (232,229,250). Sum of RGB (Red+Green+Blue) = 232+229+250=711 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.63% from 711); Green value is 229 (89.84% from 255 or 32.21% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8E5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8E5FA is #171A05. Grayscale: #E8E8E8. Windows color (decimal): -1513990 or 16442856. OLE color: 16442856.

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

Color convert

RGB232229250-
CMYK0.070.0800.02
HSL248.57º67.74%93.92%-
HSV(B)248.57º8.4%98.04%-
XYZ78.5580.1101.76-
YUV232.29137.99127.79-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.63%
GREEN value IS 229 (89.84% from 255) = 32.21%
BLUE value IS 250 (98.05% from 255) = 35.16%
R=32.63%
G=32.21%
B=35.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322292500.070.0800.02248.5767.7493.92
HexE8E5FA7802f9445e
Octal35034537271002371104136
Binary11101000111001011111101011110000101111100110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E5FA; }

 p { color: rgb(232,229,250); }

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

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

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

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

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

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

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