Html Css Color HEX #DBACD6 French Lilac

📋 copy color: '#DBACD6'

red 219 ◦ green 172 ◦ blue 214

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

Shades of French Lilac #DBACD6

Tints of French Lilac #DBACD6

RGB

 RED value IS 219 (85.94% from 255) = 36.2%

 GREEN value IS 172 (67.58% from 255) = 28.43%

 BLUE value IS 214 (83.98% from 255) = 35.37%

R = 36.2%
G = 28.43%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DBACD6 (or 0xDBACD6) is known color: French Lilac. HEX triplet: DB, AC and D6. RGB value is (219,172,214). Sum of RGB (Red+Green+Blue) = 219+172+214=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACD6 is #245329. Grayscale: #BEBEBE. Windows color (decimal): -2380586 or 14068955. OLE color: 14068955.

HSL color Cylindrical-coordinate representation of color #DBACD6: hue angle of 306.38º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBACD6 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 172 214 -
CMYK 0 0.21 0.02 0.14
HSL 306.38º 0.39% 0.77% -
HSV(B) 306.38º 0.21% 0.86% -
XYZ 56.1 49.42 70.2 -
YUV 190.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 219 172 214 0 0.21 0.02 0.14 306.38 0.39 0.77
Hex DB AC D6 0 15 2 E 132 27 4D
Octal 333 254 326 0 25 2 16 462 47 115
Binary 11011011 10101100 11010110 0 10101 10 1110 100110010 100111 1001101

Color Harmonies of #DBACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACD6

Black with #DBACD6

Text Example


Text Example

White with #DBACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACD6; }

 p { color: rgb(219,172,214); }

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

background-color css

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

 a { background-color: rgb(219,172,214); }

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

border-color css

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

 span { border-color: rgb(219,172,214); }

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