#E1DFFB

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

Shades of Lavender #E1DFFB

Tints of Lavender #E1DFFB

Color information

#E1DFFB (or 0xE1DFFB) is unknown color: approx Lavender. HEX triplet: E1, DF and FB. RGB value is (225,223,251). Sum of RGB (Red+Green+Blue) = 225+223+251=699 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.19% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFFB is #1E2004. Grayscale: #E2E2E2. Windows color (decimal): -1974277 or 16506849. OLE color: 16506849.

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

Color convert

RGB225223251-
CMYK0.100.1100.02
HSL244.29º77.78%92.94%-
HSV(B)244.29º11.16%98.43%-
XYZ74.8575.75101.94-
YUV226.79141.66126.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.19%
GREEN value IS 223 (87.5% from 255) = 31.90%
BLUE value IS 251 (98.44% from 255) = 35.91%
R=32.19%
G=31.90%
B=35.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252232510.100.1100.02244.2977.7892.94
HexE1DFFBAB02f44e5d
Octal341337373121302364116135
Binary111000011101111111111011101010110101111010010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFFB; }

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

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

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

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

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

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

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

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