Html Css Color HEX #EAAAD9 French Lilac

📋 copy color: '#EAAAD9'

red 234 ◦ green 170 ◦ blue 217

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

Shades of French Lilac #EAAAD9

Tints of French Lilac #EAAAD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.94%

R = 37.68%
G = 27.38%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EAAAD9 (or 0xEAAAD9) is known color: French Lilac. HEX triplet: EA, AA and D9. RGB value is (234,170,217). Sum of RGB (Red+Green+Blue) = 234+170+217=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAD9 is #155526. Grayscale: #C2C2C2. Windows color (decimal): -1398055 or 14265066. OLE color: 14265066.

HSL color Cylindrical-coordinate representation of color #EAAAD9: hue angle of 315.94º 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 #EAAAD9 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 170 217 -
CMYK 0 0.27 0.07 0.08
HSL 315.94º 0.6% 0.79% -
HSV(B) 315.94º 0.27% 0.92% -
XYZ 60.83 51.25 72.33 -
YUV 194.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 234 170 217 0 0.27 0.07 0.08 315.94 0.6 0.79
Hex EA AA D9 0 1B 7 8 13C 3C 4F
Octal 352 252 331 0 33 7 10 474 74 117
Binary 11101010 10101010 11011001 0 11011 111 1000 100111100 111100 1001111

Color Harmonies of #EAAAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAD9

Black with #EAAAD9

Text Example


Text Example

White with #EAAAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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