#E1DBFF

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

Shades of Lavender #E1DBFF

Tints of Lavender #E1DBFF

Color information

#E1DBFF (or 0xE1DBFF) is unknown color: approx Lavender. HEX triplet: E1, DB and FF. RGB value is (225,219,255). Sum of RGB (Red+Green+Blue) = 225+219+255=699 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.19% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBFF is #1E2400. Grayscale: #E0E0E0. Windows color (decimal): -1975297 or 16767969. OLE color: 16767969.

HSL color Cylindrical-coordinate representation of color #E1DBFF: hue angle of 250º 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 #E1DBFF is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB225219255-
CMYK0.120.1400
HSL250º100%92.94%-
HSV(B)250º14.12%100%-
XYZ74.4373.89104.95-
YUV224.9144.99128.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.19%
GREEN value IS 219 (85.94% from 255) = 31.33%
BLUE value IS 255 (100% from 255) = 36.48%
R=32.19%
G=31.33%
B=36.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252192550.120.140025010092.94
HexE1DBFFCE00fa645d
Octal341333377141600372144135
Binary11100001110110111111111111001110001111101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBFF; }

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

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

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

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

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

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

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

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