Html Css Color HEX #EAAAD8 French Lilac

📋 copy color: '#EAAAD8'

red 234 ◦ green 170 ◦ blue 216

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

Shades of French Lilac #EAAAD8

Tints of French Lilac #EAAAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.84%

R = 37.74%
G = 27.42%
B = 34.84%

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

#EAAAD8 (or 0xEAAAD8) is known color: French Lilac. HEX triplet: EA, AA and D8. RGB value is (234,170,216). Sum of RGB (Red+Green+Blue) = 234+170+216=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAD8 is #155527. Grayscale: #C2C2C2. Windows color (decimal): -1398056 or 14199530. OLE color: 14199530.

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

Color convert

RGB 234 170 216 -
CMYK 0 0.27 0.08 0.08
HSL 316.88º 0.6% 0.79% -
HSV(B) 316.88º 0.27% 0.92% -
XYZ 60.7 51.2 71.65 -
YUV 194.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 234 170 216 0 0.27 0.08 0.08 316.88 0.6 0.79
Hex EA AA D8 0 1B 8 8 13D 3C 4F
Octal 352 252 330 0 33 10 10 475 74 117
Binary 11101010 10101010 11011000 0 11011 1000 1000 100111101 111100 1001111

Color Harmonies of #EAAAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAD8

Black with #EAAAD8

Text Example


Text Example

White with #EAAAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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