Html Css Color HEX #EAAAD6 French Lilac

📋 copy color: '#EAAAD6'

red 234 ◦ green 170 ◦ blue 214

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

Shades of French Lilac #EAAAD6

Tints of French Lilac #EAAAD6

RGB

 RED value IS 234 (91.8% from 255) = 37.86%

 GREEN value IS 170 (66.8% from 255) = 27.51%

 BLUE value IS 214 (83.98% from 255) = 34.63%

R = 37.86%
G = 27.51%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EAAAD6 (or 0xEAAAD6) is known color: French Lilac. HEX triplet: EA, AA and D6. RGB value is (234,170,214). Sum of RGB (Red+Green+Blue) = 234+170+214=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 214 (83.98% from 255 or 34.63% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAD6 is #155529. Grayscale: #C2C2C2. Windows color (decimal): -1398058 or 14068458. OLE color: 14068458.

HSL color Cylindrical-coordinate representation of color #EAAAD6: hue angle of 318.75º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAAD6 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 170 214 -
CMYK 0 0.27 0.09 0.08
HSL 318.75º 0.6% 0.79% -
HSV(B) 318.75º 0.27% 0.92% -
XYZ 60.44 51.1 70.3 -
YUV 194.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 234 170 214 0 0.27 0.09 0.08 318.75 0.6 0.79
Hex EA AA D6 0 1B 9 8 13F 3C 4F
Octal 352 252 326 0 33 11 10 477 74 117
Binary 11101010 10101010 11010110 0 11011 1001 1000 100111111 111100 1001111

Color Harmonies of #EAAAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAD6

Black with #EAAAD6

Text Example


Text Example

White with #EAAAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAD6; }

 p { color: rgb(234,170,214); }

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

background-color css

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

 a { background-color: rgb(234,170,214); }

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

border-color css

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

 span { border-color: rgb(234,170,214); }

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