Html Css Color HEX #E0AEDA French Lilac

📋 copy color: '#E0AEDA'

red 224 ◦ green 174 ◦ blue 218

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

Shades of French Lilac #E0AEDA

Tints of French Lilac #E0AEDA

RGB

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

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

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

R = 36.36%
G = 28.25%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E0AEDA (or 0xE0AEDA) is known color: French Lilac. HEX triplet: E0, AE and DA. RGB value is (224,174,218). Sum of RGB (Red+Green+Blue) = 224+174+218=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AEDA is #1F5125. Grayscale: #C1C1C1. Windows color (decimal): -2052390 or 14331616. OLE color: 14331616.

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

Color convert

RGB 224 174 218 -
CMYK 0 0.22 0.03 0.12
HSL 307.2º 0.45% 0.78% -
HSV(B) 307.2º 0.22% 0.88% -
XYZ 58.53 51.18 73.12 -
YUV 193.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 224 174 218 0 0.22 0.03 0.12 307.2 0.45 0.78
Hex E0 AE DA 0 16 3 C 133 2D 4E
Octal 340 256 332 0 26 3 14 463 55 116
Binary 11100000 10101110 11011010 0 10110 11 1100 100110011 101101 1001110

Color Harmonies of #E0AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AEDA

Black with #E0AEDA

Text Example


Text Example

White with #E0AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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