#E1E0FB

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

Shades of Lavender #E1E0FB

Tints of Lavender #E1E0FB

Color information

#E1E0FB (or 0xE1E0FB) is unknown color: approx Lavender. HEX triplet: E1, E0 and FB. RGB value is (225,224,251). Sum of RGB (Red+Green+Blue) = 225+224+251=700 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.14% from 700); Green value is 224 (87.89% from 255 or 32% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1E0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1E0FB is #1E1F04. Grayscale: #E3E3E3. Windows color (decimal): -1974021 or 16507105. OLE color: 16507105.

HSL color Cylindrical-coordinate representation of color #E1E0FB: hue angle of 242.22º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1E0FB is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225224251-
CMYK0.100.1100.02
HSL242.22º77.14%93.14%-
HSV(B)242.22º10.76%98.43%-
XYZ75.1276.28102.03-
YUV227.38141.33126.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.14%
GREEN value IS 224 (87.89% from 255) = 32%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=32.14%
G=32%
B=35.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252242510.100.1100.02242.2277.1493.14
HexE1E0FBAB02f24d5d
Octal341340373121302362115135
Binary111000011110000011111011101010110101111001010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E0FB; }

 p { color: rgb(225,224,251); }

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

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

 a { background-color: rgb(225,224,251); }

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

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

 span { border-color: rgb(225,224,251); }

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