#DCB3D0

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

Shades of French Lilac #DCB3D0

Tints of French Lilac #DCB3D0

Color information

#DCB3D0 (or 0xDCB3D0) is unknown color: approx French Lilac. HEX triplet: DC, B3 and D0. RGB value is (220,179,208). Sum of RGB (Red+Green+Blue) = 220+179+208=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3D0 is #234C2F. Grayscale: #C2C2C2. Windows color (decimal): -2313264 or 13677532. OLE color: 13677532.

HSL color Cylindrical-coordinate representation of color #DCB3D0: hue angle of 317.56º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB3D0 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220179208-
CMYK00.190.050.14
HSL317.56º36.94%78.24%-
HSV(B)317.56º18.64%86.27%-
XYZ57.0252.0166.71-
YUV194.56135.58146.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 179 (70.31% from 255) = 29.49%
BLUE value IS 208 (81.64% from 255) = 34.27%
R=36.24%
G=29.49%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017920800.190.050.14317.5636.9478.24
HexDCB3D00135E13e254e
Octal33426332002351647645116
Binary11011100101100111101000001001110111101001111101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3D0; }

 p { color: rgb(220,179,208); }

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

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

 a { background-color: rgb(220,179,208); }

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

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

 span { border-color: rgb(220,179,208); }

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