#DCA3CF

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

Shades of French Lilac #DCA3CF

Tints of French Lilac #DCA3CF

Color information

#DCA3CF (or 0xDCA3CF) is unknown color: approx French Lilac. HEX triplet: DC, A3 and CF. RGB value is (220,163,207). Sum of RGB (Red+Green+Blue) = 220+163+207=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 163 (64.06% from 255 or 27.63% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA3CF is #235C30. Grayscale: #B8B8B8. Windows color (decimal): -2317361 or 13607900. OLE color: 13607900.

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

Color convert

RGB220163207-
CMYK00.260.060.14
HSL313.68º44.88%75.1%-
HSV(B)313.68º25.91%86.27%-
XYZ53.8745.9265.05-
YUV185.06140.38152.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 163 (64.06% from 255) = 27.63%
BLUE value IS 207 (81.25% from 255) = 35.08%
R=37.29%
G=27.63%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016320700.260.060.14313.6844.8875.1
HexDCA3CF01A6E13a2d4b
Octal33424331703261647255113
Binary11011100101000111100111101101011011101001110101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA3CF; }

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

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

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

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

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

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

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

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