Shades of Cavern Pink #DBBDBA
Tints of Cavern Pink #DBBDBA
RGB
CMYK
RGB Variations
Color information
#DBBDBA (or 0xDBBDBA) is known color: Cavern Pink. HEX triplet: DB, BD and BA. RGB value is (219,189,186). Sum of RGB (Red+Green+Blue) = 219+189+186=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDBA is #244245. Grayscale: #C5C5C5. Windows color (decimal): -2376262 or 12238299. OLE color: 12238299.
HSL color Cylindrical-coordinate representation of color #DBBDBA: hue angle of 5.45º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBDBA is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 186 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.14 |
| HSL | 5.45º | 0.31% | 0.79% | - |
| HSV(B) | 5.45º | 0.15% | 0.86% | - |
| XYZ | 56.27 | 55 | 54.1 | - |
| YUV | 197.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 186 | 0 | 0.14 | 0.15 | 0.14 | 5.45 | 0.31 | 0.79 |
| Hex | DB | BD | BA | 0 | E | F | E | 5 | 1F | 4F |
| Octal | 333 | 275 | 272 | 0 | 16 | 17 | 16 | 5 | 37 | 117 |
| Binary | 11011011 | 10111101 | 10111010 | 0 | 1110 | 1111 | 1110 | 101 | 11111 | 1001111 |
Color Harmonies of #DBBDBA
Complementary color
Monochromatic Colors of #DBBDBA
Black with #DBBDBA
Text Example
Text Example
White with #DBBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDBA; }
p { color: rgb(219,189,186); }
H1.HeaderClassName
{
color: #DBBDBA;
}
.AnyTagClassName
{
color: #DBBDBA;
}
</style>
background-color css
<style>
a { background-color: #DBBDBA; }
a { background-color: rgb(219,189,186); }
div.DivClassName
{
background-color: #DBBDBA;
}
.BgClassName
{
background-color: #DBBDBA;
}
</style>
border-color css
<style>
span { border-color: #DBBDBA; }
span { border-color: rgb(219,189,186); }
td.TdClassName
{
border-color: #DBBDBA;
}
.TagClassName
{
border-color: #DBBDBA;
}
</style>