Shades of Cavern Pink #DCBFB7
Tints of Cavern Pink #DCBFB7
RGB
CMYK
RGB Variations
Color information
#DCBFB7 (or 0xDCBFB7) is known color: Cavern Pink. HEX triplet: DC, BF and B7. RGB value is (220,191,183). Sum of RGB (Red+Green+Blue) = 220+191+183=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 183 (71.88% from 255 or 30.81% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFB7 is #234048. Grayscale: #C6C6C6. Windows color (decimal): -2310217 or 12042204. OLE color: 12042204.
HSL color Cylindrical-coordinate representation of color #DCBFB7: hue angle of 12.97º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCBFB7 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 183 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.14 |
| HSL | 12.97º | 0.35% | 0.79% | - |
| HSV(B) | 12.97º | 0.17% | 0.86% | - |
| XYZ | 56.69 | 55.9 | 52.6 | - |
| YUV | 198.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 183 | 0 | 0.13 | 0.17 | 0.14 | 12.97 | 0.35 | 0.79 |
| Hex | DC | BF | B7 | 0 | D | 11 | E | D | 23 | 4F |
| Octal | 334 | 277 | 267 | 0 | 15 | 21 | 16 | 15 | 43 | 117 |
| Binary | 11011100 | 10111111 | 10110111 | 0 | 1101 | 10001 | 1110 | 1101 | 100011 | 1001111 |
Color Harmonies of #DCBFB7
Complementary color
Monochromatic Colors of #DCBFB7
Black with #DCBFB7
Text Example
Text Example
White with #DCBFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFB7; }
p { color: rgb(220,191,183); }
H1.HeaderClassName
{
color: #DCBFB7;
}
.AnyTagClassName
{
color: #DCBFB7;
}
</style>
background-color css
<style>
a { background-color: #DCBFB7; }
a { background-color: rgb(220,191,183); }
div.DivClassName
{
background-color: #DCBFB7;
}
.BgClassName
{
background-color: #DCBFB7;
}
</style>
border-color css
<style>
span { border-color: #DCBFB7; }
span { border-color: rgb(220,191,183); }
td.TdClassName
{
border-color: #DCBFB7;
}
.TagClassName
{
border-color: #DCBFB7;
}
</style>