#DDACB1

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

Shades of Pale Chestnut #DDACB1

Tints of Pale Chestnut #DDACB1

Color information

#DDACB1 (or 0xDDACB1) is unknown color: approx Pale Chestnut. HEX triplet: DD, AC and B1. RGB value is (221,172,177). Sum of RGB (Red+Green+Blue) = 221+172+177=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDACB1 is #22534E. Grayscale: #BBBBBB. Windows color (decimal): -2249551 or 11644125. OLE color: 11644125.

HSL color Cylindrical-coordinate representation of color #DDACB1: hue angle of 353.88º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDACB1 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB221172177-
CMYK00.220.200.13
HSL353.88º41.88%77.06%-
HSV(B)353.88º22.17%86.67%-
XYZ52.5148.0548.1-
YUV187.22122.23152.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 177 (69.53% from 255) = 31.05%
R=38.77%
G=30.18%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117217700.220.200.13353.8841.8877.06
HexDDACB101614D1622a4d
Octal335254261026241554252115
Binary1101110110101100101100010101101010011011011000101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACB1; }

 p { color: rgb(221,172,177); }

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

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

 a { background-color: rgb(221,172,177); }

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

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

 span { border-color: rgb(221,172,177); }

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