#DBA6D1

Color #DBA6D1 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #DBA6D1

Tints of French Lilac #DBA6D1

Color information

#DBA6D1 (or 0xDBA6D1) is unknown color: approx 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

RGB219166209-
CMYK00.240.050.14
HSL311.32º42.4%75.49%-
HSV(B)311.32º24.2%85.88%-
XYZ54.3646.9466.52-
YUV186.75140.56151-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916620900.240.050.14311.3242.475.49
HexDBA6D10185E1372a4b
Octal33324632103051646752113
Binary11011011101001101101000101100010111101001101111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>