#DCB1B2

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

Shades of Pale Chestnut #DCB1B2

Tints of Pale Chestnut #DCB1B2

Color information

#DCB1B2 (or 0xDCB1B2) is unknown color: approx Pale Chestnut. HEX triplet: DC, B1 and B2. RGB value is (220,177,178). Sum of RGB (Red+Green+Blue) = 220+177+178=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB1B2 is #234E4D. Grayscale: #BEBEBE. Windows color (decimal): -2313806 or 11710940. OLE color: 11710940.

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

Color convert

RGB220177178-
CMYK00.200.190.14
HSL358.6º38.05%77.84%-
HSV(B)358.6º19.55%86.27%-
XYZ53.2749.8748.94-
YUV189.97121.25149.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 177 (69.53% from 255) = 30.78%
BLUE value IS 178 (69.92% from 255) = 30.96%
R=38.26%
G=30.78%
B=30.96%

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
Decimal22017717800.200.190.14358.638.0577.84
HexDCB1B201413E167264e
Octal334261262024231654746116
Binary1101110010110001101100100101001001111101011001111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB1B2; }

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

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

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

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

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

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

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

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