Html Css Color HEX #EAABD7 French Lilac

📋 copy color: '#EAABD7'

red 234 ◦ green 171 ◦ blue 215

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

Shades of French Lilac #EAABD7

Tints of French Lilac #EAABD7

RGB

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

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

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

R = 37.74%
G = 27.58%
B = 34.68%

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

#EAABD7 (or 0xEAABD7) is known color: French Lilac. HEX triplet: EA, AB and D7. RGB value is (234,171,215). Sum of RGB (Red+Green+Blue) = 234+171+215=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABD7 is #155428. Grayscale: #C2C2C2. Windows color (decimal): -1397801 or 14134250. OLE color: 14134250.

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

Color convert

RGB 234 171 215 -
CMYK 0 0.27 0.08 0.08
HSL 318.1º 0.6% 0.79% -
HSV(B) 318.1º 0.27% 0.92% -
XYZ 60.76 51.52 71.03 -
YUV 194.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 234 171 215 0 0.27 0.08 0.08 318.1 0.6 0.79
Hex EA AB D7 0 1B 8 8 13E 3C 4F
Octal 352 253 327 0 33 10 10 476 74 117
Binary 11101010 10101011 11010111 0 11011 1000 1000 100111110 111100 1001111

Color Harmonies of #EAABD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABD7

Black with #EAABD7

Text Example


Text Example

White with #EAABD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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