#DBAAB0

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

Shades of Pale Chestnut #DBAAB0

Tints of Pale Chestnut #DBAAB0

Color information

#DBAAB0 (or 0xDBAAB0) is unknown color: approx Pale Chestnut. HEX triplet: DB, AA and B0. RGB value is (219,170,176). Sum of RGB (Red+Green+Blue) = 219+170+176=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAAB0 is #24554F. Grayscale: #B9B9B9. Windows color (decimal): -2381136 or 11578075. OLE color: 11578075.

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

Color convert

RGB219170176-
CMYK00.220.200.14
HSL352.65º40.5%76.27%-
HSV(B)352.65º22.37%85.88%-
XYZ51.4246.9447.43-
YUV185.33122.73152.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 176 (69.14% from 255) = 31.15%
R=38.76%
G=30.09%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917017600.220.200.14352.6540.576.27
HexDBAAB001614E161284c
Octal333252260026241654150114
Binary1101101110101010101100000101101010011101011000011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAB0; }

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

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

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

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

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

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

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

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