Shades of Cavern Pink #DBB9B9
Tints of Cavern Pink #DBB9B9
RGB
CMYK
RGB Variations
Color information
#DBB9B9 (or 0xDBB9B9) is known color: Cavern Pink. HEX triplet: DB, B9 and B9. RGB value is (219,185,185). Sum of RGB (Red+Green+Blue) = 219+185+185=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB9B9 is #244646. Grayscale: #C3C3C3. Windows color (decimal): -2377287 or 12171739. OLE color: 12171739.
HSL color Cylindrical-coordinate representation of color #DBB9B9: hue angle of 0º 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 #DBB9B9 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 185 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.14 |
| HSL | 0º | 0.32% | 0.79% | - |
| HSV(B) | 0º | 0.16% | 0.86% | - |
| XYZ | 55.32 | 53.26 | 53.26 | - |
| YUV | 195.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 185 | 0 | 0.16 | 0.16 | 0.14 | 0 | 0.32 | 0.79 |
| Hex | DB | B9 | B9 | 0 | 10 | 10 | E | 0 | 20 | 4F |
| Octal | 333 | 271 | 271 | 0 | 20 | 20 | 16 | 0 | 40 | 117 |
| Binary | 11011011 | 10111001 | 10111001 | 0 | 10000 | 10000 | 1110 | 0 | 100000 | 1001111 |
Color Harmonies of #DBB9B9
Complementary color
Monochromatic Colors of #DBB9B9
Black with #DBB9B9
Text Example
Text Example
White with #DBB9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9B9; }
p { color: rgb(219,185,185); }
H1.HeaderClassName
{
color: #DBB9B9;
}
.AnyTagClassName
{
color: #DBB9B9;
}
</style>
background-color css
<style>
a { background-color: #DBB9B9; }
a { background-color: rgb(219,185,185); }
div.DivClassName
{
background-color: #DBB9B9;
}
.BgClassName
{
background-color: #DBB9B9;
}
</style>
border-color css
<style>
span { border-color: #DBB9B9; }
span { border-color: rgb(219,185,185); }
td.TdClassName
{
border-color: #DBB9B9;
}
.TagClassName
{
border-color: #DBB9B9;
}
</style>