Shades of Cavern Pink #DFBAB1
Tints of Cavern Pink #DFBAB1
RGB
CMYK
RGB Variations
Color information
#DFBAB1 (or 0xDFBAB1) is known color: Cavern Pink. HEX triplet: DF, BA and B1. RGB value is (223,186,177). Sum of RGB (Red+Green+Blue) = 223+186+177=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBAB1 is #20454E. Grayscale: #C4C4C4. Windows color (decimal): -2114895 or 11647711. OLE color: 11647711.
HSL color Cylindrical-coordinate representation of color #DFBAB1: hue angle of 11.74º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFBAB1 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 177 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.13 |
| HSL | 11.74º | 0.42% | 0.78% | - |
| HSV(B) | 11.74º | 0.21% | 0.87% | - |
| XYZ | 55.93 | 53.98 | 49.07 | - |
| YUV | 196.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 177 | 0 | 0.17 | 0.21 | 0.13 | 11.74 | 0.42 | 0.78 |
| Hex | DF | BA | B1 | 0 | 11 | 15 | D | C | 2A | 4E |
| Octal | 337 | 272 | 261 | 0 | 21 | 25 | 15 | 14 | 52 | 116 |
| Binary | 11011111 | 10111010 | 10110001 | 0 | 10001 | 10101 | 1101 | 1100 | 101010 | 1001110 |
Color Harmonies of #DFBAB1
Complementary color
Monochromatic Colors of #DFBAB1
Black with #DFBAB1
Text Example
Text Example
White with #DFBAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBAB1; }
p { color: rgb(223,186,177); }
H1.HeaderClassName
{
color: #DFBAB1;
}
.AnyTagClassName
{
color: #DFBAB1;
}
</style>
background-color css
<style>
a { background-color: #DFBAB1; }
a { background-color: rgb(223,186,177); }
div.DivClassName
{
background-color: #DFBAB1;
}
.BgClassName
{
background-color: #DFBAB1;
}
</style>
border-color css
<style>
span { border-color: #DFBAB1; }
span { border-color: rgb(223,186,177); }
td.TdClassName
{
border-color: #DFBAB1;
}
.TagClassName
{
border-color: #DFBAB1;
}
</style>