Shades of Cavern Pink #DBBBBA
Tints of Cavern Pink #DBBBBA
RGB
CMYK
RGB Variations
Color information
#DBBBBA (or 0xDBBBBA) is known color: Cavern Pink. HEX triplet: DB, BB and BA. RGB value is (219,187,186). Sum of RGB (Red+Green+Blue) = 219+187+186=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBBA is #244445. Grayscale: #C4C4C4. Windows color (decimal): -2376774 or 12237787. OLE color: 12237787.
HSL color Cylindrical-coordinate representation of color #DBBBBA: hue angle of 1.82º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBBBA is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 186 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.14 |
| HSL | 1.82º | 0.31% | 0.79% | - |
| HSV(B) | 1.82º | 0.15% | 0.86% | - |
| XYZ | 55.85 | 54.15 | 53.96 | - |
| YUV | 196.45 | 122.1 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 186 | 0 | 0.15 | 0.15 | 0.14 | 1.82 | 0.31 | 0.79 |
| Hex | DB | BB | BA | 0 | F | F | E | 2 | 1F | 4F |
| Octal | 333 | 273 | 272 | 0 | 17 | 17 | 16 | 2 | 37 | 117 |
| Binary | 11011011 | 10111011 | 10111010 | 0 | 1111 | 1111 | 1110 | 10 | 11111 | 1001111 |
Color Harmonies of #DBBBBA
Complementary color
Monochromatic Colors of #DBBBBA
Black with #DBBBBA
Text Example
Text Example
White with #DBBBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBBA; }
p { color: rgb(219,187,186); }
H1.HeaderClassName
{
color: #DBBBBA;
}
.AnyTagClassName
{
color: #DBBBBA;
}
</style>
background-color css
<style>
a { background-color: #DBBBBA; }
a { background-color: rgb(219,187,186); }
div.DivClassName
{
background-color: #DBBBBA;
}
.BgClassName
{
background-color: #DBBBBA;
}
</style>
border-color css
<style>
span { border-color: #DBBBBA; }
span { border-color: rgb(219,187,186); }
td.TdClassName
{
border-color: #DBBBBA;
}
.TagClassName
{
border-color: #DBBBBA;
}
</style>