#DBAAB1

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

Shades of Pale Chestnut #DBAAB1

Tints of Pale Chestnut #DBAAB1

Color information

#DBAAB1 (or 0xDBAAB1) is unknown color: approx Pale Chestnut. HEX triplet: DB, AA and B1. RGB value is (219,170,177). Sum of RGB (Red+Green+Blue) = 219+170+177=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAAB1 is #24554E. Grayscale: #B9B9B9. Windows color (decimal): -2381135 or 11643611. OLE color: 11643611.

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

Color convert

RGB219170177-
CMYK00.220.190.14
HSL351.43º40.5%76.27%-
HSV(B)351.43º22.37%85.88%-
XYZ51.5246.9847.95-
YUV185.45123.23151.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.69%
GREEN value IS 170 (66.80% from 255) = 30.04%
BLUE value IS 177 (69.53% from 255) = 31.27%
R=38.69%
G=30.04%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917017700.220.190.14351.4340.576.27
HexDBAAB101613E15f284c
Octal333252261026231653750114
Binary1101101110101010101100010101101001111101010111111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAB1; }

 p { color: rgb(219,170,177); }

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

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

 a { background-color: rgb(219,170,177); }

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

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

 span { border-color: rgb(219,170,177); }

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