Html Css Color HEX #EABAD9 French Lilac

📋 copy color: '#EABAD9'

red 234 ◦ green 186 ◦ blue 217

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

Shades of French Lilac #EABAD9

Tints of French Lilac #EABAD9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.2%

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

R = 36.73%
G = 29.2%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EABAD9 (or 0xEABAD9) is known color: French Lilac. HEX triplet: EA, BA and D9. RGB value is (234,186,217). Sum of RGB (Red+Green+Blue) = 234+186+217=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAD9 is #154526. Grayscale: #CBCBCB. Windows color (decimal): -1393959 or 14269162. OLE color: 14269162.

HSL color Cylindrical-coordinate representation of color #EABAD9: hue angle of 321.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABAD9 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 186 217 -
CMYK 0 0.21 0.07 0.08
HSL 321.25º 0.53% 0.82% -
HSV(B) 321.25º 0.21% 0.92% -
XYZ 64.01 57.62 73.39 -
YUV 203.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 234 186 217 0 0.21 0.07 0.08 321.25 0.53 0.82
Hex EA BA D9 0 15 7 8 141 35 52
Octal 352 272 331 0 25 7 10 501 65 122
Binary 11101010 10111010 11011001 0 10101 111 1000 101000001 110101 1010010

Color Harmonies of #EABAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABAD9

Black with #EABAD9

Text Example


Text Example

White with #EABAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABAD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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