Shades of Cavern Pink #DFBAB7
Tints of Cavern Pink #DFBAB7
RGB
CMYK
RGB Variations
Color information
#DFBAB7 (or 0xDFBAB7) is known color: Cavern Pink. HEX triplet: DF, BA and B7. RGB value is (223,186,183). Sum of RGB (Red+Green+Blue) = 223+186+183=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 183 (71.88% from 255 or 30.91% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAB7 is #204548. Grayscale: #C4C4C4. Windows color (decimal): -2114889 or 12040927. OLE color: 12040927.
HSL color Cylindrical-coordinate representation of color #DFBAB7: hue angle of 4.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFBAB7 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 183 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.13 |
| HSL | 4.5º | 0.38% | 0.8% | - |
| HSV(B) | 4.5º | 0.18% | 0.87% | - |
| XYZ | 56.54 | 54.22 | 52.29 | - |
| YUV | 196.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 183 | 0 | 0.17 | 0.18 | 0.13 | 4.5 | 0.38 | 0.8 |
| Hex | DF | BA | B7 | 0 | 11 | 12 | D | 4 | 26 | 50 |
| Octal | 337 | 272 | 267 | 0 | 21 | 22 | 15 | 4 | 46 | 120 |
| Binary | 11011111 | 10111010 | 10110111 | 0 | 10001 | 10010 | 1101 | 100 | 100110 | 1010000 |
Color Harmonies of #DFBAB7
Complementary color
Monochromatic Colors of #DFBAB7
Black with #DFBAB7
Text Example
Text Example
White with #DFBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBAB7; }
p { color: rgb(223,186,183); }
H1.HeaderClassName
{
color: #DFBAB7;
}
.AnyTagClassName
{
color: #DFBAB7;
}
</style>
background-color css
<style>
a { background-color: #DFBAB7; }
a { background-color: rgb(223,186,183); }
div.DivClassName
{
background-color: #DFBAB7;
}
.BgClassName
{
background-color: #DFBAB7;
}
</style>
border-color css
<style>
span { border-color: #DFBAB7; }
span { border-color: rgb(223,186,183); }
td.TdClassName
{
border-color: #DFBAB7;
}
.TagClassName
{
border-color: #DFBAB7;
}
</style>