#E1DEFB

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

Shades of Lavender #E1DEFB

Tints of Lavender #E1DEFB

Color information

#E1DEFB (or 0xE1DEFB) is unknown color: approx Lavender. HEX triplet: E1, DE and FB. RGB value is (225,222,251). Sum of RGB (Red+Green+Blue) = 225+222+251=698 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.23% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEFB is #1E2104. Grayscale: #E2E2E2. Windows color (decimal): -1974533 or 16506593. OLE color: 16506593.

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

Color convert

RGB225222251-
CMYK0.100.1200.02
HSL246.21º78.38%92.75%-
HSV(B)246.21º11.55%98.43%-
XYZ74.5975.22101.85-
YUV226.2141.99127.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.23%
GREEN value IS 222 (87.11% from 255) = 31.81%
BLUE value IS 251 (98.44% from 255) = 35.96%
R=32.23%
G=31.81%
B=35.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252222510.100.1200.02246.2178.3892.75
HexE1DEFBAC02f64e5d
Octal341336373121402366116135
Binary111000011101111011111011101011000101111011010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DEFB; }

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

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

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

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

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

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

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

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