Shades of Cavern Pink #DBBAB5
Tints of Cavern Pink #DBBAB5
RGB
CMYK
RGB Variations
Color information
#DBBAB5 (or 0xDBBAB5) is known color: Cavern Pink. HEX triplet: DB, BA and B5. RGB value is (219,186,181). Sum of RGB (Red+Green+Blue) = 219+186+181=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAB5 is #24454A. Grayscale: #C3C3C3. Windows color (decimal): -2377035 or 11909851. OLE color: 11909851.
HSL color Cylindrical-coordinate representation of color #DBBAB5: hue angle of 7.89º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBBAB5 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 186 | 181 | - |
CMYK | 0 | 0.15 | 0.17 | 0.14 |
HSL | 7.89º | 0.35% | 0.78% | - |
HSV(B) | 7.89º | 0.17% | 0.86% | - |
XYZ | 55.11 | 53.51 | 51.14 | - |
YUV | 195.3 | 119.93 | 144.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 186 | 181 | 0 | 0.15 | 0.17 | 0.14 | 7.89 | 0.35 | 0.78 |
Hex | DB | BA | B5 | 0 | F | 11 | E | 8 | 23 | 4E |
Octal | 333 | 272 | 265 | 0 | 17 | 21 | 16 | 10 | 43 | 116 |
Binary | 11011011 | 10111010 | 10110101 | 0 | 1111 | 10001 | 1110 | 1000 | 100011 | 1001110 |
Color Harmonies of #DBBAB5
Complementary color
Monochromatic Colors of #DBBAB5
Black with #DBBAB5
Text Example
Text Example
White with #DBBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBAB5; }
p { color: rgb(219,186,181); }
H1.HeaderClassName
{
color: #DBBAB5;
}
.AnyTagClassName
{
color: #DBBAB5;
}
</style>
background-color css
<style>
a { background-color: #DBBAB5; }
a { background-color: rgb(219,186,181); }
div.DivClassName
{
background-color: #DBBAB5;
}
.BgClassName
{
background-color: #DBBAB5;
}
</style>
border-color css
<style>
span { border-color: #DBBAB5; }
span { border-color: rgb(219,186,181); }
td.TdClassName
{
border-color: #DBBAB5;
}
.TagClassName
{
border-color: #DBBAB5;
}
</style>