Html Css Color HEX #DBA6D1 French Lilac

📋 copy color: '#DBA6D1'

red 219 ◦ green 166 ◦ blue 209

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

Shades of French Lilac #DBA6D1

Tints of French Lilac #DBA6D1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.95%

 BLUE value IS 209 (82.03% from 255) = 35.19%

R = 36.87%
G = 27.95%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DBA6D1 (or 0xDBA6D1) is known color: French Lilac. HEX triplet: DB, A6 and D1. RGB value is (219,166,209). Sum of RGB (Red+Green+Blue) = 219+166+209=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6D1 is #24592E. Grayscale: #BABABA. Windows color (decimal): -2382127 or 13739739. OLE color: 13739739.

HSL color Cylindrical-coordinate representation of color #DBA6D1: hue angle of 311.32º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA6D1 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 166 209 -
CMYK 0 0.24 0.05 0.14
HSL 311.32º 0.42% 0.75% -
HSV(B) 311.32º 0.24% 0.86% -
XYZ 54.36 46.94 66.52 -
YUV 186.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 219 166 209 0 0.24 0.05 0.14 311.32 0.42 0.75
Hex DB A6 D1 0 18 5 E 137 2A 4B
Octal 333 246 321 0 30 5 16 467 52 113
Binary 11011011 10100110 11010001 0 11000 101 1110 100110111 101010 1001011

Color Harmonies of #DBA6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6D1

Black with #DBA6D1

Text Example


Text Example

White with #DBA6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6D1; }

 p { color: rgb(219,166,209); }

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

background-color css

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

 a { background-color: rgb(219,166,209); }

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

border-color css

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

 span { border-color: rgb(219,166,209); }

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