Html Css Color HEX #EAB7DB French Lilac

📋 copy color: '#EAB7DB'

red 234 ◦ green 183 ◦ blue 219

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

Shades of French Lilac #EAB7DB

Tints of French Lilac #EAB7DB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.77%

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

R = 36.79%
G = 28.77%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EAB7DB (or 0xEAB7DB) is known color: French Lilac. HEX triplet: EA, B7 and DB. RGB value is (234,183,219). Sum of RGB (Red+Green+Blue) = 234+183+219=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7DB is #154824. Grayscale: #CACACA. Windows color (decimal): -1394725 or 14399466. OLE color: 14399466.

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

Color convert

RGB 234 183 219 -
CMYK 0 0.22 0.06 0.08
HSL 317.65º 0.55% 0.82% -
HSV(B) 317.65º 0.22% 0.92% -
XYZ 63.65 56.47 74.56 -
YUV 202.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 234 183 219 0 0.22 0.06 0.08 317.65 0.55 0.82
Hex EA B7 DB 0 16 6 8 13E 37 52
Octal 352 267 333 0 26 6 10 476 67 122
Binary 11101010 10110111 11011011 0 10110 110 1000 100111110 110111 1010010

Color Harmonies of #EAB7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB7DB

Black with #EAB7DB

Text Example


Text Example

White with #EAB7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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