#DBA6CC

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

Shades of French Lilac #DBA6CC

Tints of French Lilac #DBA6CC

Color information

#DBA6CC (or 0xDBA6CC) is unknown color: approx French Lilac. HEX triplet: DB, A6 and CC. RGB value is (219,166,204). Sum of RGB (Red+Green+Blue) = 219+166+204=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6CC is #245933. Grayscale: #BABABA. Windows color (decimal): -2382132 or 13412059. OLE color: 13412059.

HSL color Cylindrical-coordinate representation of color #DBA6CC: hue angle of 316.98º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA6CC is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB219166204-
CMYK00.240.070.14
HSL316.98º42.4%75.49%-
HSV(B)316.98º24.2%85.88%-
XYZ53.7546.6963.31-
YUV186.18138.06151.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.18%
GREEN value IS 166 (65.23% from 255) = 28.18%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=37.18%
G=28.18%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916620400.240.070.14316.9842.475.49
HexDBA6CC0187E13d2a4b
Octal33324631403071647552113
Binary11011011101001101100110001100011111101001111011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6CC; }

 p { color: rgb(219,166,204); }

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

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

 a { background-color: rgb(219,166,204); }

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

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

 span { border-color: rgb(219,166,204); }

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