#E1DDFB

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

Shades of Lavender #E1DDFB

Tints of Lavender #E1DDFB

Color information

#E1DDFB (or 0xE1DDFB) is unknown color: approx Lavender. HEX triplet: E1, DD and FB. RGB value is (225,221,251). Sum of RGB (Red+Green+Blue) = 225+221+251=697 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.28% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DDFB is #1E2204. Grayscale: #E1E1E1. Windows color (decimal): -1974789 or 16506337. OLE color: 16506337.

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

Color convert

RGB225221251-
CMYK0.100.1200.02
HSL248º78.95%92.55%-
HSV(B)248º11.95%98.43%-
XYZ74.3274.69101.77-
YUV225.62142.33127.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.28%
GREEN value IS 221 (86.72% from 255) = 31.71%
BLUE value IS 251 (98.44% from 255) = 36.01%
R=32.28%
G=31.71%
B=36.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252212510.100.1200.0224878.9592.55
HexE1DDFBAC02f84f5d
Octal341335373121402370117135
Binary111000011101110111111011101011000101111100010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DDFB; }

 p { color: rgb(225,221,251); }

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

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

 a { background-color: rgb(225,221,251); }

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

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

 span { border-color: rgb(225,221,251); }

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