Html Css Color HEX #EAA9DB French Lilac

📋 copy color: '#EAA9DB'

red 234 ◦ green 169 ◦ blue 219

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

Shades of French Lilac #EAA9DB

Tints of French Lilac #EAA9DB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.17%

 BLUE value IS 219 (85.94% from 255) = 35.21%

R = 37.62%
G = 27.17%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAA9DB (or 0xEAA9DB) is known color: French Lilac. HEX triplet: EA, A9 and DB. RGB value is (234,169,219). Sum of RGB (Red+Green+Blue) = 234+169+219=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9DB is #155624. Grayscale: #C2C2C2. Windows color (decimal): -1398309 or 14395882. OLE color: 14395882.

HSL color Cylindrical-coordinate representation of color #EAA9DB: hue angle of 313.85º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9DB is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 169 219 -
CMYK 0 0.28 0.06 0.08
HSL 313.85º 0.61% 0.79% -
HSV(B) 313.85º 0.28% 0.92% -
XYZ 60.91 50.98 73.65 -
YUV 194.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 234 169 219 0 0.28 0.06 0.08 313.85 0.61 0.79
Hex EA A9 DB 0 1C 6 8 13A 3D 4F
Octal 352 251 333 0 34 6 10 472 75 117
Binary 11101010 10101001 11011011 0 11100 110 1000 100111010 111101 1001111

Color Harmonies of #EAA9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA9DB

Black with #EAA9DB

Text Example


Text Example

White with #EAA9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA9DB; }

 p { color: rgb(234,169,219); }

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

background-color css

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

 a { background-color: rgb(234,169,219); }

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

border-color css

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

 span { border-color: rgb(234,169,219); }

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