#DCA6CC

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

Shades of French Lilac #DCA6CC

Tints of French Lilac #DCA6CC

Color information

#DCA6CC (or 0xDCA6CC) is unknown color: approx French Lilac. HEX triplet: DC, A6 and CC. RGB value is (220,166,204). Sum of RGB (Red+Green+Blue) = 220+166+204=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6CC is #235933. Grayscale: #BABABA. Windows color (decimal): -2316596 or 13412060. OLE color: 13412060.

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

Color convert

RGB220166204-
CMYK00.250.070.14
HSL317.78º43.55%75.69%-
HSV(B)317.78º24.55%86.27%-
XYZ54.0546.8563.32-
YUV186.48137.89151.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 166 (65.23% from 255) = 28.14%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=37.29%
G=28.14%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016620400.250.070.14317.7843.5575.69
HexDCA6CC0197E13e2c4c
Octal33424631403171647654114
Binary11011100101001101100110001100111111101001111101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6CC; }

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

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

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

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

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

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

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

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