#DBAACD

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

Shades of French Lilac #DBAACD

Tints of French Lilac #DBAACD

Color information

#DBAACD (or 0xDBAACD) is unknown color: approx French Lilac. HEX triplet: DB, AA and CD. RGB value is (219,170,205). Sum of RGB (Red+Green+Blue) = 219+170+205=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAACD is #245532. Grayscale: #BCBCBC. Windows color (decimal): -2381107 or 13478619. OLE color: 13478619.

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

Color convert

RGB219170205-
CMYK00.220.060.14
HSL317.14º40.5%76.27%-
HSV(B)317.14º22.37%85.88%-
XYZ54.6148.2264.19-
YUV188.64137.23149.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.87%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=36.87%
G=28.62%
B=34.51%

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
Decimal21917020500.220.060.14317.1440.576.27
HexDBAACD0166E13d284c
Octal33325231502661647550114
Binary11011011101010101100110101011011011101001111011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAACD; }

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

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

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

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

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

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

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

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