Shades of Cavern Pink #DBB7AD
Tints of Cavern Pink #DBB7AD
RGB
CMYK
RGB Variations
Color information
#DBB7AD (or 0xDBB7AD) is known color: Cavern Pink. HEX triplet: DB, B7 and AD. RGB value is (219,183,173). Sum of RGB (Red+Green+Blue) = 219+183+173=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB7AD is #244852. Grayscale: #C0C0C0. Windows color (decimal): -2377811 or 11384795. OLE color: 11384795.
HSL color Cylindrical-coordinate representation of color #DBB7AD: hue angle of 13.04º 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 #DBB7AD is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 173 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.14 |
| HSL | 13.04º | 0.39% | 0.77% | - |
| HSV(B) | 13.04º | 0.21% | 0.86% | - |
| XYZ | 53.69 | 51.94 | 46.73 | - |
| YUV | 192.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 173 | 0 | 0.16 | 0.21 | 0.14 | 13.04 | 0.39 | 0.77 |
| Hex | DB | B7 | AD | 0 | 10 | 15 | E | D | 27 | 4D |
| Octal | 333 | 267 | 255 | 0 | 20 | 25 | 16 | 15 | 47 | 115 |
| Binary | 11011011 | 10110111 | 10101101 | 0 | 10000 | 10101 | 1110 | 1101 | 100111 | 1001101 |
Color Harmonies of #DBB7AD
Complementary color
Monochromatic Colors of #DBB7AD
Black with #DBB7AD
Text Example
Text Example
White with #DBB7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7AD; }
p { color: rgb(219,183,173); }
H1.HeaderClassName
{
color: #DBB7AD;
}
.AnyTagClassName
{
color: #DBB7AD;
}
</style>
background-color css
<style>
a { background-color: #DBB7AD; }
a { background-color: rgb(219,183,173); }
div.DivClassName
{
background-color: #DBB7AD;
}
.BgClassName
{
background-color: #DBB7AD;
}
</style>
border-color css
<style>
span { border-color: #DBB7AD; }
span { border-color: rgb(219,183,173); }
td.TdClassName
{
border-color: #DBB7AD;
}
.TagClassName
{
border-color: #DBB7AD;
}
</style>