#DCA6D1

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

Shades of French Lilac #DCA6D1

Tints of French Lilac #DCA6D1

Color information

#DCA6D1 (or 0xDCA6D1) is unknown color: approx French Lilac. HEX triplet: DC, A6 and D1. RGB value is (220,166,209). Sum of RGB (Red+Green+Blue) = 220+166+209=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6D1 is #23592E. Grayscale: #BABABA. Windows color (decimal): -2316591 or 13739740. OLE color: 13739740.

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

Color convert

RGB220166209-
CMYK00.250.050.14
HSL312.22º43.55%75.69%-
HSV(B)312.22º24.55%86.27%-
XYZ54.6647.0966.53-
YUV187.05140.39151.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 166 (65.23% from 255) = 27.90%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=36.97%
G=27.90%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016620900.250.050.14312.2243.5575.69
HexDCA6D10195E1382c4c
Octal33424632103151647054114
Binary11011100101001101101000101100110111101001110001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6D1; }

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

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

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

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

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

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

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

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