Html Css Color HEX #EAABDB French Lilac

📋 copy color: '#EAABDB'

red 234 ◦ green 171 ◦ blue 219

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

Shades of French Lilac #EAABDB

Tints of French Lilac #EAABDB

RGB

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

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

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

R = 37.5%
G = 27.4%
B = 35.1%

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

#EAABDB (or 0xEAABDB) is known color: French Lilac. HEX triplet: EA, AB and DB. RGB value is (234,171,219). Sum of RGB (Red+Green+Blue) = 234+171+219=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABDB is #155424. Grayscale: #C3C3C3. Windows color (decimal): -1397797 or 14396394. OLE color: 14396394.

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

Color convert

RGB 234 171 219 -
CMYK 0 0.27 0.06 0.08
HSL 314.29º 0.6% 0.79% -
HSV(B) 314.29º 0.27% 0.92% -
XYZ 61.28 51.73 73.77 -
YUV 195.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 234 171 219 0 0.27 0.06 0.08 314.29 0.6 0.79
Hex EA AB DB 0 1B 6 8 13A 3C 4F
Octal 352 253 333 0 33 6 10 472 74 117
Binary 11101010 10101011 11011011 0 11011 110 1000 100111010 111100 1001111

Color Harmonies of #EAABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAABDB

Black with #EAABDB

Text Example


Text Example

White with #EAABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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