#DBACCF

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

Shades of French Lilac #DBACCF

Tints of French Lilac #DBACCF

Color information

#DBACCF (or 0xDBACCF) is unknown color: approx French Lilac. HEX triplet: DB, AC and CF. RGB value is (219,172,207). Sum of RGB (Red+Green+Blue) = 219+172+207=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACCF is #245330. Grayscale: #BDBDBD. Windows color (decimal): -2380593 or 13610203. OLE color: 13610203.

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

Color convert

RGB219172207-
CMYK00.210.050.14
HSL315.32º39.5%76.67%-
HSV(B)315.32º21.46%85.88%-
XYZ55.2349.0765.59-
YUV190.04137.57148.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.62%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=36.62%
G=28.76%
B=34.62%

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
Decimal21917220700.210.050.14315.3239.576.67
HexDBACCF0155E13b274d
Octal33325431702551647347115
Binary11011011101011001100111101010110111101001110111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACCF; }

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

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

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

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

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

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

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

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