#DCBCD5

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

Shades of French Lilac #DCBCD5

Tints of French Lilac #DCBCD5

Color information

#DCBCD5 (or 0xDCBCD5) is unknown color: approx French Lilac. HEX triplet: DC, BC and D5. RGB value is (220,188,213). Sum of RGB (Red+Green+Blue) = 220+188+213=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCD5 is #23432A. Grayscale: #C8C8C8. Windows color (decimal): -2310955 or 14007516. OLE color: 14007516.

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

Color convert

RGB220188213-
CMYK00.150.030.14
HSL313.12º31.37%80%-
HSV(B)313.12º14.55%86.27%-
XYZ59.5155.9970.62-
YUV200.42135.1141.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 188 (73.83% from 255) = 30.27%
BLUE value IS 213 (83.59% from 255) = 34.30%
R=35.43%
G=30.27%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018821300.150.030.14313.1231.3780
HexDCBCD50F3E1391f50
Octal33427432501731647137120
Binary11011100101111001101010101111111110100111001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCD5; }

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

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

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

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

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

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

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

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