#E1DFFE

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

Shades of Lavender #E1DFFE

Tints of Lavender #E1DFFE

Color information

#E1DFFE (or 0xE1DFFE) is unknown color: approx Lavender. HEX triplet: E1, DF and FE. RGB value is (225,223,254). Sum of RGB (Red+Green+Blue) = 225+223+254=702 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.05% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFFE is #1E2001. Grayscale: #E3E3E3. Windows color (decimal): -1974274 or 16703457. OLE color: 16703457.

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

Color convert

RGB225223254-
CMYK0.110.1200.00
HSL243.87º93.94%93.53%-
HSV(B)243.87º12.2%99.61%-
XYZ75.3375.94104.45-
YUV227.13143.16126.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.05%
GREEN value IS 223 (87.5% from 255) = 31.77%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=32.05%
G=31.77%
B=36.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252232540.110.1200.00243.8793.9493.53
HexE1DFFEBC00f45e5e
Octal341337376131400364136136
Binary11100001110111111111111010111100001111010010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFFE; }

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

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

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

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

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

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

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

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