Html Css Color HEX #E1AEDB French Lilac

📋 copy color: '#E1AEDB'

red 225 ◦ green 174 ◦ blue 219

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

Shades of French Lilac #E1AEDB

Tints of French Lilac #E1AEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.44%

R = 36.41%
G = 28.16%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E1AEDB (or 0xE1AEDB) is known color: French Lilac. HEX triplet: E1, AE and DB. RGB value is (225,174,219). Sum of RGB (Red+Green+Blue) = 225+174+219=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AEDB is #1E5124. Grayscale: #C2C2C2. Windows color (decimal): -1986853 or 14397153. OLE color: 14397153.

HSL color Cylindrical-coordinate representation of color #E1AEDB: hue angle of 307.06º 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 #E1AEDB is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 174 219 -
CMYK 0 0.23 0.03 0.12
HSL 307.06º 0.46% 0.78% -
HSV(B) 307.06º 0.23% 0.88% -
XYZ 58.97 51.39 73.83 -
YUV 194.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 225 174 219 0 0.23 0.03 0.12 307.06 0.46 0.78
Hex E1 AE DB 0 17 3 C 133 2E 4E
Octal 341 256 333 0 27 3 14 463 56 116
Binary 11100001 10101110 11011011 0 10111 11 1100 100110011 101110 1001110

Color Harmonies of #E1AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AEDB

Black with #E1AEDB

Text Example


Text Example

White with #E1AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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