#E1E7FE

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

Shades of Lavender #E1E7FE

Tints of Lavender #E1E7FE

Color information

#E1E7FE (or 0xE1E7FE) is unknown color: approx Lavender. HEX triplet: E1, E7 and FE. RGB value is (225,231,254). Sum of RGB (Red+Green+Blue) = 225+231+254=710 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.69% from 710); Green value is 231 (90.62% from 255 or 32.54% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1E7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E7FE is #1E1801. Grayscale: #E7E7E7. Windows color (decimal): -1972226 or 16705505. OLE color: 16705505.

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

Color convert

RGB225231254-
CMYK0.110.0900.00
HSL227.59º93.55%93.92%-
HSV(B)227.59º11.42%99.61%-
XYZ77.5280.32105.18-
YUV231.83140.51123.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.69%
GREEN value IS 231 (90.62% from 255) = 32.54%
BLUE value IS 254 (99.61% from 255) = 35.77%
R=31.69%
G=32.54%
B=35.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252312540.110.0900.00227.5993.5593.92
HexE1E7FEB900e45e5e
Octal341347376131100344136136
Binary11100001111001111111111010111001001110010010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E7FE; }

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

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

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

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

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

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

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

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