#E1DCFF

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

Shades of Lavender #E1DCFF

Tints of Lavender #E1DCFF

Color information

#E1DCFF (or 0xE1DCFF) is unknown color: approx Lavender. HEX triplet: E1, DC and FF. RGB value is (225,220,255). Sum of RGB (Red+Green+Blue) = 225+220+255=700 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.14% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCFF is #1E2300. Grayscale: #E1E1E1. Windows color (decimal): -1975041 or 16768225. OLE color: 16768225.

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

Color convert

RGB225220255-
CMYK0.120.1400
HSL248.57º100%93.14%-
HSV(B)248.57º13.73%100%-
XYZ74.6974.41105.03-
YUV225.48144.66127.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.14%
GREEN value IS 220 (86.33% from 255) = 31.43%
BLUE value IS 255 (100% from 255) = 36.43%
R=32.14%
G=31.43%
B=36.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252202550.120.1400248.5710093.14
HexE1DCFFCE00f9645d
Octal341334377141600371144135
Binary11100001110111001111111111001110001111100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCFF; }

 p { color: rgb(225,220,255); }

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

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

 a { background-color: rgb(225,220,255); }

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

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

 span { border-color: rgb(225,220,255); }

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