#E1DCFB

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

Shades of Lavender #E1DCFB

Tints of Lavender #E1DCFB

Color information

#E1DCFB (or 0xE1DCFB) is unknown color: approx Lavender. HEX triplet: E1, DC and FB. RGB value is (225,220,251). Sum of RGB (Red+Green+Blue) = 225+220+251=696 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.33% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCFB is #1E2304. Grayscale: #E0E0E0. Windows color (decimal): -1975045 or 16506081. OLE color: 16506081.

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

Color convert

RGB225220251-
CMYK0.100.1200.02
HSL249.68º79.49%92.35%-
HSV(B)249.68º12.35%98.43%-
XYZ74.0674.16101.68-
YUV225.03142.66127.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.33%
GREEN value IS 220 (86.33% from 255) = 31.61%
BLUE value IS 251 (98.44% from 255) = 36.06%
R=32.33%
G=31.61%
B=36.06%

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
Decimal2252202510.100.1200.02249.6879.4992.35
HexE1DCFBAC02fa4f5c
Octal341334373121402372117134
Binary111000011101110011111011101011000101111101010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCFB; }

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

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

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

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

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

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

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

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