Shades of Cavern Pink #DBB4AF
Tints of Cavern Pink #DBB4AF
RGB
CMYK
RGB Variations
Color information
#DBB4AF (or 0xDBB4AF) is known color: Cavern Pink. HEX triplet: DB, B4 and AF. RGB value is (219,180,175). Sum of RGB (Red+Green+Blue) = 219+180+175=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB4AF is #244B50. Grayscale: #BFBFBF. Windows color (decimal): -2378577 or 11515099. OLE color: 11515099.
HSL color Cylindrical-coordinate representation of color #DBB4AF: hue angle of 6.82º 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 #DBB4AF is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 175 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.14 |
| HSL | 6.82º | 0.38% | 0.77% | - |
| HSV(B) | 6.82º | 0.2% | 0.86% | - |
| XYZ | 53.27 | 50.8 | 47.55 | - |
| YUV | 191.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 175 | 0 | 0.18 | 0.20 | 0.14 | 6.82 | 0.38 | 0.77 |
| Hex | DB | B4 | AF | 0 | 12 | 14 | E | 7 | 26 | 4D |
| Octal | 333 | 264 | 257 | 0 | 22 | 24 | 16 | 7 | 46 | 115 |
| Binary | 11011011 | 10110100 | 10101111 | 0 | 10010 | 10100 | 1110 | 111 | 100110 | 1001101 |
Color Harmonies of #DBB4AF
Complementary color
Monochromatic Colors of #DBB4AF
Black with #DBB4AF
Text Example
Text Example
White with #DBB4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4AF; }
p { color: rgb(219,180,175); }
H1.HeaderClassName
{
color: #DBB4AF;
}
.AnyTagClassName
{
color: #DBB4AF;
}
</style>
background-color css
<style>
a { background-color: #DBB4AF; }
a { background-color: rgb(219,180,175); }
div.DivClassName
{
background-color: #DBB4AF;
}
.BgClassName
{
background-color: #DBB4AF;
}
</style>
border-color css
<style>
span { border-color: #DBB4AF; }
span { border-color: rgb(219,180,175); }
td.TdClassName
{
border-color: #DBB4AF;
}
.TagClassName
{
border-color: #DBB4AF;
}
</style>