Shades of Cavern Pink #DCBFBC
Tints of Cavern Pink #DCBFBC
RGB
CMYK
RGB Variations
Color information
#DCBFBC (or 0xDCBFBC) is known color: Cavern Pink. HEX triplet: DC, BF and BC. RGB value is (220,191,188). Sum of RGB (Red+Green+Blue) = 220+191+188=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFBC is #234043. Grayscale: #C7C7C7. Windows color (decimal): -2310212 or 12369884. OLE color: 12369884.
HSL color Cylindrical-coordinate representation of color #DCBFBC: hue angle of 5.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBFBC is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 188 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.14 |
| HSL | 5.63º | 0.31% | 0.8% | - |
| HSV(B) | 5.63º | 0.15% | 0.86% | - |
| XYZ | 57.22 | 56.11 | 55.39 | - |
| YUV | 199.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 188 | 0 | 0.13 | 0.15 | 0.14 | 5.63 | 0.31 | 0.8 |
| Hex | DC | BF | BC | 0 | D | F | E | 6 | 1F | 50 |
| Octal | 334 | 277 | 274 | 0 | 15 | 17 | 16 | 6 | 37 | 120 |
| Binary | 11011100 | 10111111 | 10111100 | 0 | 1101 | 1111 | 1110 | 110 | 11111 | 1010000 |
Color Harmonies of #DCBFBC
Complementary color
Monochromatic Colors of #DCBFBC
Black with #DCBFBC
Text Example
Text Example
White with #DCBFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFBC; }
p { color: rgb(220,191,188); }
H1.HeaderClassName
{
color: #DCBFBC;
}
.AnyTagClassName
{
color: #DCBFBC;
}
</style>
background-color css
<style>
a { background-color: #DCBFBC; }
a { background-color: rgb(220,191,188); }
div.DivClassName
{
background-color: #DCBFBC;
}
.BgClassName
{
background-color: #DCBFBC;
}
</style>
border-color css
<style>
span { border-color: #DCBFBC; }
span { border-color: rgb(220,191,188); }
td.TdClassName
{
border-color: #DCBFBC;
}
.TagClassName
{
border-color: #DCBFBC;
}
</style>