Shades of Cavern Pink #DBBFBB
Tints of Cavern Pink #DBBFBB
RGB
CMYK
RGB Variations
Color information
#DBBFBB (or 0xDBBFBB) is known color: Cavern Pink. HEX triplet: DB, BF and BB. RGB value is (219,191,187). Sum of RGB (Red+Green+Blue) = 219+191+187=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFBB is #244044. Grayscale: #C6C6C6. Windows color (decimal): -2375749 or 12304347. OLE color: 12304347.
HSL color Cylindrical-coordinate representation of color #DBBFBB: hue angle of 7.5º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBFBB is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 187 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.14 |
| HSL | 7.5º | 0.31% | 0.8% | - |
| HSV(B) | 7.5º | 0.15% | 0.86% | - |
| XYZ | 56.81 | 55.91 | 54.81 | - |
| YUV | 198.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 187 | 0 | 0.13 | 0.15 | 0.14 | 7.5 | 0.31 | 0.8 |
| Hex | DB | BF | BB | 0 | D | F | E | 8 | 1F | 50 |
| Octal | 333 | 277 | 273 | 0 | 15 | 17 | 16 | 10 | 37 | 120 |
| Binary | 11011011 | 10111111 | 10111011 | 0 | 1101 | 1111 | 1110 | 1000 | 11111 | 1010000 |
Color Harmonies of #DBBFBB
Complementary color
Monochromatic Colors of #DBBFBB
Black with #DBBFBB
Text Example
Text Example
White with #DBBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFBB; }
p { color: rgb(219,191,187); }
H1.HeaderClassName
{
color: #DBBFBB;
}
.AnyTagClassName
{
color: #DBBFBB;
}
</style>
background-color css
<style>
a { background-color: #DBBFBB; }
a { background-color: rgb(219,191,187); }
div.DivClassName
{
background-color: #DBBFBB;
}
.BgClassName
{
background-color: #DBBFBB;
}
</style>
border-color css
<style>
span { border-color: #DBBFBB; }
span { border-color: rgb(219,191,187); }
td.TdClassName
{
border-color: #DBBFBB;
}
.TagClassName
{
border-color: #DBBFBB;
}
</style>