Html Css Color HEX #E2AAD0 French Lilac

📋 copy color: '#E2AAD0'

red 226 ◦ green 170 ◦ blue 208

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

Shades of French Lilac #E2AAD0

Tints of French Lilac #E2AAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.44%

R = 37.42%
G = 28.15%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E2AAD0 (or 0xE2AAD0) is known color: French Lilac. HEX triplet: E2, AA and D0. RGB value is (226,170,208). Sum of RGB (Red+Green+Blue) = 226+170+208=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AAD0 is #1D552F. Grayscale: #BEBEBE. Windows color (decimal): -1922352 or 13675234. OLE color: 13675234.

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

Color convert

RGB 226 170 208 -
CMYK 0 0.25 0.08 0.11
HSL 319.29º 0.49% 0.78% -
HSV(B) 319.29º 0.25% 0.89% -
XYZ 57.12 49.47 66.21 -
YUV 191.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 226 170 208 0 0.25 0.08 0.11 319.29 0.49 0.78
Hex E2 AA D0 0 19 8 B 13F 31 4E
Octal 342 252 320 0 31 10 13 477 61 116
Binary 11100010 10101010 11010000 0 11001 1000 1011 100111111 110001 1001110

Color Harmonies of #E2AAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAD0

Black with #E2AAD0

Text Example


Text Example

White with #E2AAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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