Shades of Cavern Pink #DBC0BC
Tints of Cavern Pink #DBC0BC
RGB
CMYK
RGB Variations
Color information
#DBC0BC (or 0xDBC0BC) is known color: Cavern Pink. HEX triplet: DB, C0 and BC. RGB value is (219,192,188). Sum of RGB (Red+Green+Blue) = 219+192+188=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0BC is #243F43. Grayscale: #C7C7C7. Windows color (decimal): -2375492 or 12370139. OLE color: 12370139.
HSL color Cylindrical-coordinate representation of color #DBC0BC: hue angle of 7.74º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBC0BC is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 188 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.14 |
| HSL | 7.74º | 0.3% | 0.8% | - |
| HSV(B) | 7.74º | 0.14% | 0.86% | - |
| XYZ | 57.14 | 56.39 | 55.45 | - |
| YUV | 199.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 188 | 0 | 0.12 | 0.14 | 0.14 | 7.74 | 0.3 | 0.8 |
| Hex | DB | C0 | BC | 0 | C | E | E | 8 | 1E | 50 |
| Octal | 333 | 300 | 274 | 0 | 14 | 16 | 16 | 10 | 36 | 120 |
| Binary | 11011011 | 11000000 | 10111100 | 0 | 1100 | 1110 | 1110 | 1000 | 11110 | 1010000 |
Color Harmonies of #DBC0BC
Complementary color
Monochromatic Colors of #DBC0BC
Black with #DBC0BC
Text Example
Text Example
White with #DBC0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0BC; }
p { color: rgb(219,192,188); }
H1.HeaderClassName
{
color: #DBC0BC;
}
.AnyTagClassName
{
color: #DBC0BC;
}
</style>
background-color css
<style>
a { background-color: #DBC0BC; }
a { background-color: rgb(219,192,188); }
div.DivClassName
{
background-color: #DBC0BC;
}
.BgClassName
{
background-color: #DBC0BC;
}
</style>
border-color css
<style>
span { border-color: #DBC0BC; }
span { border-color: rgb(219,192,188); }
td.TdClassName
{
border-color: #DBC0BC;
}
.TagClassName
{
border-color: #DBC0BC;
}
</style>