Html Css Color HEX #E1AAD3 French Lilac

📋 copy color: '#E1AAD3'

red 225 ◦ green 170 ◦ blue 211

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

Shades of French Lilac #E1AAD3

Tints of French Lilac #E1AAD3

RGB

 RED value IS 225 (88.28% from 255) = 37.13%

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

 BLUE value IS 211 (82.81% from 255) = 34.82%

R = 37.13%
G = 28.05%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E1AAD3 (or 0xE1AAD3) is known color: French Lilac. HEX triplet: E1, AA and D3. RGB value is (225,170,211). Sum of RGB (Red+Green+Blue) = 225+170+211=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AAD3 is #1E552C. Grayscale: #BFBFBF. Windows color (decimal): -1987885 or 13871841. OLE color: 13871841.

HSL color Cylindrical-coordinate representation of color #E1AAD3: hue angle of 315.27º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1AAD3 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 170 211 -
CMYK 0 0.24 0.06 0.12
HSL 315.27º 0.48% 0.77% -
HSV(B) 315.27º 0.24% 0.88% -
XYZ 57.18 49.46 68.16 -
YUV 191.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 225 170 211 0 0.24 0.06 0.12 315.27 0.48 0.77
Hex E1 AA D3 0 18 6 C 13B 30 4D
Octal 341 252 323 0 30 6 14 473 60 115
Binary 11100001 10101010 11010011 0 11000 110 1100 100111011 110000 1001101

Color Harmonies of #E1AAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AAD3

Black with #E1AAD3

Text Example


Text Example

White with #E1AAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AAD3; }

 p { color: rgb(225,170,211); }

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

background-color css

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

 a { background-color: rgb(225,170,211); }

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

border-color css

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

 span { border-color: rgb(225,170,211); }

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