Shades of Cavern Pink #DBBAB9
Tints of Cavern Pink #DBBAB9
RGB
CMYK
RGB Variations
Color information
#DBBAB9 (or 0xDBBAB9) is known color: Cavern Pink. HEX triplet: DB, BA and B9. RGB value is (219,186,185). Sum of RGB (Red+Green+Blue) = 219+186+185=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAB9 is #244546. Grayscale: #C3C3C3. Windows color (decimal): -2377031 or 12171995. OLE color: 12171995.
HSL color Cylindrical-coordinate representation of color #DBBAB9: hue angle of 1.76º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBBAB9 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 185 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.14 |
| HSL | 1.76º | 0.32% | 0.79% | - |
| HSV(B) | 1.76º | 0.16% | 0.86% | - |
| XYZ | 55.53 | 53.68 | 53.33 | - |
| YUV | 195.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 185 | 0 | 0.15 | 0.16 | 0.14 | 1.76 | 0.32 | 0.79 |
| Hex | DB | BA | B9 | 0 | F | 10 | E | 2 | 20 | 4F |
| Octal | 333 | 272 | 271 | 0 | 17 | 20 | 16 | 2 | 40 | 117 |
| Binary | 11011011 | 10111010 | 10111001 | 0 | 1111 | 10000 | 1110 | 10 | 100000 | 1001111 |
Color Harmonies of #DBBAB9
Complementary color
Monochromatic Colors of #DBBAB9
Black with #DBBAB9
Text Example
Text Example
White with #DBBAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBAB9; }
p { color: rgb(219,186,185); }
H1.HeaderClassName
{
color: #DBBAB9;
}
.AnyTagClassName
{
color: #DBBAB9;
}
</style>
background-color css
<style>
a { background-color: #DBBAB9; }
a { background-color: rgb(219,186,185); }
div.DivClassName
{
background-color: #DBBAB9;
}
.BgClassName
{
background-color: #DBBAB9;
}
</style>
border-color css
<style>
span { border-color: #DBBAB9; }
span { border-color: rgb(219,186,185); }
td.TdClassName
{
border-color: #DBBAB9;
}
.TagClassName
{
border-color: #DBBAB9;
}
</style>