#DCA6CF

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

Shades of French Lilac #DCA6CF

Tints of French Lilac #DCA6CF

Color information

#DCA6CF (or 0xDCA6CF) is unknown color: approx French Lilac. HEX triplet: DC, A6 and CF. RGB value is (220,166,207). Sum of RGB (Red+Green+Blue) = 220+166+207=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6CF is #235930. Grayscale: #BABABA. Windows color (decimal): -2316593 or 13608668. OLE color: 13608668.

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

Color convert

RGB220166207-
CMYK00.250.060.14
HSL314.44º43.55%75.69%-
HSV(B)314.44º24.55%86.27%-
XYZ54.4146.9965.23-
YUV186.82139.39151.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 166 (65.23% from 255) = 27.99%
BLUE value IS 207 (81.25% from 255) = 34.91%
R=37.10%
G=27.99%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016620700.250.060.14314.4443.5575.69
HexDCA6CF0196E13a2c4c
Octal33424631703161647254114
Binary11011100101001101100111101100111011101001110101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6CF; }

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

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

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

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

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

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

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

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