#E4E1FF

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

Shades of Lavender #E4E1FF

Tints of Lavender #E4E1FF

Color information

#E4E1FF (or 0xE4E1FF) is unknown color: approx Lavender. HEX triplet: E4, E1 and FF. RGB value is (228,225,255). Sum of RGB (Red+Green+Blue) = 228+225+255=708 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.20% from 708); Green value is 225 (88.28% from 255 or 31.78% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4E1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E1FF is #1B1E00. Grayscale: #E5E5E5. Windows color (decimal): -1777153 or 16769508. OLE color: 16769508.

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

Color convert

RGB228225255-
CMYK0.110.1200
HSL246º100%94.12%-
HSV(B)246º11.76%100%-
XYZ76.9777.56105.52-
YUV229.32142.49127.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.20%
GREEN value IS 225 (88.28% from 255) = 31.78%
BLUE value IS 255 (100% from 255) = 36.02%
R=32.20%
G=31.78%
B=36.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2282252550.110.120024610094.12
HexE4E1FFBC00f6645e
Octal344341377131400366144136
Binary11100100111000011111111110111100001111011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E1FF; }

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

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

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

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

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

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

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

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