#DCADCF

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

Shades of French Lilac #DCADCF

Tints of French Lilac #DCADCF

Color information

#DCADCF (or 0xDCADCF) is unknown color: approx French Lilac. HEX triplet: DC, AD and CF. RGB value is (220,173,207). Sum of RGB (Red+Green+Blue) = 220+173+207=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADCF is #235230. Grayscale: #BEBEBE. Windows color (decimal): -2314801 or 13610460. OLE color: 13610460.

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

Color convert

RGB220173207-
CMYK00.210.060.14
HSL316.6º40.17%77.06%-
HSV(B)316.6º21.36%86.27%-
XYZ55.7249.6165.67-
YUV190.93137.07148.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 173 (67.97% from 255) = 28.83%
BLUE value IS 207 (81.25% from 255) = 34.5%
R=36.67%
G=28.83%
B=34.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017320700.210.060.14316.640.1777.06
HexDCADCF0156E13d284d
Octal33425531702561647550115
Binary11011100101011011100111101010111011101001111011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADCF; }

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

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

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

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

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

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

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

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