#DCB1B3

Color #DCB1B3 Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #DCB1B3

Tints of Pale Chestnut #DCB1B3

Color information

#DCB1B3 (or 0xDCB1B3) is unknown color: approx Pale Chestnut. HEX triplet: DC, B1 and B3. RGB value is (220,177,179). Sum of RGB (Red+Green+Blue) = 220+177+179=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 179 (70.31% from 255 or 31.08% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1B3 is #234E4C. Grayscale: #BEBEBE. Windows color (decimal): -2313805 or 11776476. OLE color: 11776476.

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

Color convert

RGB220177179-
CMYK00.200.190.14
HSL357.21º38.05%77.84%-
HSV(B)357.21º19.55%86.27%-
XYZ53.3749.9149.47-
YUV190.08121.75149.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 177 (69.53% from 255) = 30.73%
BLUE value IS 179 (70.31% from 255) = 31.08%
R=38.19%
G=30.73%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017717900.200.190.14357.2138.0577.84
HexDCB1B301413E165264e
Octal334261263024231654546116
Binary1101110010110001101100110101001001111101011001011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB1B3; }

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

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

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

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

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

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

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

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