#DCB6D6

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

Shades of French Lilac #DCB6D6

Tints of French Lilac #DCB6D6

Color information

#DCB6D6 (or 0xDCB6D6) is unknown color: approx French Lilac. HEX triplet: DC, B6 and D6. RGB value is (220,182,214). Sum of RGB (Red+Green+Blue) = 220+182+214=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 182 (71.48% from 255 or 29.55% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6D6 is #234929. Grayscale: #C4C4C4. Windows color (decimal): -2312490 or 14071516. OLE color: 14071516.

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

Color convert

RGB220182214-
CMYK00.170.030.14
HSL309.47º35.19%78.82%-
HSV(B)309.47º17.27%86.27%-
XYZ58.3853.5370.87-
YUV197.01137.59144.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 182 (71.48% from 255) = 29.55%
BLUE value IS 214 (83.98% from 255) = 34.74%
R=35.71%
G=29.55%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018221400.170.030.14309.4735.1978.82
HexDCB6D60113E135234f
Octal33426632602131646543117
Binary1101110010110110110101100100011111101001101011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6D6; }

 p { color: rgb(220,182,214); }

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

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

 a { background-color: rgb(220,182,214); }

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

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

 span { border-color: rgb(220,182,214); }

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