Shades of Cavern Pink #DBBEBB
Tints of Cavern Pink #DBBEBB
RGB
CMYK
RGB Variations
Color information
#DBBEBB (or 0xDBBEBB) is known color: Cavern Pink. HEX triplet: DB, BE and BB. RGB value is (219,190,187). Sum of RGB (Red+Green+Blue) = 219+190+187=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEBB is #244144. Grayscale: #C6C6C6. Windows color (decimal): -2376005 or 12304091. OLE color: 12304091.
HSL color Cylindrical-coordinate representation of color #DBBEBB: hue angle of 5.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBEBB is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 187 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.14 |
| HSL | 5.63º | 0.31% | 0.8% | - |
| HSV(B) | 5.63º | 0.15% | 0.86% | - |
| XYZ | 56.6 | 55.47 | 54.74 | - |
| YUV | 198.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 187 | 0 | 0.13 | 0.15 | 0.14 | 5.63 | 0.31 | 0.8 |
| Hex | DB | BE | BB | 0 | D | F | E | 6 | 1F | 50 |
| Octal | 333 | 276 | 273 | 0 | 15 | 17 | 16 | 6 | 37 | 120 |
| Binary | 11011011 | 10111110 | 10111011 | 0 | 1101 | 1111 | 1110 | 110 | 11111 | 1010000 |
Color Harmonies of #DBBEBB
Complementary color
Monochromatic Colors of #DBBEBB
Black with #DBBEBB
Text Example
Text Example
White with #DBBEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEBB; }
p { color: rgb(219,190,187); }
H1.HeaderClassName
{
color: #DBBEBB;
}
.AnyTagClassName
{
color: #DBBEBB;
}
</style>
background-color css
<style>
a { background-color: #DBBEBB; }
a { background-color: rgb(219,190,187); }
div.DivClassName
{
background-color: #DBBEBB;
}
.BgClassName
{
background-color: #DBBEBB;
}
</style>
border-color css
<style>
span { border-color: #DBBEBB; }
span { border-color: rgb(219,190,187); }
td.TdClassName
{
border-color: #DBBEBB;
}
.TagClassName
{
border-color: #DBBEBB;
}
</style>