#E1DFFD

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

Shades of Lavender #E1DFFD

Tints of Lavender #E1DFFD

Color information

#E1DFFD (or 0xE1DFFD) is unknown color: approx Lavender. HEX triplet: E1, DF and FD. RGB value is (225,223,253). Sum of RGB (Red+Green+Blue) = 225+223+253=701 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.10% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1DFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFFD is #1E2002. Grayscale: #E2E2E2. Windows color (decimal): -1974275 or 16637921. OLE color: 16637921.

HSL color Cylindrical-coordinate representation of color #E1DFFD: hue angle of 244º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1DFFD is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB225223253-
CMYK0.110.1200.01
HSL244º88.24%93.33%-
HSV(B)244º11.86%99.22%-
XYZ75.1775.87103.61-
YUV227.02142.66126.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.10%
GREEN value IS 223 (87.5% from 255) = 31.81%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=32.10%
G=31.81%
B=36.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252232530.110.1200.0124488.2493.33
HexE1DFFDBC01f4585d
Octal341337375131401364130135
Binary11100001110111111111110110111100011111010010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFFD; }

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

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

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

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

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

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

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

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