Shades of Pale Chestnut #DAADB1
Tints of Pale Chestnut #DAADB1
RGB
CMYK
RGB Variations
Color information
#DAADB1 (or 0xDAADB1) is known color: Pale Chestnut. HEX triplet: DA, AD and B1. RGB value is (218,173,177). Sum of RGB (Red+Green+Blue) = 218+173+177=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAADB1 is #25524E. Grayscale: #BABABA. Windows color (decimal): -2445903 or 11644378. OLE color: 11644378.
HSL color Cylindrical-coordinate representation of color #DAADB1: hue angle of 354.67º 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 #DAADB1 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 177 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.15 |
| HSL | 354.67º | 0.38% | 0.77% | - |
| HSV(B) | 354.67º | 0.21% | 0.85% | - |
| XYZ | 51.79 | 47.97 | 48.12 | - |
| YUV | 186.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 177 | 0 | 0.21 | 0.19 | 0.15 | 354.67 | 0.38 | 0.77 |
| Hex | DA | AD | B1 | 0 | 15 | 13 | F | 163 | 26 | 4D |
| Octal | 332 | 255 | 261 | 0 | 25 | 23 | 17 | 543 | 46 | 115 |
| Binary | 11011010 | 10101101 | 10110001 | 0 | 10101 | 10011 | 1111 | 101100011 | 100110 | 1001101 |
Color Harmonies of #DAADB1
Complementary color
Monochromatic Colors of #DAADB1
Black with #DAADB1
Text Example
Text Example
White with #DAADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADB1; }
p { color: rgb(218,173,177); }
H1.HeaderClassName
{
color: #DAADB1;
}
.AnyTagClassName
{
color: #DAADB1;
}
</style>
background-color css
<style>
a { background-color: #DAADB1; }
a { background-color: rgb(218,173,177); }
div.DivClassName
{
background-color: #DAADB1;
}
.BgClassName
{
background-color: #DAADB1;
}
</style>
border-color css
<style>
span { border-color: #DAADB1; }
span { border-color: rgb(218,173,177); }
td.TdClassName
{
border-color: #DAADB1;
}
.TagClassName
{
border-color: #DAADB1;
}
</style>