Html Css Color HEX #E1B4D7 French Lilac

📋 copy color: '#E1B4D7'

red 225 ◦ green 180 ◦ blue 215

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

Shades of French Lilac #E1B4D7

Tints of French Lilac #E1B4D7

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.03%

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

R = 36.29%
G = 29.03%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E1B4D7 (or 0xE1B4D7) is known color: French Lilac. HEX triplet: E1, B4 and D7. RGB value is (225,180,215). Sum of RGB (Red+Green+Blue) = 225+180+215=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4D7 is #1E4B28. Grayscale: #C5C5C5. Windows color (decimal): -1985321 or 14136545. OLE color: 14136545.

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

Color convert

RGB 225 180 215 -
CMYK 0 0.2 0.04 0.12
HSL 313.33º 0.43% 0.79% -
HSV(B) 313.33º 0.2% 0.88% -
XYZ 59.64 53.56 71.48 -
YUV 197.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 225 180 215 0 0.2 0.04 0.12 313.33 0.43 0.79
Hex E1 B4 D7 0 14 4 C 139 2B 4F
Octal 341 264 327 0 24 4 14 471 53 117
Binary 11100001 10110100 11010111 0 10100 100 1100 100111001 101011 1001111

Color Harmonies of #E1B4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B4D7

Black with #E1B4D7

Text Example


Text Example

White with #E1B4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B4D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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