Html Css Color HEX #EAAAD7 French Lilac

📋 copy color: '#EAAAD7'

red 234 ◦ green 170 ◦ blue 215

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

Shades of French Lilac #EAAAD7

Tints of French Lilac #EAAAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.73%

R = 37.8%
G = 27.46%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EAAAD7 (or 0xEAAAD7) is known color: French Lilac. HEX triplet: EA, AA and D7. RGB value is (234,170,215). Sum of RGB (Red+Green+Blue) = 234+170+215=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAD7 is #155528. Grayscale: #C2C2C2. Windows color (decimal): -1398057 or 14133994. OLE color: 14133994.

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

Color convert

RGB 234 170 215 -
CMYK 0 0.27 0.08 0.08
HSL 317.81º 0.6% 0.79% -
HSV(B) 317.81º 0.27% 0.92% -
XYZ 60.57 51.15 70.97 -
YUV 194.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 234 170 215 0 0.27 0.08 0.08 317.81 0.6 0.79
Hex EA AA D7 0 1B 8 8 13E 3C 4F
Octal 352 252 327 0 33 10 10 476 74 117
Binary 11101010 10101010 11010111 0 11011 1000 1000 100111110 111100 1001111

Color Harmonies of #EAAAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAD7

Black with #EAAAD7

Text Example


Text Example

White with #EAAAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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