#DBACCD

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

Shades of French Lilac #DBACCD

Tints of French Lilac #DBACCD

Color information

#DBACCD (or 0xDBACCD) is unknown color: approx French Lilac. HEX triplet: DB, AC and CD. RGB value is (219,172,205). Sum of RGB (Red+Green+Blue) = 219+172+205=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACCD is #245332. Grayscale: #BDBDBD. Windows color (decimal): -2380595 or 13479131. OLE color: 13479131.

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

Color convert

RGB219172205-
CMYK00.210.060.14
HSL317.87º39.5%76.67%-
HSV(B)317.87º21.46%85.88%-
XYZ54.9948.9764.31-
YUV189.82136.57148.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.74%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=36.74%
G=28.86%
B=34.40%

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
Decimal21917220500.210.060.14317.8739.576.67
HexDBACCD0156E13e274d
Octal33325431502561647647115
Binary11011011101011001100110101010111011101001111101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACCD; }

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

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

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

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

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

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

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

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