#E1DBFE

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

Shades of Lavender #E1DBFE

Tints of Lavender #E1DBFE

Color information

#E1DBFE (or 0xE1DBFE) is unknown color: approx Lavender. HEX triplet: E1, DB and FE. RGB value is (225,219,254). Sum of RGB (Red+Green+Blue) = 225+219+254=698 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.23% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1DBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBFE is #1E2401. Grayscale: #E0E0E0. Windows color (decimal): -1975298 or 16702433. OLE color: 16702433.

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

Color convert

RGB225219254-
CMYK0.110.1400.00
HSL250.29º94.59%92.75%-
HSV(B)250.29º13.78%99.61%-
XYZ74.2773.83104.1-
YUV224.78144.49128.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.23%
GREEN value IS 219 (85.94% from 255) = 31.38%
BLUE value IS 254 (99.61% from 255) = 36.39%
R=32.23%
G=31.38%
B=36.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252192540.110.1400.00250.2994.5992.75
HexE1DBFEBE00fa5f5d
Octal341333376131600372137135
Binary11100001110110111111111010111110001111101010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBFE; }

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

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

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

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

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

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

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

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