#E5E5FE

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

Shades of Lavender #E5E5FE

Tints of Lavender #E5E5FE

Color information

#E5E5FE (or 0xE5E5FE) is unknown color: approx Lavender. HEX triplet: E5, E5 and FE. RGB value is (229,229,254). Sum of RGB (Red+Green+Blue) = 229+229+254=712 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.16% from 712); Green value is 229 (89.84% from 255 or 32.16% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5E5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E5FE is #1A1A01. Grayscale: #E7E7E7. Windows color (decimal): -1710594 or 16704997. OLE color: 16704997.

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

Color convert

RGB229229254-
CMYK0.100.1000.00
HSL240º92.59%94.71%-
HSV(B)240º9.84%99.61%-
XYZ78.2279.85105.06-
YUV231.85140.5125.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.16%
GREEN value IS 229 (89.84% from 255) = 32.16%
BLUE value IS 254 (99.61% from 255) = 35.67%
R=32.16%
G=32.16%
B=35.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292292540.100.1000.0024092.5994.71
HexE5E5FEAA00f05d5f
Octal345345376121200360135137
Binary11100101111001011111111010101010001111000010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E5FE; }

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

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

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

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

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

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

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

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