Shades of Pale Chestnut #DBAFB0
Tints of Pale Chestnut #DBAFB0
RGB
CMYK
RGB Variations
Color information
#DBAFB0 (or 0xDBAFB0) is known color: Pale Chestnut. HEX triplet: DB, AF and B0. RGB value is (219,175,176). Sum of RGB (Red+Green+Blue) = 219+175+176=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAFB0 is #24504F. Grayscale: #BCBCBC. Windows color (decimal): -2379856 or 11579355. OLE color: 11579355.
HSL color Cylindrical-coordinate representation of color #DBAFB0: hue angle of 358.64º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBAFB0 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 175 | 176 | - |
CMYK | 0 | 0.20 | 0.20 | 0.14 |
HSL | 358.64º | 0.38% | 0.77% | - |
HSV(B) | 358.64º | 0.2% | 0.86% | - |
XYZ | 52.38 | 48.85 | 47.74 | - |
YUV | 188.27 | 121.08 | 149.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 175 | 176 | 0 | 0.20 | 0.20 | 0.14 | 358.64 | 0.38 | 0.77 |
Hex | DB | AF | B0 | 0 | 14 | 14 | E | 167 | 26 | 4D |
Octal | 333 | 257 | 260 | 0 | 24 | 24 | 16 | 547 | 46 | 115 |
Binary | 11011011 | 10101111 | 10110000 | 0 | 10100 | 10100 | 1110 | 101100111 | 100110 | 1001101 |
Color Harmonies of #DBAFB0
Complementary color
Monochromatic Colors of #DBAFB0
Black with #DBAFB0
Text Example
Text Example
White with #DBAFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFB0; }
p { color: rgb(219,175,176); }
H1.HeaderClassName
{
color: #DBAFB0;
}
.AnyTagClassName
{
color: #DBAFB0;
}
</style>
background-color css
<style>
a { background-color: #DBAFB0; }
a { background-color: rgb(219,175,176); }
div.DivClassName
{
background-color: #DBAFB0;
}
.BgClassName
{
background-color: #DBAFB0;
}
</style>
border-color css
<style>
span { border-color: #DBAFB0; }
span { border-color: rgb(219,175,176); }
td.TdClassName
{
border-color: #DBAFB0;
}
.TagClassName
{
border-color: #DBAFB0;
}
</style>