Shades of Pale Chestnut #DAADB0
Tints of Pale Chestnut #DAADB0
RGB
CMYK
RGB Variations
Color information
#DAADB0 (or 0xDAADB0) is known color: Pale Chestnut. HEX triplet: DA, AD and B0. RGB value is (218,173,176). Sum of RGB (Red+Green+Blue) = 218+173+176=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAADB0 is #25524F. Grayscale: #BABABA. Windows color (decimal): -2445904 or 11578842. OLE color: 11578842.
HSL color Cylindrical-coordinate representation of color #DAADB0: hue angle of 356º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADB0 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 176 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.15 |
| HSL | 356º | 0.38% | 0.77% | - |
| HSV(B) | 356º | 0.21% | 0.85% | - |
| XYZ | 51.69 | 47.93 | 47.6 | - |
| YUV | 186.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 176 | 0 | 0.21 | 0.19 | 0.15 | 356 | 0.38 | 0.77 |
| Hex | DA | AD | B0 | 0 | 15 | 13 | F | 164 | 26 | 4D |
| Octal | 332 | 255 | 260 | 0 | 25 | 23 | 17 | 544 | 46 | 115 |
| Binary | 11011010 | 10101101 | 10110000 | 0 | 10101 | 10011 | 1111 | 101100100 | 100110 | 1001101 |
Color Harmonies of #DAADB0
Complementary color
Monochromatic Colors of #DAADB0
Black with #DAADB0
Text Example
Text Example
White with #DAADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADB0; }
p { color: rgb(218,173,176); }
H1.HeaderClassName
{
color: #DAADB0;
}
.AnyTagClassName
{
color: #DAADB0;
}
</style>
background-color css
<style>
a { background-color: #DAADB0; }
a { background-color: rgb(218,173,176); }
div.DivClassName
{
background-color: #DAADB0;
}
.BgClassName
{
background-color: #DAADB0;
}
</style>
border-color css
<style>
span { border-color: #DAADB0; }
span { border-color: rgb(218,173,176); }
td.TdClassName
{
border-color: #DAADB0;
}
.TagClassName
{
border-color: #DAADB0;
}
</style>