Shades of Pale Chestnut #DAACB1
Tints of Pale Chestnut #DAACB1
RGB
CMYK
RGB Variations
Color information
#DAACB1 (or 0xDAACB1) is known color: 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
| RGB | 218 | 172 | 177 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.15 |
| HSL | 353.48º | 0.38% | 0.76% | - |
| HSV(B) | 353.48º | 0.21% | 0.85% | - |
| XYZ | 51.6 | 47.58 | 48.06 | - |
| YUV | 186.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 177 | 0 | 0.21 | 0.19 | 0.15 | 353.48 | 0.38 | 0.76 |
| Hex | DA | AC | B1 | 0 | 15 | 13 | F | 161 | 26 | 4C |
| Octal | 332 | 254 | 261 | 0 | 25 | 23 | 17 | 541 | 46 | 114 |
| Binary | 11011010 | 10101100 | 10110001 | 0 | 10101 | 10011 | 1111 | 101100001 | 100110 | 1001100 |
Color Harmonies of #DAACB1
Complementary color
Monochromatic Colors of #DAACB1
Black with #DAACB1
Text Example
Text Example
White with #DAACB1
Text Example
Text Example
HTML Codes & Css Web 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>