#DBACD1

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

Shades of French Lilac #DBACD1

Tints of French Lilac #DBACD1

Color information

#DBACD1 (or 0xDBACD1) is unknown color: approx French Lilac. HEX triplet: DB, AC and D1. RGB value is (219,172,209). Sum of RGB (Red+Green+Blue) = 219+172+209=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACD1 is #24532E. Grayscale: #BEBEBE. Windows color (decimal): -2380591 or 13741275. OLE color: 13741275.

HSL color Cylindrical-coordinate representation of color #DBACD1: hue angle of 312.77º 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 #DBACD1 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB219172209-
CMYK00.210.050.14
HSL312.77º39.5%76.67%-
HSV(B)312.77º21.46%85.88%-
XYZ55.4749.1766.89-
YUV190.27138.57148.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 172 (67.58% from 255) = 28.67%
BLUE value IS 209 (82.03% from 255) = 34.83%
R=36.5%
G=28.67%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917220900.210.050.14312.7739.576.67
HexDBACD10155E139274d
Octal33325432102551647147115
Binary11011011101011001101000101010110111101001110011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACD1; }

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

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

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

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

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

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

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

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