#DCB9D3

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

Shades of French Lilac #DCB9D3

Tints of French Lilac #DCB9D3

Color information

#DCB9D3 (or 0xDCB9D3) is unknown color: approx French Lilac. HEX triplet: DC, B9 and D3. RGB value is (220,185,211). Sum of RGB (Red+Green+Blue) = 220+185+211=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9D3 is #23462C. Grayscale: #C6C6C6. Windows color (decimal): -2311725 or 13875676. OLE color: 13875676.

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

Color convert

RGB220185211-
CMYK00.160.040.14
HSL315.43º33.33%79.41%-
HSV(B)315.43º15.91%86.27%-
XYZ58.6254.6269.08-
YUV198.43135.1143.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 185 (72.66% from 255) = 30.03%
BLUE value IS 211 (82.81% from 255) = 34.25%
R=35.71%
G=30.03%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018521100.160.040.14315.4333.3379.41
HexDCB9D30104E13b214f
Octal33427132302041647341117
Binary11011100101110011101001101000010011101001110111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9D3; }

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

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

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

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

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

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

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

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