Html Css Color HEX #EAB0DC French Lilac

📋 copy color: '#EAB0DC'

red 234 ◦ green 176 ◦ blue 220

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

Shades of French Lilac #EAB0DC

Tints of French Lilac #EAB0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.92%

R = 37.14%
G = 27.94%
B = 34.92%

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

#EAB0DC (or 0xEAB0DC) is known color: French Lilac. HEX triplet: EA, B0 and DC. RGB value is (234,176,220). Sum of RGB (Red+Green+Blue) = 234+176+220=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0DC is #154F23. Grayscale: #C6C6C6. Windows color (decimal): -1396516 or 14463210. OLE color: 14463210.

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

Color convert

RGB 234 176 220 -
CMYK 0 0.25 0.06 0.08
HSL 314.48º 0.58% 0.8% -
HSV(B) 314.48º 0.25% 0.92% -
XYZ 62.38 53.71 74.79 -
YUV 198.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 234 176 220 0 0.25 0.06 0.08 314.48 0.58 0.8
Hex EA B0 DC 0 19 6 8 13A 3A 50
Octal 352 260 334 0 31 6 10 472 72 120
Binary 11101010 10110000 11011100 0 11001 110 1000 100111010 111010 1010000

Color Harmonies of #EAB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB0DC

Black with #EAB0DC

Text Example


Text Example

White with #EAB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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