Shades of Cavern Pink #DFBCBA
Tints of Cavern Pink #DFBCBA
RGB
CMYK
RGB Variations
Color information
#DFBCBA (or 0xDFBCBA) is known color: Cavern Pink. HEX triplet: DF, BC and BA. RGB value is (223,188,186). Sum of RGB (Red+Green+Blue) = 223+188+186=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCBA is #204345. Grayscale: #C6C6C6. Windows color (decimal): -2114374 or 12238047. OLE color: 12238047.
HSL color Cylindrical-coordinate representation of color #DFBCBA: hue angle of 3.24º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBCBA is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 186 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.13 |
| HSL | 3.24º | 0.37% | 0.8% | - |
| HSV(B) | 3.24º | 0.17% | 0.87% | - |
| XYZ | 57.28 | 55.2 | 54.09 | - |
| YUV | 198.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 186 | 0 | 0.16 | 0.17 | 0.13 | 3.24 | 0.37 | 0.8 |
| Hex | DF | BC | BA | 0 | 10 | 11 | D | 3 | 25 | 50 |
| Octal | 337 | 274 | 272 | 0 | 20 | 21 | 15 | 3 | 45 | 120 |
| Binary | 11011111 | 10111100 | 10111010 | 0 | 10000 | 10001 | 1101 | 11 | 100101 | 1010000 |
Color Harmonies of #DFBCBA
Complementary color
Monochromatic Colors of #DFBCBA
Black with #DFBCBA
Text Example
Text Example
White with #DFBCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCBA; }
p { color: rgb(223,188,186); }
H1.HeaderClassName
{
color: #DFBCBA;
}
.AnyTagClassName
{
color: #DFBCBA;
}
</style>
background-color css
<style>
a { background-color: #DFBCBA; }
a { background-color: rgb(223,188,186); }
div.DivClassName
{
background-color: #DFBCBA;
}
.BgClassName
{
background-color: #DFBCBA;
}
</style>
border-color css
<style>
span { border-color: #DFBCBA; }
span { border-color: rgb(223,188,186); }
td.TdClassName
{
border-color: #DFBCBA;
}
.TagClassName
{
border-color: #DFBCBA;
}
</style>