Html Css Color HEX #E1BAD9 French Lilac

📋 copy color: '#E1BAD9'

red 225 ◦ green 186 ◦ blue 217

#E1BAD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #E1BAD9

Tints of French Lilac #E1BAD9

RGB

 RED value IS 225 (88.28% from 255) = 35.83%

 GREEN value IS 186 (73.05% from 255) = 29.62%

 BLUE value IS 217 (85.16% from 255) = 34.55%

R = 35.83%
G = 29.62%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E1BAD9 (or 0xE1BAD9) is known color: French Lilac. HEX triplet: E1, BA and D9. RGB value is (225,186,217). Sum of RGB (Red+Green+Blue) = 225+186+217=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BAD9 is #1E4526. Grayscale: #C9C9C9. Windows color (decimal): -1983783 or 14269153. OLE color: 14269153.

HSL color Cylindrical-coordinate representation of color #E1BAD9: hue angle of 312.31º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BAD9 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 186 217 -
CMYK 0 0.17 0.04 0.12
HSL 312.31º 0.39% 0.81% -
HSV(B) 312.31º 0.17% 0.88% -
XYZ 61.13 56.14 73.26 -
YUV 201.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 225 186 217 0 0.17 0.04 0.12 312.31 0.39 0.81
Hex E1 BA D9 0 11 4 C 138 27 51
Octal 341 272 331 0 21 4 14 470 47 121
Binary 11100001 10111010 11011001 0 10001 100 1100 100111000 100111 1010001

Color Harmonies of #E1BAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BAD9

Black with #E1BAD9

Text Example


Text Example

White with #E1BAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BAD9; }

 p { color: rgb(225,186,217); }

 H1.HeaderClassName
 {
   color: #E1BAD9;
 }
 .AnyTagClassName
 {
   color: #E1BAD9;
 }
</style>

background-color css

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

 a { background-color: rgb(225,186,217); }

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

border-color css

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

 span { border-color: rgb(225,186,217); }

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