#DAACB0

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

Shades of Pale Chestnut #DAACB0

Tints of Pale Chestnut #DAACB0

Color information

#DAACB0 (or 0xDAACB0) is unknown color: approx Pale Chestnut. HEX triplet: DA, AC and B0. RGB value is (218,172,176). Sum of RGB (Red+Green+Blue) = 218+172+176=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAACB0 is #25534F. Grayscale: #BABABA. Windows color (decimal): -2446160 or 11578586. OLE color: 11578586.

HSL color Cylindrical-coordinate representation of color #DAACB0: hue angle of 354.78º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAACB0 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB218172176-
CMYK00.210.190.15
HSL354.78º38.33%76.47%-
HSV(B)354.78º21.1%85.49%-
XYZ51.547.5547.54-
YUV186.21122.24150.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 172 (67.58% from 255) = 30.39%
BLUE value IS 176 (69.14% from 255) = 31.10%
R=38.52%
G=30.39%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817217600.210.190.15354.7838.3376.47
HexDAACB001513F163264c
Octal332254260025231754346114
Binary1101101010101100101100000101011001111111011000111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACB0; }

 p { color: rgb(218,172,176); }

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

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

 a { background-color: rgb(218,172,176); }

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

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

 span { border-color: rgb(218,172,176); }

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