Shades of Cavern Pink #DFBCB0
Tints of Cavern Pink #DFBCB0
RGB
CMYK
RGB Variations
Color information
#DFBCB0 (or 0xDFBCB0) is known color: Cavern Pink. HEX triplet: DF, BC and B0. RGB value is (223,188,176). Sum of RGB (Red+Green+Blue) = 223+188+176=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBCB0 is #20434F. Grayscale: #C5C5C5. Windows color (decimal): -2114384 or 11582687. OLE color: 11582687.
HSL color Cylindrical-coordinate representation of color #DFBCB0: hue angle of 15.32º 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 #DFBCB0 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 176 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.13 |
| HSL | 15.32º | 0.42% | 0.78% | - |
| HSV(B) | 15.32º | 0.21% | 0.87% | - |
| XYZ | 56.25 | 54.79 | 48.68 | - |
| YUV | 197.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 176 | 0 | 0.16 | 0.21 | 0.13 | 15.32 | 0.42 | 0.78 |
| Hex | DF | BC | B0 | 0 | 10 | 15 | D | F | 2A | 4E |
| Octal | 337 | 274 | 260 | 0 | 20 | 25 | 15 | 17 | 52 | 116 |
| Binary | 11011111 | 10111100 | 10110000 | 0 | 10000 | 10101 | 1101 | 1111 | 101010 | 1001110 |
Color Harmonies of #DFBCB0
Complementary color
Monochromatic Colors of #DFBCB0
Black with #DFBCB0
Text Example
Text Example
White with #DFBCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCB0; }
p { color: rgb(223,188,176); }
H1.HeaderClassName
{
color: #DFBCB0;
}
.AnyTagClassName
{
color: #DFBCB0;
}
</style>
background-color css
<style>
a { background-color: #DFBCB0; }
a { background-color: rgb(223,188,176); }
div.DivClassName
{
background-color: #DFBCB0;
}
.BgClassName
{
background-color: #DFBCB0;
}
</style>
border-color css
<style>
span { border-color: #DFBCB0; }
span { border-color: rgb(223,188,176); }
td.TdClassName
{
border-color: #DFBCB0;
}
.TagClassName
{
border-color: #DFBCB0;
}
</style>