Html Css Color HEX #E2ACD5 French Lilac

📋 copy color: '#E2ACD5'

red 226 ◦ green 172 ◦ blue 213

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

Shades of French Lilac #E2ACD5

Tints of French Lilac #E2ACD5

RGB

 RED value IS 226 (88.67% from 255) = 36.99%

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

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

R = 36.99%
G = 28.15%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E2ACD5 (or 0xE2ACD5) is known color: French Lilac. HEX triplet: E2, AC and D5. RGB value is (226,172,213). Sum of RGB (Red+Green+Blue) = 226+172+213=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACD5 is #1D532A. Grayscale: #C0C0C0. Windows color (decimal): -1921835 or 14003426. OLE color: 14003426.

HSL color Cylindrical-coordinate representation of color #E2ACD5: hue angle of 314.44º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ACD5 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 172 213 -
CMYK 0 0.24 0.06 0.11
HSL 314.44º 0.48% 0.78% -
HSV(B) 314.44º 0.24% 0.89% -
XYZ 58.13 50.48 69.63 -
YUV 192.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 226 172 213 0 0.24 0.06 0.11 314.44 0.48 0.78
Hex E2 AC D5 0 18 6 B 13A 30 4E
Octal 342 254 325 0 30 6 13 472 60 116
Binary 11100010 10101100 11010101 0 11000 110 1011 100111010 110000 1001110

Color Harmonies of #E2ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ACD5

Black with #E2ACD5

Text Example


Text Example

White with #E2ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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