Html Css Color HEX #EAABD8 French Lilac

📋 copy color: '#EAABD8'

red 234 ◦ green 171 ◦ blue 216

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

Shades of French Lilac #EAABD8

Tints of French Lilac #EAABD8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.54%

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

R = 37.68%
G = 27.54%
B = 34.78%

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

#EAABD8 (or 0xEAABD8) is known color: French Lilac. HEX triplet: EA, AB and D8. RGB value is (234,171,216). Sum of RGB (Red+Green+Blue) = 234+171+216=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABD8 is #155427. Grayscale: #C2C2C2. Windows color (decimal): -1397800 or 14199786. OLE color: 14199786.

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

Color convert

RGB 234 171 216 -
CMYK 0 0.27 0.08 0.08
HSL 317.14º 0.6% 0.79% -
HSV(B) 317.14º 0.27% 0.92% -
XYZ 60.89 51.58 71.71 -
YUV 194.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 234 171 216 0 0.27 0.08 0.08 317.14 0.6 0.79
Hex EA AB D8 0 1B 8 8 13D 3C 4F
Octal 352 253 330 0 33 10 10 475 74 117
Binary 11101010 10101011 11011000 0 11011 1000 1000 100111101 111100 1001111

Color Harmonies of #EAABD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABD8

Black with #EAABD8

Text Example


Text Example

White with #EAABD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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