Shades of Pale Chestnut #DBAEB1
Tints of Pale Chestnut #DBAEB1
RGB
CMYK
RGB Variations
Color information
#DBAEB1 (or 0xDBAEB1) is known color: Pale Chestnut. HEX triplet: DB, AE and B1. RGB value is (219,174,177). Sum of RGB (Red+Green+Blue) = 219+174+177=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAEB1 is #24514E. Grayscale: #BBBBBB. Windows color (decimal): -2380111 or 11644635. OLE color: 11644635.
HSL color Cylindrical-coordinate representation of color #DBAEB1: hue angle of 356º degrees, saturation: 0.38, 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 #DBAEB1 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 177 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.14 |
| HSL | 356º | 0.38% | 0.77% | - |
| HSV(B) | 356º | 0.21% | 0.86% | - |
| XYZ | 52.29 | 48.51 | 48.2 | - |
| YUV | 187.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 177 | 0 | 0.21 | 0.19 | 0.14 | 356 | 0.38 | 0.77 |
| Hex | DB | AE | B1 | 0 | 15 | 13 | E | 164 | 26 | 4D |
| Octal | 333 | 256 | 261 | 0 | 25 | 23 | 16 | 544 | 46 | 115 |
| Binary | 11011011 | 10101110 | 10110001 | 0 | 10101 | 10011 | 1110 | 101100100 | 100110 | 1001101 |
Color Harmonies of #DBAEB1
Complementary color
Monochromatic Colors of #DBAEB1
Black with #DBAEB1
Text Example
Text Example
White with #DBAEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEB1; }
p { color: rgb(219,174,177); }
H1.HeaderClassName
{
color: #DBAEB1;
}
.AnyTagClassName
{
color: #DBAEB1;
}
</style>
background-color css
<style>
a { background-color: #DBAEB1; }
a { background-color: rgb(219,174,177); }
div.DivClassName
{
background-color: #DBAEB1;
}
.BgClassName
{
background-color: #DBAEB1;
}
</style>
border-color css
<style>
span { border-color: #DBAEB1; }
span { border-color: rgb(219,174,177); }
td.TdClassName
{
border-color: #DBAEB1;
}
.TagClassName
{
border-color: #DBAEB1;
}
</style>