Html Css Color HEX #E0AEDC French Lilac

📋 copy color: '#E0AEDC'

red 224 ◦ green 174 ◦ blue 220

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

Shades of French Lilac #E0AEDC

Tints of French Lilac #E0AEDC

RGB

 RED value IS 224 (87.89% from 255) = 36.25%

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

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

R = 36.25%
G = 28.16%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E0AEDC (or 0xE0AEDC) is known color: French Lilac. HEX triplet: E0, AE and DC. RGB value is (224,174,220). Sum of RGB (Red+Green+Blue) = 224+174+220=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AEDC is #1F5123. Grayscale: #C2C2C2. Windows color (decimal): -2052388 or 14462688. OLE color: 14462688.

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

Color convert

RGB 224 174 220 -
CMYK 0 0.22 0.02 0.12
HSL 304.8º 0.45% 0.78% -
HSV(B) 304.8º 0.22% 0.88% -
XYZ 58.79 51.29 74.51 -
YUV 194.19 142.57 149.26 -
System Red Green Blue C M Y K H S L
Decimal 224 174 220 0 0.22 0.02 0.12 304.8 0.45 0.78
Hex E0 AE DC 0 16 2 C 131 2D 4E
Octal 340 256 334 0 26 2 14 461 55 116
Binary 11100000 10101110 11011100 0 10110 10 1100 100110001 101101 1001110

Color Harmonies of #E0AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AEDC

Black with #E0AEDC

Text Example


Text Example

White with #E0AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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