Shades of Cavern Pink #DBB7AF
Tints of Cavern Pink #DBB7AF
RGB
CMYK
RGB Variations
Color information
#DBB7AF (or 0xDBB7AF) is known color: Cavern Pink. HEX triplet: DB, B7 and AF. RGB value is (219,183,175). Sum of RGB (Red+Green+Blue) = 219+183+175=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB7AF is #244850. Grayscale: #C0C0C0. Windows color (decimal): -2377809 or 11515867. OLE color: 11515867.
HSL color Cylindrical-coordinate representation of color #DBB7AF: hue angle of 10.91º 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 #DBB7AF is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 175 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.14 |
| HSL | 10.91º | 0.38% | 0.77% | - |
| HSV(B) | 10.91º | 0.2% | 0.86% | - |
| XYZ | 53.88 | 52.02 | 47.76 | - |
| YUV | 192.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 175 | 0 | 0.16 | 0.20 | 0.14 | 10.91 | 0.38 | 0.77 |
| Hex | DB | B7 | AF | 0 | 10 | 14 | E | B | 26 | 4D |
| Octal | 333 | 267 | 257 | 0 | 20 | 24 | 16 | 13 | 46 | 115 |
| Binary | 11011011 | 10110111 | 10101111 | 0 | 10000 | 10100 | 1110 | 1011 | 100110 | 1001101 |
Color Harmonies of #DBB7AF
Complementary color
Monochromatic Colors of #DBB7AF
Black with #DBB7AF
Text Example
Text Example
White with #DBB7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7AF; }
p { color: rgb(219,183,175); }
H1.HeaderClassName
{
color: #DBB7AF;
}
.AnyTagClassName
{
color: #DBB7AF;
}
</style>
background-color css
<style>
a { background-color: #DBB7AF; }
a { background-color: rgb(219,183,175); }
div.DivClassName
{
background-color: #DBB7AF;
}
.BgClassName
{
background-color: #DBB7AF;
}
</style>
border-color css
<style>
span { border-color: #DBB7AF; }
span { border-color: rgb(219,183,175); }
td.TdClassName
{
border-color: #DBB7AF;
}
.TagClassName
{
border-color: #DBB7AF;
}
</style>