#E1DEFE

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

Shades of Lavender #E1DEFE

Tints of Lavender #E1DEFE

Color information

#E1DEFE (or 0xE1DEFE) is unknown color: approx Lavender. HEX triplet: E1, DE and FE. RGB value is (225,222,254). Sum of RGB (Red+Green+Blue) = 225+222+254=701 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.10% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEFE is #1E2101. Grayscale: #E2E2E2. Windows color (decimal): -1974530 or 16703201. OLE color: 16703201.

HSL color Cylindrical-coordinate representation of color #E1DEFE: hue angle of 245.62º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1DEFE is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB225222254-
CMYK0.110.1300.00
HSL245.62º94.12%93.33%-
HSV(B)245.62º12.6%99.61%-
XYZ75.0675.41104.36-
YUV226.54143.49126.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.10%
GREEN value IS 222 (87.11% from 255) = 31.67%
BLUE value IS 254 (99.61% from 255) = 36.23%
R=32.10%
G=31.67%
B=36.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252222540.110.1300.00245.6294.1293.33
HexE1DEFEBD00f65e5d
Octal341336376131500366136135
Binary11100001110111101111111010111101001111011010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DEFE; }

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

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

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

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

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

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

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

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