#DBA2AB

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

Shades of Pale Chestnut #DBA2AB

Tints of Pale Chestnut #DBA2AB

Color information

#DBA2AB (or 0xDBA2AB) is unknown color: approx Pale Chestnut. HEX triplet: DB, A2 and AB. RGB value is (219,162,171). Sum of RGB (Red+Green+Blue) = 219+162+171=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA2AB is #245D54. Grayscale: #B4B4B4. Windows color (decimal): -2383189 or 11248347. OLE color: 11248347.

HSL color Cylindrical-coordinate representation of color #DBA2AB: hue angle of 350.53º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA2AB is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB219162171-
CMYK00.260.220.14
HSL350.53º44.19%74.71%-
HSV(B)350.53º26.03%85.88%-
XYZ49.4843.8444.38-
YUV180.07122.88155.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.67%
GREEN value IS 162 (63.67% from 255) = 29.35%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=39.67%
G=29.35%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916217100.260.220.14350.5344.1974.71
HexDBA2AB01A16E15f2c4b
Octal333242253032261653754113
Binary1101101110100010101010110110101011011101010111111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA2AB; }

 p { color: rgb(219,162,171); }

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

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

 a { background-color: rgb(219,162,171); }

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

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

 span { border-color: rgb(219,162,171); }

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