Shades of Cavern Pink #DBC0BD
Tints of Cavern Pink #DBC0BD
RGB
CMYK
RGB Variations
Color information
#DBC0BD (or 0xDBC0BD) is known color: Cavern Pink. HEX triplet: DB, C0 and BD. RGB value is (219,192,189). Sum of RGB (Red+Green+Blue) = 219+192+189=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0BD is #243F42. Grayscale: #C7C7C7. Windows color (decimal): -2375491 or 12435675. OLE color: 12435675.
HSL color Cylindrical-coordinate representation of color #DBC0BD: hue angle of 6º degrees, saturation: 0.29, 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 #DBC0BD is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 189 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.14 |
| HSL | 6º | 0.29% | 0.8% | - |
| HSV(B) | 6º | 0.14% | 0.86% | - |
| XYZ | 57.25 | 56.43 | 56.02 | - |
| YUV | 199.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 189 | 0 | 0.12 | 0.14 | 0.14 | 6 | 0.29 | 0.8 |
| Hex | DB | C0 | BD | 0 | C | E | E | 6 | 1D | 50 |
| Octal | 333 | 300 | 275 | 0 | 14 | 16 | 16 | 6 | 35 | 120 |
| Binary | 11011011 | 11000000 | 10111101 | 0 | 1100 | 1110 | 1110 | 110 | 11101 | 1010000 |
Color Harmonies of #DBC0BD
Complementary color
Monochromatic Colors of #DBC0BD
Black with #DBC0BD
Text Example
Text Example
White with #DBC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0BD; }
p { color: rgb(219,192,189); }
H1.HeaderClassName
{
color: #DBC0BD;
}
.AnyTagClassName
{
color: #DBC0BD;
}
</style>
background-color css
<style>
a { background-color: #DBC0BD; }
a { background-color: rgb(219,192,189); }
div.DivClassName
{
background-color: #DBC0BD;
}
.BgClassName
{
background-color: #DBC0BD;
}
</style>
border-color css
<style>
span { border-color: #DBC0BD; }
span { border-color: rgb(219,192,189); }
td.TdClassName
{
border-color: #DBC0BD;
}
.TagClassName
{
border-color: #DBC0BD;
}
</style>