Html Css Color HEX #EAABD9 French Lilac

📋 copy color: '#EAABD9'

red 234 ◦ green 171 ◦ blue 217

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

Shades of French Lilac #EAABD9

Tints of French Lilac #EAABD9

RGB

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

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

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

R = 37.62%
G = 27.49%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EAABD9 (or 0xEAABD9) is known color: French Lilac. HEX triplet: EA, AB and D9. RGB value is (234,171,217). Sum of RGB (Red+Green+Blue) = 234+171+217=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABD9 is #155426. Grayscale: #C2C2C2. Windows color (decimal): -1397799 or 14265322. OLE color: 14265322.

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

Color convert

RGB 234 171 217 -
CMYK 0 0.27 0.07 0.08
HSL 316.19º 0.6% 0.79% -
HSV(B) 316.19º 0.27% 0.92% -
XYZ 61.02 51.63 72.39 -
YUV 195.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 234 171 217 0 0.27 0.07 0.08 316.19 0.6 0.79
Hex EA AB D9 0 1B 7 8 13C 3C 4F
Octal 352 253 331 0 33 7 10 474 74 117
Binary 11101010 10101011 11011001 0 11011 111 1000 100111100 111100 1001111

Color Harmonies of #EAABD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABD9

Black with #EAABD9

Text Example


Text Example

White with #EAABD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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