Shades of Pale Chestnut #DAACAF
Tints of Pale Chestnut #DAACAF
RGB
CMYK
RGB Variations
Color information
#DAACAF (or 0xDAACAF) is known color: Pale Chestnut. HEX triplet: DA, AC and AF. RGB value is (218,172,175). Sum of RGB (Red+Green+Blue) = 218+172+175=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAACAF is #255350. Grayscale: #BABABA. Windows color (decimal): -2446161 or 11513050. OLE color: 11513050.
HSL color Cylindrical-coordinate representation of color #DAACAF: hue angle of 356.09º 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 #DAACAF is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 175 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.15 |
| HSL | 356.09º | 0.38% | 0.76% | - |
| HSV(B) | 356.09º | 0.21% | 0.85% | - |
| XYZ | 51.4 | 47.51 | 47.02 | - |
| YUV | 186.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 175 | 0 | 0.21 | 0.20 | 0.15 | 356.09 | 0.38 | 0.76 |
| Hex | DA | AC | AF | 0 | 15 | 14 | F | 164 | 26 | 4C |
| Octal | 332 | 254 | 257 | 0 | 25 | 24 | 17 | 544 | 46 | 114 |
| Binary | 11011010 | 10101100 | 10101111 | 0 | 10101 | 10100 | 1111 | 101100100 | 100110 | 1001100 |
Color Harmonies of #DAACAF
Complementary color
Monochromatic Colors of #DAACAF
Black with #DAACAF
Text Example
Text Example
White with #DAACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACAF; }
p { color: rgb(218,172,175); }
H1.HeaderClassName
{
color: #DAACAF;
}
.AnyTagClassName
{
color: #DAACAF;
}
</style>
background-color css
<style>
a { background-color: #DAACAF; }
a { background-color: rgb(218,172,175); }
div.DivClassName
{
background-color: #DAACAF;
}
.BgClassName
{
background-color: #DAACAF;
}
</style>
border-color css
<style>
span { border-color: #DAACAF; }
span { border-color: rgb(218,172,175); }
td.TdClassName
{
border-color: #DAACAF;
}
.TagClassName
{
border-color: #DAACAF;
}
</style>