Html Css Color HEX #E1B0D4 French Lilac

📋 copy color: '#E1B0D4'

red 225 ◦ green 176 ◦ blue 212

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

Shades of French Lilac #E1B0D4

Tints of French Lilac #E1B0D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.58%

R = 36.7%
G = 28.71%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E1B0D4 (or 0xE1B0D4) is known color: French Lilac. HEX triplet: E1, B0 and D4. RGB value is (225,176,212). Sum of RGB (Red+Green+Blue) = 225+176+212=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0D4 is #1E4F2B. Grayscale: #C2C2C2. Windows color (decimal): -1986348 or 13938913. OLE color: 13938913.

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

Color convert

RGB 225 176 212 -
CMYK 0 0.22 0.06 0.12
HSL 315.92º 0.45% 0.79% -
HSV(B) 315.92º 0.22% 0.88% -
XYZ 58.46 51.81 69.21 -
YUV 194.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 225 176 212 0 0.22 0.06 0.12 315.92 0.45 0.79
Hex E1 B0 D4 0 16 6 C 13C 2D 4F
Octal 341 260 324 0 26 6 14 474 55 117
Binary 11100001 10110000 11010100 0 10110 110 1100 100111100 101101 1001111

Color Harmonies of #E1B0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B0D4

Black with #E1B0D4

Text Example


Text Example

White with #E1B0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B0D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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