#DCB9D8

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

Shades of French Lilac #DCB9D8

Tints of French Lilac #DCB9D8

Color information

#DCB9D8 (or 0xDCB9D8) is unknown color: approx French Lilac. HEX triplet: DC, B9 and D8. RGB value is (220,185,216). Sum of RGB (Red+Green+Blue) = 220+185+216=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9D8 is #234627. Grayscale: #C6C6C6. Windows color (decimal): -2311720 or 14203356. OLE color: 14203356.

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

Color convert

RGB220185216-
CMYK00.160.020.14
HSL306.86º33.33%79.41%-
HSV(B)306.86º15.91%86.27%-
XYZ59.2654.8772.43-
YUV199137.6142.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 185 (72.66% from 255) = 29.79%
BLUE value IS 216 (84.77% from 255) = 34.78%
R=35.43%
G=29.79%
B=34.78%

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
Decimal22018521600.160.020.14306.8633.3379.41
HexDCB9D80102E133214f
Octal33427133002021646341117
Binary1101110010111001110110000100001011101001100111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9D8; }

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

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

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

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

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

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

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

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