#DCB5D5

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

Shades of French Lilac #DCB5D5

Tints of French Lilac #DCB5D5

Color information

#DCB5D5 (or 0xDCB5D5) is unknown color: approx French Lilac. HEX triplet: DC, B5 and D5. RGB value is (220,181,213). Sum of RGB (Red+Green+Blue) = 220+181+213=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5D5 is #234A2A. Grayscale: #C4C4C4. Windows color (decimal): -2312747 or 14005724. OLE color: 14005724.

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

Color convert

RGB220181213-
CMYK00.180.030.14
HSL310.77º35.78%78.63%-
HSV(B)310.77º17.73%86.27%-
XYZ58.0553.0770.13-
YUV196.31137.42144.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 181 (71.09% from 255) = 29.48%
BLUE value IS 213 (83.59% from 255) = 34.69%
R=35.83%
G=29.48%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018121300.180.030.14310.7735.7878.63
HexDCB5D50123E137244f
Octal33426532502231646744117
Binary1101110010110101110101010100101111101001101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5D5; }

 p { color: rgb(220,181,213); }

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

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

 a { background-color: rgb(220,181,213); }

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

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

 span { border-color: rgb(220,181,213); }

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