Html Css Color HEX #EAB0DB French Lilac

📋 copy color: '#EAB0DB'

red 234 ◦ green 176 ◦ blue 219

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

Shades of French Lilac #EAB0DB

Tints of French Lilac #EAB0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.98%

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

R = 37.2%
G = 27.98%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAB0DB (or 0xEAB0DB) is known color: French Lilac. HEX triplet: EA, B0 and DB. RGB value is (234,176,219). Sum of RGB (Red+Green+Blue) = 234+176+219=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0DB is #154F24. Grayscale: #C6C6C6. Windows color (decimal): -1396517 or 14397674. OLE color: 14397674.

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

Color convert

RGB 234 176 219 -
CMYK 0 0.25 0.06 0.08
HSL 315.52º 0.58% 0.8% -
HSV(B) 315.52º 0.25% 0.92% -
XYZ 62.24 53.66 74.09 -
YUV 198.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 234 176 219 0 0.25 0.06 0.08 315.52 0.58 0.8
Hex EA B0 DB 0 19 6 8 13C 3A 50
Octal 352 260 333 0 31 6 10 474 72 120
Binary 11101010 10110000 11011011 0 11001 110 1000 100111100 111010 1010000

Color Harmonies of #EAB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB0DB

Black with #EAB0DB

Text Example


Text Example

White with #EAB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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