Html Css Color HEX #E1AEDA French Lilac

📋 copy color: '#E1AEDA'

red 225 ◦ green 174 ◦ blue 218

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

Shades of French Lilac #E1AEDA

Tints of French Lilac #E1AEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.33%

R = 36.47%
G = 28.2%
B = 35.33%

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

#E1AEDA (or 0xE1AEDA) is known color: French Lilac. HEX triplet: E1, AE and DA. RGB value is (225,174,218). Sum of RGB (Red+Green+Blue) = 225+174+218=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AEDA is #1E5125. Grayscale: #C2C2C2. Windows color (decimal): -1986854 or 14331617. OLE color: 14331617.

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

Color convert

RGB 225 174 218 -
CMYK 0 0.23 0.03 0.12
HSL 308.24º 0.46% 0.78% -
HSV(B) 308.24º 0.23% 0.88% -
XYZ 58.84 51.34 73.14 -
YUV 194.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 225 174 218 0 0.23 0.03 0.12 308.24 0.46 0.78
Hex E1 AE DA 0 17 3 C 134 2E 4E
Octal 341 256 332 0 27 3 14 464 56 116
Binary 11100001 10101110 11011010 0 10111 11 1100 100110100 101110 1001110

Color Harmonies of #E1AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AEDA

Black with #E1AEDA

Text Example


Text Example

White with #E1AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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