#E5E8FE

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

Shades of Lavender #E5E8FE

Tints of Lavender #E5E8FE

Color information

#E5E8FE (or 0xE5E8FE) is unknown color: approx Lavender. HEX triplet: E5, E8 and FE. RGB value is (229,232,254). Sum of RGB (Red+Green+Blue) = 229+232+254=715 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.03% from 715); Green value is 232 (91.02% from 255 or 32.45% 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 #E5E8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E8FE is #1A1701. Grayscale: #E9E9E9. Windows color (decimal): -1709826 or 16705765. OLE color: 16705765.

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

Color convert

RGB229232254-
CMYK0.100.0900.00
HSL232.8º92.59%94.71%-
HSV(B)232.8º9.84%99.61%-
XYZ79.0681.53105.34-
YUV233.61139.51124.71-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292322540.100.0900.00232.892.5994.71
HexE5E8FEA900e95d5f
Octal345350376121100351135137
Binary11100101111010001111111010101001001110100110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E8FE; }

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

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

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

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

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

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

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

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