Html Css Color HEX #E1ACD5 French Lilac

📋 copy color: '#E1ACD5'

red 225 ◦ green 172 ◦ blue 213

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

Shades of French Lilac #E1ACD5

Tints of French Lilac #E1ACD5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.2%

 BLUE value IS 213 (83.59% from 255) = 34.92%

R = 36.89%
G = 28.2%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E1ACD5 (or 0xE1ACD5) is known color: French Lilac. HEX triplet: E1, AC and D5. RGB value is (225,172,213). Sum of RGB (Red+Green+Blue) = 225+172+213=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACD5 is #1E532A. Grayscale: #C0C0C0. Windows color (decimal): -1987371 or 14003425. OLE color: 14003425.

HSL color Cylindrical-coordinate representation of color #E1ACD5: hue angle of 313.58º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ACD5 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 172 213 -
CMYK 0 0.24 0.05 0.12
HSL 313.58º 0.47% 0.78% -
HSV(B) 313.58º 0.24% 0.88% -
XYZ 57.81 50.32 69.62 -
YUV 192.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 225 172 213 0 0.24 0.05 0.12 313.58 0.47 0.78
Hex E1 AC D5 0 18 5 C 13A 2F 4E
Octal 341 254 325 0 30 5 14 472 57 116
Binary 11100001 10101100 11010101 0 11000 101 1100 100111010 101111 1001110

Color Harmonies of #E1ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ACD5

Black with #E1ACD5

Text Example


Text Example

White with #E1ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ACD5; }

 p { color: rgb(225,172,213); }

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

background-color css

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

 a { background-color: rgb(225,172,213); }

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

border-color css

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

 span { border-color: rgb(225,172,213); }

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