Shades of Cavern Pink #DBBDBC
Tints of Cavern Pink #DBBDBC
RGB
CMYK
RGB Variations
Color information
#DBBDBC (or 0xDBBDBC) is known color: Cavern Pink. HEX triplet: DB, BD and BC. RGB value is (219,189,188). Sum of RGB (Red+Green+Blue) = 219+189+188=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDBC is #244243. Grayscale: #C5C5C5. Windows color (decimal): -2376260 or 12369371. OLE color: 12369371.
HSL color Cylindrical-coordinate representation of color #DBBDBC: hue angle of 1.94º 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 #DBBDBC is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 188 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.14 |
| HSL | 1.94º | 0.3% | 0.8% | - |
| HSV(B) | 1.94º | 0.14% | 0.86% | - |
| XYZ | 56.49 | 55.09 | 55.23 | - |
| YUV | 197.86 | 122.44 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 188 | 0 | 0.14 | 0.14 | 0.14 | 1.94 | 0.3 | 0.8 |
| Hex | DB | BD | BC | 0 | E | E | E | 2 | 1E | 50 |
| Octal | 333 | 275 | 274 | 0 | 16 | 16 | 16 | 2 | 36 | 120 |
| Binary | 11011011 | 10111101 | 10111100 | 0 | 1110 | 1110 | 1110 | 10 | 11110 | 1010000 |
Color Harmonies of #DBBDBC
Complementary color
Monochromatic Colors of #DBBDBC
Black with #DBBDBC
Text Example
Text Example
White with #DBBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDBC; }
p { color: rgb(219,189,188); }
H1.HeaderClassName
{
color: #DBBDBC;
}
.AnyTagClassName
{
color: #DBBDBC;
}
</style>
background-color css
<style>
a { background-color: #DBBDBC; }
a { background-color: rgb(219,189,188); }
div.DivClassName
{
background-color: #DBBDBC;
}
.BgClassName
{
background-color: #DBBDBC;
}
</style>
border-color css
<style>
span { border-color: #DBBDBC; }
span { border-color: rgb(219,189,188); }
td.TdClassName
{
border-color: #DBBDBC;
}
.TagClassName
{
border-color: #DBBDBC;
}
</style>