#DBA9CD

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

Shades of French Lilac #DBA9CD

Tints of French Lilac #DBA9CD

Color information

#DBA9CD (or 0xDBA9CD) is unknown color: approx French Lilac. HEX triplet: DB, A9 and CD. RGB value is (219,169,205). Sum of RGB (Red+Green+Blue) = 219+169+205=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9CD is #245632. Grayscale: #BBBBBB. Windows color (decimal): -2381363 or 13478363. OLE color: 13478363.

HSL color Cylindrical-coordinate representation of color #DBA9CD: hue angle of 316.8º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA9CD is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB219169205-
CMYK00.230.060.14
HSL316.8º40.98%76.08%-
HSV(B)316.8º22.83%85.88%-
XYZ54.4247.8464.12-
YUV188.05137.56150.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 169 (66.41% from 255) = 28.50%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=36.93%
G=28.50%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916920500.230.060.14316.840.9876.08
HexDBA9CD0176E13d294c
Octal33325131502761647551114
Binary11011011101010011100110101011111011101001111011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA9CD; }

 p { color: rgb(219,169,205); }

 H1.HeaderClassName
 {
   color: #DBA9CD;
 }
 .AnyTagClassName
 {
   color: #DBA9CD;
 }
</style>
background-color css

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

 a { background-color: rgb(219,169,205); }

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

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

 span { border-color: rgb(219,169,205); }

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