Shades of Cavern Pink #DBB9B1
Tints of Cavern Pink #DBB9B1
RGB
CMYK
RGB Variations
Color information
#DBB9B1 (or 0xDBB9B1) is known color: Cavern Pink. HEX triplet: DB, B9 and B1. RGB value is (219,185,177). Sum of RGB (Red+Green+Blue) = 219+185+177=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 177 (69.53% from 255 or 30.46% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB9B1 is #24464E. Grayscale: #C2C2C2. Windows color (decimal): -2377295 or 11647451. OLE color: 11647451.
HSL color Cylindrical-coordinate representation of color #DBB9B1: hue angle of 11.43º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB9B1 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 177 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.14 |
| HSL | 11.43º | 0.37% | 0.78% | - |
| HSV(B) | 11.43º | 0.19% | 0.86% | - |
| XYZ | 54.5 | 52.93 | 48.94 | - |
| YUV | 194.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 177 | 0 | 0.16 | 0.19 | 0.14 | 11.43 | 0.37 | 0.78 |
| Hex | DB | B9 | B1 | 0 | 10 | 13 | E | B | 25 | 4E |
| Octal | 333 | 271 | 261 | 0 | 20 | 23 | 16 | 13 | 45 | 116 |
| Binary | 11011011 | 10111001 | 10110001 | 0 | 10000 | 10011 | 1110 | 1011 | 100101 | 1001110 |
Color Harmonies of #DBB9B1
Complementary color
Monochromatic Colors of #DBB9B1
Black with #DBB9B1
Text Example
Text Example
White with #DBB9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9B1; }
p { color: rgb(219,185,177); }
H1.HeaderClassName
{
color: #DBB9B1;
}
.AnyTagClassName
{
color: #DBB9B1;
}
</style>
background-color css
<style>
a { background-color: #DBB9B1; }
a { background-color: rgb(219,185,177); }
div.DivClassName
{
background-color: #DBB9B1;
}
.BgClassName
{
background-color: #DBB9B1;
}
</style>
border-color css
<style>
span { border-color: #DBB9B1; }
span { border-color: rgb(219,185,177); }
td.TdClassName
{
border-color: #DBB9B1;
}
.TagClassName
{
border-color: #DBB9B1;
}
</style>