Shades of Cavern Pink #DFBFBA
Tints of Cavern Pink #DFBFBA
RGB
CMYK
RGB Variations
Color information
#DFBFBA (or 0xDFBFBA) is known color: Cavern Pink. HEX triplet: DF, BF and BA. RGB value is (223,191,186). Sum of RGB (Red+Green+Blue) = 223+191+186=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFBA is #204045. Grayscale: #C8C8C8. Windows color (decimal): -2113606 or 12238815. OLE color: 12238815.
HSL color Cylindrical-coordinate representation of color #DFBFBA: hue angle of 8.11º 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 #DFBFBA is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 186 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.13 |
| HSL | 8.11º | 0.37% | 0.8% | - |
| HSV(B) | 8.11º | 0.17% | 0.87% | - |
| XYZ | 57.93 | 56.49 | 54.31 | - |
| YUV | 200 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 186 | 0 | 0.14 | 0.17 | 0.13 | 8.11 | 0.37 | 0.8 |
| Hex | DF | BF | BA | 0 | E | 11 | D | 8 | 25 | 50 |
| Octal | 337 | 277 | 272 | 0 | 16 | 21 | 15 | 10 | 45 | 120 |
| Binary | 11011111 | 10111111 | 10111010 | 0 | 1110 | 10001 | 1101 | 1000 | 100101 | 1010000 |
Color Harmonies of #DFBFBA
Complementary color
Monochromatic Colors of #DFBFBA
Black with #DFBFBA
Text Example
Text Example
White with #DFBFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFBA; }
p { color: rgb(223,191,186); }
H1.HeaderClassName
{
color: #DFBFBA;
}
.AnyTagClassName
{
color: #DFBFBA;
}
</style>
background-color css
<style>
a { background-color: #DFBFBA; }
a { background-color: rgb(223,191,186); }
div.DivClassName
{
background-color: #DFBFBA;
}
.BgClassName
{
background-color: #DFBFBA;
}
</style>
border-color css
<style>
span { border-color: #DFBFBA; }
span { border-color: rgb(223,191,186); }
td.TdClassName
{
border-color: #DFBFBA;
}
.TagClassName
{
border-color: #DFBFBA;
}
</style>