#DAACB1

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

Shades of Pale Chestnut #DAACB1

Tints of Pale Chestnut #DAACB1

Color information

#DAACB1 (or 0xDAACB1) is unknown color: approx Pale Chestnut. HEX triplet: DA, AC and B1. RGB value is (218,172,177). Sum of RGB (Red+Green+Blue) = 218+172+177=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAACB1 is #25534E. Grayscale: #BABABA. Windows color (decimal): -2446159 or 11644122. OLE color: 11644122.

HSL color Cylindrical-coordinate representation of color #DAACB1: hue angle of 353.48º 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 #DAACB1 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB218172177-
CMYK00.210.190.15
HSL353.48º38.33%76.47%-
HSV(B)353.48º21.1%85.49%-
XYZ51.647.5848.06-
YUV186.32122.74150.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 177 (69.53% from 255) = 31.22%
R=38.45%
G=30.34%
B=31.22%

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
Decimal21817217700.210.190.15353.4838.3376.47
HexDAACB101513F161264c
Octal332254261025231754146114
Binary1101101010101100101100010101011001111111011000011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACB1; }

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

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

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

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

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

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

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

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