#DCB5DA

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

Shades of French Lilac #DCB5DA

Tints of French Lilac #DCB5DA

Color information

#DCB5DA (or 0xDCB5DA) is unknown color: approx French Lilac. HEX triplet: DC, B5 and DA. RGB value is (220,181,218). Sum of RGB (Red+Green+Blue) = 220+181+218=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5DA is #234A25. Grayscale: #C4C4C4. Windows color (decimal): -2312742 or 14333404. OLE color: 14333404.

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

Color convert

RGB220181218-
CMYK00.180.010.14
HSL303.08º35.78%78.63%-
HSV(B)303.08º17.73%86.27%-
XYZ58.6953.3373.53-
YUV196.88139.92144.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 181 (71.09% from 255) = 29.24%
BLUE value IS 218 (85.55% from 255) = 35.22%
R=35.54%
G=29.24%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018121800.180.010.14303.0835.7878.63
HexDCB5DA0121E12f244f
Octal33426533202211645744117
Binary110111001011010111011010010010111101001011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5DA; }

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

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

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

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

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

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

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

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