Html Css Color HEX #E5AAD8 French Lilac

📋 copy color: '#E5AAD8'

red 229 ◦ green 170 ◦ blue 216

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

Shades of French Lilac #E5AAD8

Tints of French Lilac #E5AAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.12%

R = 37.24%
G = 27.64%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E5AAD8 (or 0xE5AAD8) is known color: French Lilac. HEX triplet: E5, AA and D8. RGB value is (229,170,216). Sum of RGB (Red+Green+Blue) = 229+170+216=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AAD8 is #1A5527. Grayscale: #C0C0C0. Windows color (decimal): -1725736 or 14199525. OLE color: 14199525.

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

Color convert

RGB 229 170 216 -
CMYK 0 0.26 0.06 0.10
HSL 313.22º 0.53% 0.78% -
HSV(B) 313.22º 0.26% 0.9% -
XYZ 59.08 50.37 71.57 -
YUV 192.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 229 170 216 0 0.26 0.06 0.10 313.22 0.53 0.78
Hex E5 AA D8 0 1A 6 A 139 35 4E
Octal 345 252 330 0 32 6 12 471 65 116
Binary 11100101 10101010 11011000 0 11010 110 1010 100111001 110101 1001110

Color Harmonies of #E5AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AAD8

Black with #E5AAD8

Text Example


Text Example

White with #E5AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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