Shades of Pale Chestnut #DAACB0
Tints of Pale Chestnut #DAACB0
RGB
CMYK
RGB Variations
Color information
#DAACB0 (or 0xDAACB0) is known color: 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
| RGB | 218 | 172 | 176 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.15 |
| HSL | 354.78º | 0.38% | 0.76% | - |
| HSV(B) | 354.78º | 0.21% | 0.85% | - |
| XYZ | 51.5 | 47.55 | 47.54 | - |
| YUV | 186.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 176 | 0 | 0.21 | 0.19 | 0.15 | 354.78 | 0.38 | 0.76 |
| Hex | DA | AC | B0 | 0 | 15 | 13 | F | 163 | 26 | 4C |
| Octal | 332 | 254 | 260 | 0 | 25 | 23 | 17 | 543 | 46 | 114 |
| Binary | 11011010 | 10101100 | 10110000 | 0 | 10101 | 10011 | 1111 | 101100011 | 100110 | 1001100 |
Color Harmonies of #DAACB0
Complementary color
Monochromatic Colors of #DAACB0
Black with #DAACB0
Text Example
Text Example
White with #DAACB0
Text Example
Text Example
HTML Codes & Css Web 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>