#DBACD0

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

Shades of French Lilac #DBACD0

Tints of French Lilac #DBACD0

Color information

#DBACD0 (or 0xDBACD0) is unknown color: approx French Lilac. HEX triplet: DB, AC and D0. RGB value is (219,172,208). Sum of RGB (Red+Green+Blue) = 219+172+208=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACD0 is #24532F. Grayscale: #BEBEBE. Windows color (decimal): -2380592 or 13675739. OLE color: 13675739.

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

Color convert

RGB219172208-
CMYK00.210.050.14
HSL314.04º39.5%76.67%-
HSV(B)314.04º21.46%85.88%-
XYZ55.3549.1266.24-
YUV190.16138.07148.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.56%
GREEN value IS 172 (67.58% from 255) = 28.71%
BLUE value IS 208 (81.64% from 255) = 34.72%
R=36.56%
G=28.71%
B=34.72%

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
Decimal21917220800.210.050.14314.0439.576.67
HexDBACD00155E13a274d
Octal33325432002551647247115
Binary11011011101011001101000001010110111101001110101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACD0; }

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

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

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

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

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

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

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

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