#DCB2D3

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

Shades of French Lilac #DCB2D3

Tints of French Lilac #DCB2D3

Color information

#DCB2D3 (or 0xDCB2D3) is unknown color: approx French Lilac. HEX triplet: DC, B2 and D3. RGB value is (220,178,211). Sum of RGB (Red+Green+Blue) = 220+178+211=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 178 (69.92% from 255 or 29.23% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2D3 is #234D2C. Grayscale: #C2C2C2. Windows color (decimal): -2313517 or 13873884. OLE color: 13873884.

HSL color Cylindrical-coordinate representation of color #DCB2D3: hue angle of 312.86º degrees, saturation: 0.38, 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 #DCB2D3 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220178211-
CMYK00.190.040.14
HSL312.86º37.5%78.04%-
HSV(B)312.86º19.09%86.27%-
XYZ57.1951.7668.6-
YUV194.32137.41146.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 178 (69.92% from 255) = 29.23%
BLUE value IS 211 (82.81% from 255) = 34.65%
R=36.12%
G=29.23%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017821100.190.040.14312.8637.578.04
HexDCB2D30134E139264e
Octal33426232302341647146116
Binary11011100101100101101001101001110011101001110011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2D3; }

 p { color: rgb(220,178,211); }

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

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

 a { background-color: rgb(220,178,211); }

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

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

 span { border-color: rgb(220,178,211); }

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