Html Css Color HEX #EAB3DB French Lilac

📋 copy color: '#EAB3DB'

red 234 ◦ green 179 ◦ blue 219

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

Shades of French Lilac #EAB3DB

Tints of French Lilac #EAB3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.32%

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

R = 37.03%
G = 28.32%
B = 34.65%

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

#EAB3DB (or 0xEAB3DB) is known color: French Lilac. HEX triplet: EA, B3 and DB. RGB value is (234,179,219). Sum of RGB (Red+Green+Blue) = 234+179+219=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 179 (70.31% from 255 or 28.32% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3DB is #154C24. Grayscale: #C7C7C7. Windows color (decimal): -1395749 or 14398442. OLE color: 14398442.

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

Color convert

RGB 234 179 219 -
CMYK 0 0.24 0.06 0.08
HSL 316.36º 0.57% 0.81% -
HSV(B) 316.36º 0.24% 0.92% -
XYZ 62.84 54.85 74.29 -
YUV 200.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 234 179 219 0 0.24 0.06 0.08 316.36 0.57 0.81
Hex EA B3 DB 0 18 6 8 13C 39 51
Octal 352 263 333 0 30 6 10 474 71 121
Binary 11101010 10110011 11011011 0 11000 110 1000 100111100 111001 1010001

Color Harmonies of #EAB3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB3DB

Black with #EAB3DB

Text Example


Text Example

White with #EAB3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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