Html Css Color HEX #E2AAD8 French Lilac

📋 copy color: '#E2AAD8'

red 226 ◦ green 170 ◦ blue 216

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

Shades of French Lilac #E2AAD8

Tints of French Lilac #E2AAD8

RGB

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

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

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

R = 36.93%
G = 27.78%
B = 35.29%

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

#E2AAD8 (or 0xE2AAD8) is known color: French Lilac. HEX triplet: E2, AA and D8. RGB value is (226,170,216). Sum of RGB (Red+Green+Blue) = 226+170+216=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AAD8 is #1D5527. Grayscale: #BFBFBF. Windows color (decimal): -1922344 or 14199522. OLE color: 14199522.

HSL color Cylindrical-coordinate representation of color #E2AAD8: hue angle of 310.71º 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 #E2AAD8 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 170 216 -
CMYK 0 0.25 0.04 0.11
HSL 310.71º 0.49% 0.78% -
HSV(B) 310.71º 0.25% 0.89% -
XYZ 58.13 49.88 71.53 -
YUV 191.99 141.55 152.26 -
System Red Green Blue C M Y K H S L
Decimal 226 170 216 0 0.25 0.04 0.11 310.71 0.49 0.78
Hex E2 AA D8 0 19 4 B 137 31 4E
Octal 342 252 330 0 31 4 13 467 61 116
Binary 11100010 10101010 11011000 0 11001 100 1011 100110111 110001 1001110

Color Harmonies of #E2AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAD8

Black with #E2AAD8

Text Example


Text Example

White with #E2AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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