Html Css Color HEX #E5AADD French Lilac

📋 copy color: '#E5AADD'

red 229 ◦ green 170 ◦ blue 221

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

Shades of French Lilac #E5AADD

Tints of French Lilac #E5AADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.65%

R = 36.94%
G = 27.42%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E5AADD (or 0xE5AADD) is known color: French Lilac. HEX triplet: E5, AA and DD. RGB value is (229,170,221). Sum of RGB (Red+Green+Blue) = 229+170+221=620 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.94% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AADD is #1A5522. Grayscale: #C1C1C1. Windows color (decimal): -1725731 or 14527205. OLE color: 14527205.

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

Color convert

RGB 229 170 221 -
CMYK 0 0.26 0.03 0.10
HSL 308.14º 0.53% 0.78% -
HSV(B) 308.14º 0.26% 0.9% -
XYZ 59.74 50.63 75.03 -
YUV 193.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 229 170 221 0 0.26 0.03 0.10 308.14 0.53 0.78
Hex E5 AA DD 0 1A 3 A 134 35 4E
Octal 345 252 335 0 32 3 12 464 65 116
Binary 11100101 10101010 11011101 0 11010 11 1010 100110100 110101 1001110

Color Harmonies of #E5AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AADD

Black with #E5AADD

Text Example


Text Example

White with #E5AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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