#E1DEFF

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

Shades of Lavender #E1DEFF

Tints of Lavender #E1DEFF

Color information

#E1DEFF (or 0xE1DEFF) is unknown color: approx Lavender. HEX triplet: E1, DE and FF. RGB value is (225,222,255). Sum of RGB (Red+Green+Blue) = 225+222+255=702 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.05% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEFF is #1E2100. Grayscale: #E2E2E2. Windows color (decimal): -1974529 or 16768737. OLE color: 16768737.

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

Color convert

RGB225222255-
CMYK0.120.1300
HSL245.45º100%93.53%-
HSV(B)245.45º12.94%100%-
XYZ75.2275.47105.21-
YUV226.66143.99126.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.05%
GREEN value IS 222 (87.11% from 255) = 31.62%
BLUE value IS 255 (100% from 255) = 36.32%
R=32.05%
G=31.62%
B=36.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252222550.120.1300245.4510093.53
HexE1DEFFCD00f5645e
Octal341336377141500365144136
Binary11100001110111101111111111001101001111010111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DEFF; }

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

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

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

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

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

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

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

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