#E1E2F8

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

Shades of Lavender #E1E2F8

Tints of Lavender #E1E2F8

Color information

#E1E2F8 (or 0xE1E2F8) is unknown color: approx Lavender. HEX triplet: E1, E2 and F8. RGB value is (225,226,248). Sum of RGB (Red+Green+Blue) = 225+226+248=699 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.19% from 699); Green value is 226 (88.67% from 255 or 32.33% from 699); Blue value is 248 (97.27% from 255 or 35.48% from 699); Max value from RGB is 248 - color contains mainly: blue. Hex color #E1E2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E2F8 is #1E1D07. Grayscale: #E4E4E4. Windows color (decimal): -1973512 or 16311009. OLE color: 16311009.

HSL color Cylindrical-coordinate representation of color #E1E2F8: hue angle of 237.39º degrees, saturation: 0.62, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1E2F8 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB225226248-
CMYK0.090.0900.03
HSL237.39º62.16%92.75%-
HSV(B)237.39º9.27%97.25%-
XYZ75.1977.1899.74-
YUV228.21139.17125.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.19%
GREEN value IS 226 (88.67% from 255) = 32.33%
BLUE value IS 248 (97.27% from 255) = 35.48%
R=32.19%
G=32.33%
B=35.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2252262480.090.0900.03237.3962.1692.75
HexE1E2F89903ed3e5d
Octal34134237011110335576135
Binary11100001111000101111100010011001011111011011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E2F8; }

 p { color: rgb(225,226,248); }

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

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

 a { background-color: rgb(225,226,248); }

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

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

 span { border-color: rgb(225,226,248); }

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