Shades of Cavern Pink #DBB7B5
Tints of Cavern Pink #DBB7B5
RGB
CMYK
RGB Variations
Color information
#DBB7B5 (or 0xDBB7B5) is known color: Cavern Pink. HEX triplet: DB, B7 and B5. RGB value is (219,183,181). Sum of RGB (Red+Green+Blue) = 219+183+181=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7B5 is #24484A. Grayscale: #C1C1C1. Windows color (decimal): -2377803 or 11909083. OLE color: 11909083.
HSL color Cylindrical-coordinate representation of color #DBB7B5: hue angle of 3.16º 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 #DBB7B5 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 181 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.14 |
| HSL | 3.16º | 0.35% | 0.78% | - |
| HSV(B) | 3.16º | 0.17% | 0.86% | - |
| XYZ | 54.49 | 52.26 | 50.93 | - |
| YUV | 193.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 181 | 0 | 0.16 | 0.17 | 0.14 | 3.16 | 0.35 | 0.78 |
| Hex | DB | B7 | B5 | 0 | 10 | 11 | E | 3 | 23 | 4E |
| Octal | 333 | 267 | 265 | 0 | 20 | 21 | 16 | 3 | 43 | 116 |
| Binary | 11011011 | 10110111 | 10110101 | 0 | 10000 | 10001 | 1110 | 11 | 100011 | 1001110 |
Color Harmonies of #DBB7B5
Complementary color
Monochromatic Colors of #DBB7B5
Black with #DBB7B5
Text Example
Text Example
White with #DBB7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7B5; }
p { color: rgb(219,183,181); }
H1.HeaderClassName
{
color: #DBB7B5;
}
.AnyTagClassName
{
color: #DBB7B5;
}
</style>
background-color css
<style>
a { background-color: #DBB7B5; }
a { background-color: rgb(219,183,181); }
div.DivClassName
{
background-color: #DBB7B5;
}
.BgClassName
{
background-color: #DBB7B5;
}
</style>
border-color css
<style>
span { border-color: #DBB7B5; }
span { border-color: rgb(219,183,181); }
td.TdClassName
{
border-color: #DBB7B5;
}
.TagClassName
{
border-color: #DBB7B5;
}
</style>