Shades of Cavern Pink #DBB4AD
Tints of Cavern Pink #DBB4AD
RGB
CMYK
RGB Variations
Color information
#DBB4AD (or 0xDBB4AD) is known color: Cavern Pink. HEX triplet: DB, B4 and AD. RGB value is (219,180,173). Sum of RGB (Red+Green+Blue) = 219+180+173=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB4AD is #244B52. Grayscale: #BEBEBE. Windows color (decimal): -2378579 or 11384027. OLE color: 11384027.
HSL color Cylindrical-coordinate representation of color #DBB4AD: hue angle of 9.13º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBB4AD is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 173 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.14 |
| HSL | 9.13º | 0.39% | 0.77% | - |
| HSV(B) | 9.13º | 0.21% | 0.86% | - |
| XYZ | 53.08 | 50.72 | 46.53 | - |
| YUV | 190.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 173 | 0 | 0.18 | 0.21 | 0.14 | 9.13 | 0.39 | 0.77 |
| Hex | DB | B4 | AD | 0 | 12 | 15 | E | 9 | 27 | 4D |
| Octal | 333 | 264 | 255 | 0 | 22 | 25 | 16 | 11 | 47 | 115 |
| Binary | 11011011 | 10110100 | 10101101 | 0 | 10010 | 10101 | 1110 | 1001 | 100111 | 1001101 |
Color Harmonies of #DBB4AD
Complementary color
Monochromatic Colors of #DBB4AD
Black with #DBB4AD
Text Example
Text Example
White with #DBB4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4AD; }
p { color: rgb(219,180,173); }
H1.HeaderClassName
{
color: #DBB4AD;
}
.AnyTagClassName
{
color: #DBB4AD;
}
</style>
background-color css
<style>
a { background-color: #DBB4AD; }
a { background-color: rgb(219,180,173); }
div.DivClassName
{
background-color: #DBB4AD;
}
.BgClassName
{
background-color: #DBB4AD;
}
</style>
border-color css
<style>
span { border-color: #DBB4AD; }
span { border-color: rgb(219,180,173); }
td.TdClassName
{
border-color: #DBB4AD;
}
.TagClassName
{
border-color: #DBB4AD;
}
</style>