#DBABCD

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

Shades of French Lilac #DBABCD

Tints of French Lilac #DBABCD

Color information

#DBABCD (or 0xDBABCD) is unknown color: approx French Lilac. HEX triplet: DB, AB and CD. RGB value is (219,171,205). Sum of RGB (Red+Green+Blue) = 219+171+205=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABCD is #245432. Grayscale: #BDBDBD. Windows color (decimal): -2380851 or 13478875. OLE color: 13478875.

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

Color convert

RGB219171205-
CMYK00.220.060.14
HSL317.5º40%76.47%-
HSV(B)317.5º21.92%85.88%-
XYZ54.848.5964.25-
YUV189.23136.9149.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=36.81%
G=28.74%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917120500.220.060.14317.54076.47
HexDBABCD0166E13e284c
Octal33325331502661647650114
Binary11011011101010111100110101011011011101001111101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBABCD; }

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

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

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

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

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

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

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

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