Html Css Color HEX #E0AEDB French Lilac

📋 copy color: '#E0AEDB'

red 224 ◦ green 174 ◦ blue 219

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

Shades of French Lilac #E0AEDB

Tints of French Lilac #E0AEDB

RGB

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

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

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

R = 36.3%
G = 28.2%
B = 35.49%

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

#E0AEDB (or 0xE0AEDB) is known color: French Lilac. HEX triplet: E0, AE and DB. RGB value is (224,174,219). Sum of RGB (Red+Green+Blue) = 224+174+219=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AEDB is #1F5124. Grayscale: #C1C1C1. Windows color (decimal): -2052389 or 14397152. OLE color: 14397152.

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

Color convert

RGB 224 174 219 -
CMYK 0 0.22 0.02 0.12
HSL 306º 0.45% 0.78% -
HSV(B) 306º 0.22% 0.88% -
XYZ 58.66 51.23 73.82 -
YUV 194.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 224 174 219 0 0.22 0.02 0.12 306 0.45 0.78
Hex E0 AE DB 0 16 2 C 132 2D 4E
Octal 340 256 333 0 26 2 14 462 55 116
Binary 11100000 10101110 11011011 0 10110 10 1100 100110010 101101 1001110

Color Harmonies of #E0AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AEDB

Black with #E0AEDB

Text Example


Text Example

White with #E0AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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