Html Css Color HEX #E2AAD9 French Lilac

📋 copy color: '#E2AAD9'

red 226 ◦ green 170 ◦ blue 217

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

Shades of French Lilac #E2AAD9

Tints of French Lilac #E2AAD9

RGB

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

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

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

R = 36.87%
G = 27.73%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E2AAD9 (or 0xE2AAD9) is known color: French Lilac. HEX triplet: E2, AA and D9. RGB value is (226,170,217). Sum of RGB (Red+Green+Blue) = 226+170+217=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AAD9 is #1D5526. Grayscale: #BFBFBF. Windows color (decimal): -1922343 or 14265058. OLE color: 14265058.

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

Color convert

RGB 226 170 217 -
CMYK 0 0.25 0.04 0.11
HSL 309.64º 0.49% 0.78% -
HSV(B) 309.64º 0.25% 0.89% -
XYZ 58.26 49.93 72.21 -
YUV 192.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 226 170 217 0 0.25 0.04 0.11 309.64 0.49 0.78
Hex E2 AA D9 0 19 4 B 136 31 4E
Octal 342 252 331 0 31 4 13 466 61 116
Binary 11100010 10101010 11011001 0 11001 100 1011 100110110 110001 1001110

Color Harmonies of #E2AAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAD9

Black with #E2AAD9

Text Example


Text Example

White with #E2AAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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