#DCA4CD

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

Shades of French Lilac #DCA4CD

Tints of French Lilac #DCA4CD

Color information

#DCA4CD (or 0xDCA4CD) is unknown color: approx French Lilac. HEX triplet: DC, A4 and CD. RGB value is (220,164,205). Sum of RGB (Red+Green+Blue) = 220+164+205=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA4CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA4CD is #235B32. Grayscale: #B9B9B9. Windows color (decimal): -2317107 or 13477084. OLE color: 13477084.

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

Color convert

RGB220164205-
CMYK00.250.070.14
HSL316.07º44.44%75.29%-
HSV(B)316.07º25.45%86.27%-
XYZ53.8146.1763.83-
YUV185.42139.05152.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 164 (64.45% from 255) = 27.84%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=37.35%
G=27.84%
B=34.80%

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
Decimal22016420500.250.070.14316.0744.4475.29
HexDCA4CD0197E13c2c4b
Octal33424431503171647454113
Binary11011100101001001100110101100111111101001111001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA4CD; }

 p { color: rgb(220,164,205); }

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

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

 a { background-color: rgb(220,164,205); }

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

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

 span { border-color: rgb(220,164,205); }

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