#E4E1F5

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

Shades of Lavender #E4E1F5

Tints of Lavender #E4E1F5

Color information

#E4E1F5 (or 0xE4E1F5) is unknown color: approx Lavender. HEX triplet: E4, E1 and F5. RGB value is (228,225,245). Sum of RGB (Red+Green+Blue) = 228+225+245=698 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.66% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 245 - color contains mainly: blue. Hex color #E4E1F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E1F5 is #1B1E0A. Grayscale: #E4E4E4. Windows color (decimal): -1777163 or 16114148. OLE color: 16114148.

HSL color Cylindrical-coordinate representation of color #E4E1F5: hue angle of 249º degrees, saturation: 0.5, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E4E1F5 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB228225245-
CMYK0.070.0800.04
HSL249º50%92.16%-
HSV(B)249º8.16%96.08%-
XYZ75.476.9497.26-
YUV228.18137.49127.87-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.66%
GREEN value IS 225 (88.28% from 255) = 32.23%
BLUE value IS 245 (96.09% from 255) = 35.10%
R=32.66%
G=32.23%
B=35.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2282252450.070.0800.042495092.16
HexE4E1F57804f9325c
Octal3443413657100437162134
Binary11100100111000011111010111110000100111110011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E1F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E1F5; }

 p { color: rgb(228,225,245); }

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

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

 a { background-color: rgb(228,225,245); }

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

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

 span { border-color: rgb(228,225,245); }

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