Html Css Color HEX #EAB8D9 French Lilac

📋 copy color: '#EAB8D9'

red 234 ◦ green 184 ◦ blue 217

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

Shades of French Lilac #EAB8D9

Tints of French Lilac #EAB8D9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.98%

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

R = 36.85%
G = 28.98%
B = 34.17%

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

#EAB8D9 (or 0xEAB8D9) is known color: French Lilac. HEX triplet: EA, B8 and D9. RGB value is (234,184,217). Sum of RGB (Red+Green+Blue) = 234+184+217=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB8D9 is #154726. Grayscale: #CACACA. Windows color (decimal): -1394471 or 14268650. OLE color: 14268650.

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

Color convert

RGB 234 184 217 -
CMYK 0 0.21 0.07 0.08
HSL 320.4º 0.54% 0.82% -
HSV(B) 320.4º 0.21% 0.92% -
XYZ 63.6 56.78 73.25 -
YUV 202.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 234 184 217 0 0.21 0.07 0.08 320.4 0.54 0.82
Hex EA B8 D9 0 15 7 8 140 36 52
Octal 352 270 331 0 25 7 10 500 66 122
Binary 11101010 10111000 11011001 0 10101 111 1000 101000000 110110 1010010

Color Harmonies of #EAB8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB8D9

Black with #EAB8D9

Text Example


Text Example

White with #EAB8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB8D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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