#E1DEFD

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

Shades of Lavender #E1DEFD

Tints of Lavender #E1DEFD

Color information

#E1DEFD (or 0xE1DEFD) is unknown color: approx Lavender. HEX triplet: E1, DE and FD. RGB value is (225,222,253). Sum of RGB (Red+Green+Blue) = 225+222+253=700 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.14% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEFD is #1E2102. Grayscale: #E2E2E2. Windows color (decimal): -1974531 or 16637665. OLE color: 16637665.

HSL color Cylindrical-coordinate representation of color #E1DEFD: hue angle of 245.81º degrees, saturation: 0.89, 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 #E1DEFD is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB225222253-
CMYK0.110.1200.01
HSL245.81º88.57%93.14%-
HSV(B)245.81º12.25%99.22%-
XYZ74.975.34103.52-
YUV226.43142.99126.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.14%
GREEN value IS 222 (87.11% from 255) = 31.71%
BLUE value IS 253 (99.22% from 255) = 36.14%
R=32.14%
G=31.71%
B=36.14%

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
Decimal2252222530.110.1200.01245.8188.5793.14
HexE1DEFDBC01f6595d
Octal341336375131401366131135
Binary11100001110111101111110110111100011111011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DEFD; }

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

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

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

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

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

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

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

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