#DCACD5

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

Shades of French Lilac #DCACD5

Tints of French Lilac #DCACD5

Color information

#DCACD5 (or 0xDCACD5) is unknown color: approx French Lilac. HEX triplet: DC, AC and D5. RGB value is (220,172,213). Sum of RGB (Red+Green+Blue) = 220+172+213=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACD5 is #23532A. Grayscale: #BEBEBE. Windows color (decimal): -2315051 or 14003420. OLE color: 14003420.

HSL color Cylindrical-coordinate representation of color #DCACD5: hue angle of 308.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACD5 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220172213-
CMYK00.220.030.14
HSL308.75º40.68%76.86%-
HSV(B)308.75º21.82%86.27%-
XYZ56.2849.5269.54-
YUV191.03140.4148.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 172 (67.58% from 255) = 28.43%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=36.36%
G=28.43%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017221300.220.030.14308.7540.6876.86
HexDCACD50163E135294d
Octal33425432502631646551115
Binary1101110010101100110101010101101111101001101011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACD5; }

 p { color: rgb(220,172,213); }

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

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

 a { background-color: rgb(220,172,213); }

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

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

 span { border-color: rgb(220,172,213); }

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