#E4E1FE

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

Shades of Lavender #E4E1FE

Tints of Lavender #E4E1FE

Color information

#E4E1FE (or 0xE4E1FE) is unknown color: approx Lavender. HEX triplet: E4, E1 and FE. RGB value is (228,225,254). Sum of RGB (Red+Green+Blue) = 228+225+254=707 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.25% from 707); Green value is 225 (88.28% from 255 or 31.82% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4E1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E1FE is #1B1E01. Grayscale: #E5E5E5. Windows color (decimal): -1777154 or 16703972. OLE color: 16703972.

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

Color convert

RGB228225254-
CMYK0.100.1100.00
HSL246.21º93.55%93.92%-
HSV(B)246.21º11.42%99.61%-
XYZ76.8177.5104.68-
YUV229.2141.99127.14-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.25%
GREEN value IS 225 (88.28% from 255) = 31.82%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=32.25%
G=31.82%
B=35.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2282252540.100.1100.00246.2193.5593.92
HexE4E1FEAB00f65e5e
Octal344341376121300366136136
Binary11100100111000011111111010101011001111011010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E1FE; }

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

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

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

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

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

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

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

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