#DCACCD

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

Shades of French Lilac #DCACCD

Tints of French Lilac #DCACCD

Color information

#DCACCD (or 0xDCACCD) is unknown color: approx French Lilac. HEX triplet: DC, AC and CD. RGB value is (220,172,205). Sum of RGB (Red+Green+Blue) = 220+172+205=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACCD is #235332. Grayscale: #BEBEBE. Windows color (decimal): -2315059 or 13479132. OLE color: 13479132.

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

Color convert

RGB220172205-
CMYK00.220.070.14
HSL318.75º40.68%76.86%-
HSV(B)318.75º21.82%86.27%-
XYZ55.2949.1364.33-
YUV190.11136.4149.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 172 (67.58% from 255) = 28.81%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=36.85%
G=28.81%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017220500.220.070.14318.7540.6876.86
HexDCACCD0167E13f294d
Octal33425431502671647751115
Binary11011100101011001100110101011011111101001111111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACCD; }

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

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

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

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

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

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

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

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