#E1E4FF

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

Shades of Lavender #E1E4FF

Tints of Lavender #E1E4FF

Color information

#E1E4FF (or 0xE1E4FF) is unknown color: approx Lavender. HEX triplet: E1, E4 and FF. RGB value is (225,228,255). Sum of RGB (Red+Green+Blue) = 225+228+255=708 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.78% from 708); Green value is 228 (89.45% from 255 or 32.20% 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 #E1E4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E4FF is #1E1B00. Grayscale: #E6E6E6. Windows color (decimal): -1972993 or 16770273. OLE color: 16770273.

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

Color convert

RGB225228255-
CMYK0.120.1100
HSL234º100%94.12%-
HSV(B)234º11.76%100%-
XYZ76.8478.71105.75-
YUV230.18142.01124.3-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252282550.120.110023410094.12
HexE1E4FFCB00ea645e
Octal341344377141300352144136
Binary11100001111001001111111111001011001110101011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E4FF; }

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

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

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

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

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

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

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

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