#E5E7FE

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

Shades of Lavender #E5E7FE

Tints of Lavender #E5E7FE

Color information

#E5E7FE (or 0xE5E7FE) is unknown color: approx Lavender. HEX triplet: E5, E7 and FE. RGB value is (229,231,254). Sum of RGB (Red+Green+Blue) = 229+231+254=714 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.07% from 714); Green value is 231 (90.62% from 255 or 32.35% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5E7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E7FE is #1A1801. Grayscale: #E8E8E8. Windows color (decimal): -1710082 or 16705509. OLE color: 16705509.

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

Color convert

RGB229231254-
CMYK0.100.0900.00
HSL235.2º92.59%94.71%-
HSV(B)235.2º9.84%99.61%-
XYZ78.7880.97105.24-
YUV233.02139.84125.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.07%
GREEN value IS 231 (90.62% from 255) = 32.35%
BLUE value IS 254 (99.61% from 255) = 35.57%
R=32.07%
G=32.35%
B=35.57%

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
Decimal2292312540.100.0900.00235.292.5994.71
HexE5E7FEA900eb5d5f
Octal345347376121100353135137
Binary11100101111001111111111010101001001110101110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E7FE; }

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

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

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

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

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

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

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

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