#DCA5CE

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

Shades of French Lilac #DCA5CE

Tints of French Lilac #DCA5CE

Color information

#DCA5CE (or 0xDCA5CE) is unknown color: approx French Lilac. HEX triplet: DC, A5 and CE. RGB value is (220,165,206). Sum of RGB (Red+Green+Blue) = 220+165+206=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA5CE is #235A31. Grayscale: #BABABA. Windows color (decimal): -2316850 or 13542876. OLE color: 13542876.

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

Color convert

RGB220165206-
CMYK00.250.060.14
HSL315.27º44%75.49%-
HSV(B)315.27º25%86.27%-
XYZ54.1146.5864.53-
YUV186.12139.22152.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 165 (64.84% from 255) = 27.92%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=37.23%
G=27.92%
B=34.86%

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
Decimal22016520600.250.060.14315.274475.49
HexDCA5CE0196E13b2c4b
Octal33424531603161647354113
Binary11011100101001011100111001100111011101001110111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5CE; }

 p { color: rgb(220,165,206); }

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

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

 a { background-color: rgb(220,165,206); }

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

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

 span { border-color: rgb(220,165,206); }

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