Shades of Pale Chestnut #DBADAE
Tints of Pale Chestnut #DBADAE
RGB
CMYK
RGB Variations
Color information
#DBADAE (or 0xDBADAE) is known color: Pale Chestnut. HEX triplet: DB, AD and AE. RGB value is (219,173,174). Sum of RGB (Red+Green+Blue) = 219+173+174=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBADAE is #245251. Grayscale: #BABABA. Windows color (decimal): -2380370 or 11447771. OLE color: 11447771.
HSL color Cylindrical-coordinate representation of color #DBADAE: hue angle of 358.7º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBADAE is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 174 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.14 |
| HSL | 358.7º | 0.39% | 0.77% | - |
| HSV(B) | 358.7º | 0.21% | 0.86% | - |
| XYZ | 51.8 | 48 | 46.58 | - |
| YUV | 186.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 174 | 0 | 0.21 | 0.21 | 0.14 | 358.7 | 0.39 | 0.77 |
| Hex | DB | AD | AE | 0 | 15 | 15 | E | 167 | 27 | 4D |
| Octal | 333 | 255 | 256 | 0 | 25 | 25 | 16 | 547 | 47 | 115 |
| Binary | 11011011 | 10101101 | 10101110 | 0 | 10101 | 10101 | 1110 | 101100111 | 100111 | 1001101 |
Color Harmonies of #DBADAE
Complementary color
Monochromatic Colors of #DBADAE
Black with #DBADAE
Text Example
Text Example
White with #DBADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADAE; }
p { color: rgb(219,173,174); }
H1.HeaderClassName
{
color: #DBADAE;
}
.AnyTagClassName
{
color: #DBADAE;
}
</style>
background-color css
<style>
a { background-color: #DBADAE; }
a { background-color: rgb(219,173,174); }
div.DivClassName
{
background-color: #DBADAE;
}
.BgClassName
{
background-color: #DBADAE;
}
</style>
border-color css
<style>
span { border-color: #DBADAE; }
span { border-color: rgb(219,173,174); }
td.TdClassName
{
border-color: #DBADAE;
}
.TagClassName
{
border-color: #DBADAE;
}
</style>