Html Css Color HEX #EAB4DC French Lilac

📋 copy color: '#EAB4DC'

red 234 ◦ green 180 ◦ blue 220

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

Shades of French Lilac #EAB4DC

Tints of French Lilac #EAB4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.39%

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

R = 36.91%
G = 28.39%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAB4DC (or 0xEAB4DC) is known color: French Lilac. HEX triplet: EA, B4 and DC. RGB value is (234,180,220). Sum of RGB (Red+Green+Blue) = 234+180+220=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4DC is #154B23. Grayscale: #C8C8C8. Windows color (decimal): -1395492 or 14464234. OLE color: 14464234.

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

Color convert

RGB 234 180 220 -
CMYK 0 0.23 0.06 0.08
HSL 315.56º 0.56% 0.81% -
HSV(B) 315.56º 0.23% 0.92% -
XYZ 63.17 55.3 75.06 -
YUV 200.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 234 180 220 0 0.23 0.06 0.08 315.56 0.56 0.81
Hex EA B4 DC 0 17 6 8 13C 38 51
Octal 352 264 334 0 27 6 10 474 70 121
Binary 11101010 10110100 11011100 0 10111 110 1000 100111100 111000 1010001

Color Harmonies of #EAB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB4DC

Black with #EAB4DC

Text Example


Text Example

White with #EAB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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