#E8E5FE

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

Shades of Lavender #E8E5FE

Tints of Lavender #E8E5FE

Color information

#E8E5FE (or 0xE8E5FE) is unknown color: approx Lavender. HEX triplet: E8, E5 and FE. RGB value is (232,229,254). Sum of RGB (Red+Green+Blue) = 232+229+254=715 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.45% from 715); Green value is 229 (89.84% from 255 or 32.03% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8E5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8E5FE is #171A01. Grayscale: #E8E8E8. Windows color (decimal): -1513986 or 16705000. OLE color: 16705000.

HSL color Cylindrical-coordinate representation of color #E8E5FE: hue angle of 247.2º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8E5FE is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB232229254-
CMYK0.090.1000.00
HSL247.2º92.59%94.71%-
HSV(B)247.2º9.84%99.61%-
XYZ79.1980.35105.1-
YUV232.75139.99127.47-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.45%
GREEN value IS 229 (89.84% from 255) = 32.03%
BLUE value IS 254 (99.61% from 255) = 35.52%
R=32.45%
G=32.03%
B=35.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2322292540.090.1000.00247.292.5994.71
HexE8E5FE9A00f75d5f
Octal350345376111200367135137
Binary11101000111001011111111010011010001111011110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E5FE; }

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

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

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

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

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

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

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

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