Shades of Cavern Pink #DBB4AB
Tints of Cavern Pink #DBB4AB
RGB
CMYK
RGB Variations
Color information
#DBB4AB (or 0xDBB4AB) is known color: Cavern Pink. HEX triplet: DB, B4 and AB. RGB value is (219,180,171). Sum of RGB (Red+Green+Blue) = 219+180+171=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB4AB is #244B54. Grayscale: #BEBEBE. Windows color (decimal): -2378581 or 11252955. OLE color: 11252955.
HSL color Cylindrical-coordinate representation of color #DBB4AB: hue angle of 11.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBB4AB is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 171 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.14 |
| HSL | 11.25º | 0.4% | 0.76% | - |
| HSV(B) | 11.25º | 0.22% | 0.86% | - |
| XYZ | 52.89 | 50.64 | 45.52 | - |
| YUV | 190.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 171 | 0 | 0.18 | 0.22 | 0.14 | 11.25 | 0.4 | 0.76 |
| Hex | DB | B4 | AB | 0 | 12 | 16 | E | B | 28 | 4C |
| Octal | 333 | 264 | 253 | 0 | 22 | 26 | 16 | 13 | 50 | 114 |
| Binary | 11011011 | 10110100 | 10101011 | 0 | 10010 | 10110 | 1110 | 1011 | 101000 | 1001100 |
Color Harmonies of #DBB4AB
Complementary color
Monochromatic Colors of #DBB4AB
Black with #DBB4AB
Text Example
Text Example
White with #DBB4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4AB; }
p { color: rgb(219,180,171); }
H1.HeaderClassName
{
color: #DBB4AB;
}
.AnyTagClassName
{
color: #DBB4AB;
}
</style>
background-color css
<style>
a { background-color: #DBB4AB; }
a { background-color: rgb(219,180,171); }
div.DivClassName
{
background-color: #DBB4AB;
}
.BgClassName
{
background-color: #DBB4AB;
}
</style>
border-color css
<style>
span { border-color: #DBB4AB; }
span { border-color: rgb(219,180,171); }
td.TdClassName
{
border-color: #DBB4AB;
}
.TagClassName
{
border-color: #DBB4AB;
}
</style>