Shades of Cavern Pink #DBB9B5
Tints of Cavern Pink #DBB9B5
RGB
CMYK
RGB Variations
Color information
#DBB9B5 (or 0xDBB9B5) is known color: Cavern Pink. HEX triplet: DB, B9 and B5. RGB value is (219,185,181). Sum of RGB (Red+Green+Blue) = 219+185+181=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB9B5 is #24464A. Grayscale: #C2C2C2. Windows color (decimal): -2377291 or 11909595. OLE color: 11909595.
HSL color Cylindrical-coordinate representation of color #DBB9B5: hue angle of 6.32º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB9B5 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 181 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.14 |
| HSL | 6.32º | 0.35% | 0.78% | - |
| HSV(B) | 6.32º | 0.17% | 0.86% | - |
| XYZ | 54.9 | 53.09 | 51.07 | - |
| YUV | 194.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 181 | 0 | 0.16 | 0.17 | 0.14 | 6.32 | 0.35 | 0.78 |
| Hex | DB | B9 | B5 | 0 | 10 | 11 | E | 6 | 23 | 4E |
| Octal | 333 | 271 | 265 | 0 | 20 | 21 | 16 | 6 | 43 | 116 |
| Binary | 11011011 | 10111001 | 10110101 | 0 | 10000 | 10001 | 1110 | 110 | 100011 | 1001110 |
Color Harmonies of #DBB9B5
Complementary color
Monochromatic Colors of #DBB9B5
Black with #DBB9B5
Text Example
Text Example
White with #DBB9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9B5; }
p { color: rgb(219,185,181); }
H1.HeaderClassName
{
color: #DBB9B5;
}
.AnyTagClassName
{
color: #DBB9B5;
}
</style>
background-color css
<style>
a { background-color: #DBB9B5; }
a { background-color: rgb(219,185,181); }
div.DivClassName
{
background-color: #DBB9B5;
}
.BgClassName
{
background-color: #DBB9B5;
}
</style>
border-color css
<style>
span { border-color: #DBB9B5; }
span { border-color: rgb(219,185,181); }
td.TdClassName
{
border-color: #DBB9B5;
}
.TagClassName
{
border-color: #DBB9B5;
}
</style>