Html Css Color HEX #E6AED2 French Lilac

📋 copy color: '#E6AED2'

red 230 ◦ green 174 ◦ blue 210

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

Shades of French Lilac #E6AED2

Tints of French Lilac #E6AED2

RGB

 RED value IS 230 (90.23% from 255) = 37.46%

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

 BLUE value IS 210 (82.42% from 255) = 34.2%

R = 37.46%
G = 28.34%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E6AED2 (or 0xE6AED2) is known color: French Lilac. HEX triplet: E6, AE and D2. RGB value is (230,174,210). Sum of RGB (Red+Green+Blue) = 230+174+210=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AED2 is #19512D. Grayscale: #C2C2C2. Windows color (decimal): -1659182 or 13807334. OLE color: 13807334.

HSL color Cylindrical-coordinate representation of color #E6AED2: hue angle of 321.43º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AED2 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 174 210 -
CMYK 0 0.24 0.09 0.10
HSL 321.43º 0.53% 0.79% -
HSV(B) 321.43º 0.24% 0.9% -
XYZ 59.4 51.75 67.83 -
YUV 194.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 230 174 210 0 0.24 0.09 0.10 321.43 0.53 0.79
Hex E6 AE D2 0 18 9 A 141 35 4F
Octal 346 256 322 0 30 11 12 501 65 117
Binary 11100110 10101110 11010010 0 11000 1001 1010 101000001 110101 1001111

Color Harmonies of #E6AED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AED2

Black with #E6AED2

Text Example


Text Example

White with #E6AED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AED2; }

 p { color: rgb(230,174,210); }

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

background-color css

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

 a { background-color: rgb(230,174,210); }

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

border-color css

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

 span { border-color: rgb(230,174,210); }

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