Shades of Cavern Pink #DBBABA
Tints of Cavern Pink #DBBABA
RGB
CMYK
RGB Variations
Color information
#DBBABA (or 0xDBBABA) is known color: Cavern Pink. HEX triplet: DB, BA and BA. RGB value is (219,186,186). Sum of RGB (Red+Green+Blue) = 219+186+186=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBABA is #244545. Grayscale: #C3C3C3. Windows color (decimal): -2377030 or 12237531. OLE color: 12237531.
HSL color Cylindrical-coordinate representation of color #DBBABA: hue angle of 0º 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 #DBBABA is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 186 | 186 | - |
CMYK | 0 | 0.15 | 0.15 | 0.14 |
HSL | 0º | 0.31% | 0.79% | - |
HSV(B) | 0º | 0.15% | 0.86% | - |
XYZ | 55.64 | 53.72 | 53.89 | - |
YUV | 195.87 | 122.43 | 144.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 186 | 186 | 0 | 0.15 | 0.15 | 0.14 | 0 | 0.31 | 0.79 |
Hex | DB | BA | BA | 0 | F | F | E | 0 | 1F | 4F |
Octal | 333 | 272 | 272 | 0 | 17 | 17 | 16 | 0 | 37 | 117 |
Binary | 11011011 | 10111010 | 10111010 | 0 | 1111 | 1111 | 1110 | 0 | 11111 | 1001111 |
Color Harmonies of #DBBABA
Complementary color
Monochromatic Colors of #DBBABA
Black with #DBBABA
Text Example
Text Example
White with #DBBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBABA; }
p { color: rgb(219,186,186); }
H1.HeaderClassName
{
color: #DBBABA;
}
.AnyTagClassName
{
color: #DBBABA;
}
</style>
background-color css
<style>
a { background-color: #DBBABA; }
a { background-color: rgb(219,186,186); }
div.DivClassName
{
background-color: #DBBABA;
}
.BgClassName
{
background-color: #DBBABA;
}
</style>
border-color css
<style>
span { border-color: #DBBABA; }
span { border-color: rgb(219,186,186); }
td.TdClassName
{
border-color: #DBBABA;
}
.TagClassName
{
border-color: #DBBABA;
}
</style>