#DBACD7

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

Shades of French Lilac #DBACD7

Tints of French Lilac #DBACD7

Color information

#DBACD7 (or 0xDBACD7) is unknown color: approx French Lilac. HEX triplet: DB, AC and D7. RGB value is (219,172,215). Sum of RGB (Red+Green+Blue) = 219+172+215=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACD7 is #245328. Grayscale: #BEBEBE. Windows color (decimal): -2380585 or 14134491. OLE color: 14134491.

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

Color convert

RGB219172215-
CMYK00.210.020.14
HSL305.11º39.5%76.67%-
HSV(B)305.11º21.46%85.88%-
XYZ56.2349.4770.88-
YUV190.96141.57148-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.14%
GREEN value IS 172 (67.58% from 255) = 28.38%
BLUE value IS 215 (84.38% from 255) = 35.48%
R=36.14%
G=28.38%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917221500.210.020.14305.1139.576.67
HexDBACD70152E131274d
Octal33325432702521646147115
Binary1101101110101100110101110101011011101001100011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACD7; }

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

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

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

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

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

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

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

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