Shades of Cavern Pink #DBB7B6
Tints of Cavern Pink #DBB7B6
RGB
CMYK
RGB Variations
Color information
#DBB7B6 (or 0xDBB7B6) is known color: Cavern Pink. HEX triplet: DB, B7 and B6. RGB value is (219,183,182). Sum of RGB (Red+Green+Blue) = 219+183+182=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 182 (71.48% from 255 or 31.16% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7B6 is #244849. Grayscale: #C1C1C1. Windows color (decimal): -2377802 or 11974619. OLE color: 11974619.
HSL color Cylindrical-coordinate representation of color #DBB7B6: hue angle of 1.62º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB7B6 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 182 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.14 |
| HSL | 1.62º | 0.34% | 0.79% | - |
| HSV(B) | 1.62º | 0.17% | 0.86% | - |
| XYZ | 54.59 | 52.3 | 51.47 | - |
| YUV | 193.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 182 | 0 | 0.16 | 0.17 | 0.14 | 1.62 | 0.34 | 0.79 |
| Hex | DB | B7 | B6 | 0 | 10 | 11 | E | 2 | 22 | 4F |
| Octal | 333 | 267 | 266 | 0 | 20 | 21 | 16 | 2 | 42 | 117 |
| Binary | 11011011 | 10110111 | 10110110 | 0 | 10000 | 10001 | 1110 | 10 | 100010 | 1001111 |
Color Harmonies of #DBB7B6
Complementary color
Monochromatic Colors of #DBB7B6
Black with #DBB7B6
Text Example
Text Example
White with #DBB7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7B6; }
p { color: rgb(219,183,182); }
H1.HeaderClassName
{
color: #DBB7B6;
}
.AnyTagClassName
{
color: #DBB7B6;
}
</style>
background-color css
<style>
a { background-color: #DBB7B6; }
a { background-color: rgb(219,183,182); }
div.DivClassName
{
background-color: #DBB7B6;
}
.BgClassName
{
background-color: #DBB7B6;
}
</style>
border-color css
<style>
span { border-color: #DBB7B6; }
span { border-color: rgb(219,183,182); }
td.TdClassName
{
border-color: #DBB7B6;
}
.TagClassName
{
border-color: #DBB7B6;
}
</style>