Shades of Cavern Pink #DBB5AD
Tints of Cavern Pink #DBB5AD
RGB
CMYK
RGB Variations
Color information
#DBB5AD (or 0xDBB5AD) is known color: Cavern Pink. HEX triplet: DB, B5 and AD. RGB value is (219,181,173). Sum of RGB (Red+Green+Blue) = 219+181+173=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB5AD is #244A52. Grayscale: #BFBFBF. Windows color (decimal): -2378323 or 11384283. OLE color: 11384283.
HSL color Cylindrical-coordinate representation of color #DBB5AD: hue angle of 10.43º 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 #DBB5AD is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 173 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.14 |
| HSL | 10.43º | 0.39% | 0.77% | - |
| HSV(B) | 10.43º | 0.21% | 0.86% | - |
| XYZ | 53.28 | 51.12 | 46.6 | - |
| YUV | 191.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 173 | 0 | 0.17 | 0.21 | 0.14 | 10.43 | 0.39 | 0.77 |
| Hex | DB | B5 | AD | 0 | 11 | 15 | E | A | 27 | 4D |
| Octal | 333 | 265 | 255 | 0 | 21 | 25 | 16 | 12 | 47 | 115 |
| Binary | 11011011 | 10110101 | 10101101 | 0 | 10001 | 10101 | 1110 | 1010 | 100111 | 1001101 |
Color Harmonies of #DBB5AD
Complementary color
Monochromatic Colors of #DBB5AD
Black with #DBB5AD
Text Example
Text Example
White with #DBB5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5AD; }
p { color: rgb(219,181,173); }
H1.HeaderClassName
{
color: #DBB5AD;
}
.AnyTagClassName
{
color: #DBB5AD;
}
</style>
background-color css
<style>
a { background-color: #DBB5AD; }
a { background-color: rgb(219,181,173); }
div.DivClassName
{
background-color: #DBB5AD;
}
.BgClassName
{
background-color: #DBB5AD;
}
</style>
border-color css
<style>
span { border-color: #DBB5AD; }
span { border-color: rgb(219,181,173); }
td.TdClassName
{
border-color: #DBB5AD;
}
.TagClassName
{
border-color: #DBB5AD;
}
</style>