Html Css Color HEX #E1B0D6 French Lilac

📋 copy color: '#E1B0D6'

red 225 ◦ green 176 ◦ blue 214

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

Shades of French Lilac #E1B0D6

Tints of French Lilac #E1B0D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.8%

R = 36.59%
G = 28.62%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E1B0D6 (or 0xE1B0D6) is known color: French Lilac. HEX triplet: E1, B0 and D6. RGB value is (225,176,214). Sum of RGB (Red+Green+Blue) = 225+176+214=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0D6 is #1E4F29. Grayscale: #C2C2C2. Windows color (decimal): -1986346 or 14069985. OLE color: 14069985.

HSL color Cylindrical-coordinate representation of color #E1B0D6: hue angle of 313.47º 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 #E1B0D6 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 176 214 -
CMYK 0 0.22 0.05 0.12
HSL 313.47º 0.45% 0.79% -
HSV(B) 313.47º 0.22% 0.88% -
XYZ 58.71 51.91 70.54 -
YUV 194.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 225 176 214 0 0.22 0.05 0.12 313.47 0.45 0.79
Hex E1 B0 D6 0 16 5 C 139 2D 4F
Octal 341 260 326 0 26 5 14 471 55 117
Binary 11100001 10110000 11010110 0 10110 101 1100 100111001 101101 1001111

Color Harmonies of #E1B0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B0D6

Black with #E1B0D6

Text Example


Text Example

White with #E1B0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B0D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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