#DCB9D7

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

Shades of French Lilac #DCB9D7

Tints of French Lilac #DCB9D7

Color information

#DCB9D7 (or 0xDCB9D7) is unknown color: approx French Lilac. HEX triplet: DC, B9 and D7. RGB value is (220,185,215). Sum of RGB (Red+Green+Blue) = 220+185+215=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9D7 is #234628. Grayscale: #C6C6C6. Windows color (decimal): -2311721 or 14137820. OLE color: 14137820.

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

Color convert

RGB220185215-
CMYK00.160.020.14
HSL308.57º33.33%79.41%-
HSV(B)308.57º15.91%86.27%-
XYZ59.1354.8271.75-
YUV198.88137.1143.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.48%
GREEN value IS 185 (72.66% from 255) = 29.84%
BLUE value IS 215 (84.38% from 255) = 34.68%
R=35.48%
G=29.84%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018521500.160.020.14308.5733.3379.41
HexDCB9D70102E135214f
Octal33427132702021646541117
Binary1101110010111001110101110100001011101001101011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9D7; }

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

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

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

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

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

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

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

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