Shades of Cavern Pink #DBB6AF
Tints of Cavern Pink #DBB6AF
RGB
CMYK
RGB Variations
Color information
#DBB6AF (or 0xDBB6AF) is known color: Cavern Pink. HEX triplet: DB, B6 and AF. RGB value is (219,182,175). Sum of RGB (Red+Green+Blue) = 219+182+175=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB6AF is #244950. Grayscale: #C0C0C0. Windows color (decimal): -2378065 or 11515611. OLE color: 11515611.
HSL color Cylindrical-coordinate representation of color #DBB6AF: hue angle of 9.55º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB6AF is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 175 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.14 |
| HSL | 9.55º | 0.38% | 0.77% | - |
| HSV(B) | 9.55º | 0.2% | 0.86% | - |
| XYZ | 53.68 | 51.61 | 47.69 | - |
| YUV | 192.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 175 | 0 | 0.17 | 0.20 | 0.14 | 9.55 | 0.38 | 0.77 |
| Hex | DB | B6 | AF | 0 | 11 | 14 | E | A | 26 | 4D |
| Octal | 333 | 266 | 257 | 0 | 21 | 24 | 16 | 12 | 46 | 115 |
| Binary | 11011011 | 10110110 | 10101111 | 0 | 10001 | 10100 | 1110 | 1010 | 100110 | 1001101 |
Color Harmonies of #DBB6AF
Complementary color
Monochromatic Colors of #DBB6AF
Black with #DBB6AF
Text Example
Text Example
White with #DBB6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6AF; }
p { color: rgb(219,182,175); }
H1.HeaderClassName
{
color: #DBB6AF;
}
.AnyTagClassName
{
color: #DBB6AF;
}
</style>
background-color css
<style>
a { background-color: #DBB6AF; }
a { background-color: rgb(219,182,175); }
div.DivClassName
{
background-color: #DBB6AF;
}
.BgClassName
{
background-color: #DBB6AF;
}
</style>
border-color css
<style>
span { border-color: #DBB6AF; }
span { border-color: rgb(219,182,175); }
td.TdClassName
{
border-color: #DBB6AF;
}
.TagClassName
{
border-color: #DBB6AF;
}
</style>