#DCACCF

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

Shades of French Lilac #DCACCF

Tints of French Lilac #DCACCF

Color information

#DCACCF (or 0xDCACCF) is unknown color: approx French Lilac. HEX triplet: DC, AC and CF. RGB value is (220,172,207). Sum of RGB (Red+Green+Blue) = 220+172+207=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACCF is #235330. Grayscale: #BEBEBE. Windows color (decimal): -2315057 or 13610204. OLE color: 13610204.

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

Color convert

RGB220172207-
CMYK00.220.060.14
HSL316.25º40.68%76.86%-
HSV(B)316.25º21.82%86.27%-
XYZ55.5349.2365.61-
YUV190.34137.4149.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 172 (67.58% from 255) = 28.71%
BLUE value IS 207 (81.25% from 255) = 34.56%
R=36.73%
G=28.71%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017220700.220.060.14316.2540.6876.86
HexDCACCF0166E13c294d
Octal33425431702661647451115
Binary11011100101011001100111101011011011101001111001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACCF; }

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

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

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

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

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

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

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

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