#DCB1DA

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

Shades of French Lilac #DCB1DA

Tints of French Lilac #DCB1DA

Color information

#DCB1DA (or 0xDCB1DA) is unknown color: approx French Lilac. HEX triplet: DC, B1 and DA. RGB value is (220,177,218). Sum of RGB (Red+Green+Blue) = 220+177+218=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1DA is #234E25. Grayscale: #C2C2C2. Windows color (decimal): -2313766 or 14332380. OLE color: 14332380.

HSL color Cylindrical-coordinate representation of color #DCB1DA: hue angle of 302.79º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB1DA is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220177218-
CMYK00.200.010.14
HSL302.79º38.05%77.84%-
HSV(B)302.79º19.55%86.27%-
XYZ57.8951.7273.26-
YUV194.53141.25146.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 177 (69.53% from 255) = 28.78%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=35.77%
G=28.78%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017721800.200.010.14302.7938.0577.84
HexDCB1DA0141E12f264e
Octal33426133202411645746116
Binary110111001011000111011010010100111101001011111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB1DA; }

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

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

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

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

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

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

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

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