Html Css Color HEX #E1B0D7 French Lilac

📋 copy color: '#E1B0D7'

red 225 ◦ green 176 ◦ blue 215

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

Shades of French Lilac #E1B0D7

Tints of French Lilac #E1B0D7

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.57%

 BLUE value IS 215 (84.38% from 255) = 34.9%

R = 36.53%
G = 28.57%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E1B0D7 (or 0xE1B0D7) is known color: French Lilac. HEX triplet: E1, B0 and D7. RGB value is (225,176,215). Sum of RGB (Red+Green+Blue) = 225+176+215=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0D7 is #1E4F28. Grayscale: #C2C2C2. Windows color (decimal): -1986345 or 14135521. OLE color: 14135521.

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

Color convert

RGB 225 176 215 -
CMYK 0 0.22 0.04 0.12
HSL 312.24º 0.45% 0.79% -
HSV(B) 312.24º 0.22% 0.88% -
XYZ 58.84 51.96 71.22 -
YUV 195.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 225 176 215 0 0.22 0.04 0.12 312.24 0.45 0.79
Hex E1 B0 D7 0 16 4 C 138 2D 4F
Octal 341 260 327 0 26 4 14 470 55 117
Binary 11100001 10110000 11010111 0 10110 100 1100 100111000 101101 1001111

Color Harmonies of #E1B0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B0D7

Black with #E1B0D7

Text Example


Text Example

White with #E1B0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B0D7; }

 p { color: rgb(225,176,215); }

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

background-color css

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

 a { background-color: rgb(225,176,215); }

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

border-color css

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

 span { border-color: rgb(225,176,215); }

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