#DCADCD

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

Shades of French Lilac #DCADCD

Tints of French Lilac #DCADCD

Color information

#DCADCD (or 0xDCADCD) is unknown color: approx French Lilac. HEX triplet: DC, AD and CD. RGB value is (220,173,205). Sum of RGB (Red+Green+Blue) = 220+173+205=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADCD is #235232. Grayscale: #BEBEBE. Windows color (decimal): -2314803 or 13479388. OLE color: 13479388.

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

Color convert

RGB220173205-
CMYK00.210.070.14
HSL319.15º40.17%77.06%-
HSV(B)319.15º21.36%86.27%-
XYZ55.4849.5164.39-
YUV190.7136.07148.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 173 (67.97% from 255) = 28.93%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=36.79%
G=28.93%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017320500.210.070.14319.1540.1777.06
HexDCADCD0157E13f284d
Octal33425531502571647750115
Binary11011100101011011100110101010111111101001111111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADCD; }

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

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

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

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

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

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

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

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