Html Css Color HEX #EAB1DC French Lilac

📋 copy color: '#EAB1DC'

red 234 ◦ green 177 ◦ blue 220

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

Shades of French Lilac #EAB1DC

Tints of French Lilac #EAB1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.05%

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

R = 37.08%
G = 28.05%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAB1DC (or 0xEAB1DC) is known color: French Lilac. HEX triplet: EA, B1 and DC. RGB value is (234,177,220). Sum of RGB (Red+Green+Blue) = 234+177+220=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 177 (69.53% from 255 or 28.05% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1DC is #154E23. Grayscale: #C6C6C6. Windows color (decimal): -1396260 or 14463466. OLE color: 14463466.

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

Color convert

RGB 234 177 220 -
CMYK 0 0.24 0.06 0.08
HSL 314.74º 0.58% 0.81% -
HSV(B) 314.74º 0.24% 0.92% -
XYZ 62.57 54.1 74.86 -
YUV 198.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 234 177 220 0 0.24 0.06 0.08 314.74 0.58 0.81
Hex EA B1 DC 0 18 6 8 13B 3A 51
Octal 352 261 334 0 30 6 10 473 72 121
Binary 11101010 10110001 11011100 0 11000 110 1000 100111011 111010 1010001

Color Harmonies of #EAB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB1DC

Black with #EAB1DC

Text Example


Text Example

White with #EAB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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