Html Css Color HEX #EAABDC French Lilac

📋 copy color: '#EAABDC'

red 234 ◦ green 171 ◦ blue 220

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

Shades of French Lilac #EAABDC

Tints of French Lilac #EAABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.36%

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

R = 37.44%
G = 27.36%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAABDC (or 0xEAABDC) is known color: French Lilac. HEX triplet: EA, AB and DC. RGB value is (234,171,220). Sum of RGB (Red+Green+Blue) = 234+171+220=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABDC is #155423. Grayscale: #C3C3C3. Windows color (decimal): -1397796 or 14461930. OLE color: 14461930.

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

Color convert

RGB 234 171 220 -
CMYK 0 0.27 0.06 0.08
HSL 313.33º 0.6% 0.79% -
HSV(B) 313.33º 0.27% 0.92% -
XYZ 61.41 51.79 74.47 -
YUV 195.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 234 171 220 0 0.27 0.06 0.08 313.33 0.6 0.79
Hex EA AB DC 0 1B 6 8 139 3C 4F
Octal 352 253 334 0 33 6 10 471 74 117
Binary 11101010 10101011 11011100 0 11011 110 1000 100111001 111100 1001111

Color Harmonies of #EAABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABDC

Black with #EAABDC

Text Example


Text Example

White with #EAABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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