#DCB2D1

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

Shades of French Lilac #DCB2D1

Tints of French Lilac #DCB2D1

Color information

#DCB2D1 (or 0xDCB2D1) is unknown color: approx French Lilac. HEX triplet: DC, B2 and D1. RGB value is (220,178,209). Sum of RGB (Red+Green+Blue) = 220+178+209=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2D1 is #234D2E. Grayscale: #C2C2C2. Windows color (decimal): -2313519 or 13742812. OLE color: 13742812.

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

Color convert

RGB220178209-
CMYK00.190.050.14
HSL315.71º37.5%78.04%-
HSV(B)315.71º19.09%86.27%-
XYZ56.9451.6667.29-
YUV194.09136.41146.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 178 (69.92% from 255) = 29.32%
BLUE value IS 209 (82.03% from 255) = 34.43%
R=36.24%
G=29.32%
B=34.43%

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
Decimal22017820900.190.050.14315.7137.578.04
HexDCB2D10135E13c264e
Octal33426232102351647446116
Binary11011100101100101101000101001110111101001111001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2D1; }

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

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

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

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

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

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

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

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