Html Css Color HEX #E5AAD9 French Lilac

📋 copy color: '#E5AAD9'

red 229 ◦ green 170 ◦ blue 217

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

Shades of French Lilac #E5AAD9

Tints of French Lilac #E5AAD9

RGB

 RED value IS 229 (89.84% from 255) = 37.18%

 GREEN value IS 170 (66.8% from 255) = 27.6%

 BLUE value IS 217 (85.16% from 255) = 35.23%

R = 37.18%
G = 27.6%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E5AAD9 (or 0xE5AAD9) is known color: French Lilac. HEX triplet: E5, AA and D9. RGB value is (229,170,217). Sum of RGB (Red+Green+Blue) = 229+170+217=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AAD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AAD9 is #1A5526. Grayscale: #C0C0C0. Windows color (decimal): -1725735 or 14265061. OLE color: 14265061.

HSL color Cylindrical-coordinate representation of color #E5AAD9: hue angle of 312.2º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5AAD9 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 170 217 -
CMYK 0 0.26 0.05 0.10
HSL 312.2º 0.53% 0.78% -
HSV(B) 312.2º 0.26% 0.9% -
XYZ 59.21 50.42 72.26 -
YUV 193 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 229 170 217 0 0.26 0.05 0.10 312.2 0.53 0.78
Hex E5 AA D9 0 1A 5 A 138 35 4E
Octal 345 252 331 0 32 5 12 470 65 116
Binary 11100101 10101010 11011001 0 11010 101 1010 100111000 110101 1001110

Color Harmonies of #E5AAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AAD9

Black with #E5AAD9

Text Example


Text Example

White with #E5AAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AAD9; }

 p { color: rgb(229,170,217); }

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

background-color css

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

 a { background-color: rgb(229,170,217); }

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

border-color css

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

 span { border-color: rgb(229,170,217); }

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