Html Css Color HEX #E1AEDC French Lilac

📋 copy color: '#E1AEDC'

red 225 ◦ green 174 ◦ blue 220

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

Shades of French Lilac #E1AEDC

Tints of French Lilac #E1AEDC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.11%

 BLUE value IS 220 (86.33% from 255) = 35.54%

R = 36.35%
G = 28.11%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E1AEDC (or 0xE1AEDC) is known color: French Lilac. HEX triplet: E1, AE and DC. RGB value is (225,174,220). Sum of RGB (Red+Green+Blue) = 225+174+220=619 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.35% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AEDC is #1E5123. Grayscale: #C2C2C2. Windows color (decimal): -1986852 or 14462689. OLE color: 14462689.

HSL color Cylindrical-coordinate representation of color #E1AEDC: hue angle of 305.88º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1AEDC is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 174 220 -
CMYK 0 0.23 0.02 0.12
HSL 305.88º 0.46% 0.78% -
HSV(B) 305.88º 0.23% 0.88% -
XYZ 59.11 51.45 74.53 -
YUV 194.49 142.4 149.76 -
System Red Green Blue C M Y K H S L
Decimal 225 174 220 0 0.23 0.02 0.12 305.88 0.46 0.78
Hex E1 AE DC 0 17 2 C 132 2E 4E
Octal 341 256 334 0 27 2 14 462 56 116
Binary 11100001 10101110 11011100 0 10111 10 1100 100110010 101110 1001110

Color Harmonies of #E1AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AEDC

Black with #E1AEDC

Text Example


Text Example

White with #E1AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AEDC; }

 p { color: rgb(225,174,220); }

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

background-color css

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

 a { background-color: rgb(225,174,220); }

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

border-color css

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

 span { border-color: rgb(225,174,220); }

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