#DCB1D7

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

Shades of French Lilac #DCB1D7

Tints of French Lilac #DCB1D7

Color information

#DCB1D7 (or 0xDCB1D7) is unknown color: approx French Lilac. HEX triplet: DC, B1 and D7. RGB value is (220,177,215). Sum of RGB (Red+Green+Blue) = 220+177+215=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1D7 is #234E28. Grayscale: #C2C2C2. Windows color (decimal): -2313769 or 14135772. OLE color: 14135772.

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

Color convert

RGB220177215-
CMYK00.200.020.14
HSL306.98º38.05%77.84%-
HSV(B)306.98º19.55%86.27%-
XYZ57.551.5771.21-
YUV194.19139.75146.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 177 (69.53% from 255) = 28.92%
BLUE value IS 215 (84.38% from 255) = 35.13%
R=35.95%
G=28.92%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017721500.200.020.14306.9838.0577.84
HexDCB1D70142E133264e
Octal33426132702421646346116
Binary1101110010110001110101110101001011101001100111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB1D7; }

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

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

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

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

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

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

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

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