#DBADCD

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

Shades of French Lilac #DBADCD

Tints of French Lilac #DBADCD

Color information

#DBADCD (or 0xDBADCD) is unknown color: approx French Lilac. HEX triplet: DB, AD and CD. RGB value is (219,173,205). Sum of RGB (Red+Green+Blue) = 219+173+205=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADCD is #245232. Grayscale: #BEBEBE. Windows color (decimal): -2380339 or 13479387. OLE color: 13479387.

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

Color convert

RGB219173205-
CMYK00.210.060.14
HSL318.26º38.98%76.86%-
HSV(B)318.26º21%85.88%-
XYZ55.1849.3564.38-
YUV190.4136.24148.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.68%
GREEN value IS 173 (67.97% from 255) = 28.98%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=36.68%
G=28.98%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917320500.210.060.14318.2638.9876.86
HexDBADCD0156E13e274d
Octal33325531502561647647115
Binary11011011101011011100110101010111011101001111101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADCD; }

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

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

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

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

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

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

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

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