Shades of Cavern Pink #DBC1BC
Tints of Cavern Pink #DBC1BC
RGB
CMYK
RGB Variations
Color information
#DBC1BC (or 0xDBC1BC) is known color: Cavern Pink. HEX triplet: DB, C1 and BC. RGB value is (219,193,188). Sum of RGB (Red+Green+Blue) = 219+193+188=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1BC is #243E43. Grayscale: #C8C8C8. Windows color (decimal): -2375236 or 12370395. OLE color: 12370395.
HSL color Cylindrical-coordinate representation of color #DBC1BC: hue angle of 9.68º 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 #DBC1BC is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 188 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.14 |
| HSL | 9.68º | 0.3% | 0.8% | - |
| HSV(B) | 9.68º | 0.14% | 0.86% | - |
| XYZ | 57.36 | 56.83 | 55.52 | - |
| YUV | 200.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 188 | 0 | 0.12 | 0.14 | 0.14 | 9.68 | 0.3 | 0.8 |
| Hex | DB | C1 | BC | 0 | C | E | E | A | 1E | 50 |
| Octal | 333 | 301 | 274 | 0 | 14 | 16 | 16 | 12 | 36 | 120 |
| Binary | 11011011 | 11000001 | 10111100 | 0 | 1100 | 1110 | 1110 | 1010 | 11110 | 1010000 |
Color Harmonies of #DBC1BC
Complementary color
Monochromatic Colors of #DBC1BC
Black with #DBC1BC
Text Example
Text Example
White with #DBC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1BC; }
p { color: rgb(219,193,188); }
H1.HeaderClassName
{
color: #DBC1BC;
}
.AnyTagClassName
{
color: #DBC1BC;
}
</style>
background-color css
<style>
a { background-color: #DBC1BC; }
a { background-color: rgb(219,193,188); }
div.DivClassName
{
background-color: #DBC1BC;
}
.BgClassName
{
background-color: #DBC1BC;
}
</style>
border-color css
<style>
span { border-color: #DBC1BC; }
span { border-color: rgb(219,193,188); }
td.TdClassName
{
border-color: #DBC1BC;
}
.TagClassName
{
border-color: #DBC1BC;
}
</style>