Shades of Cavern Pink #DCBFBA
Tints of Cavern Pink #DCBFBA
RGB
CMYK
RGB Variations
Color information
#DCBFBA (or 0xDCBFBA) is known color: Cavern Pink. HEX triplet: DC, BF and BA. RGB value is (220,191,186). Sum of RGB (Red+Green+Blue) = 220+191+186=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFBA is #234045. Grayscale: #C7C7C7. Windows color (decimal): -2310214 or 12238812. OLE color: 12238812.
HSL color Cylindrical-coordinate representation of color #DCBFBA: hue angle of 8.82º degrees, saturation: 0.33, 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 #DCBFBA is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 186 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.14 |
| HSL | 8.82º | 0.33% | 0.8% | - |
| HSV(B) | 8.82º | 0.15% | 0.86% | - |
| XYZ | 57.01 | 56.02 | 54.26 | - |
| YUV | 199.1 | 120.61 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 186 | 0 | 0.13 | 0.15 | 0.14 | 8.82 | 0.33 | 0.8 |
| Hex | DC | BF | BA | 0 | D | F | E | 9 | 21 | 50 |
| Octal | 334 | 277 | 272 | 0 | 15 | 17 | 16 | 11 | 41 | 120 |
| Binary | 11011100 | 10111111 | 10111010 | 0 | 1101 | 1111 | 1110 | 1001 | 100001 | 1010000 |
Color Harmonies of #DCBFBA
Complementary color
Monochromatic Colors of #DCBFBA
Black with #DCBFBA
Text Example
Text Example
White with #DCBFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFBA; }
p { color: rgb(220,191,186); }
H1.HeaderClassName
{
color: #DCBFBA;
}
.AnyTagClassName
{
color: #DCBFBA;
}
</style>
background-color css
<style>
a { background-color: #DCBFBA; }
a { background-color: rgb(220,191,186); }
div.DivClassName
{
background-color: #DCBFBA;
}
.BgClassName
{
background-color: #DCBFBA;
}
</style>
border-color css
<style>
span { border-color: #DCBFBA; }
span { border-color: rgb(220,191,186); }
td.TdClassName
{
border-color: #DCBFBA;
}
.TagClassName
{
border-color: #DCBFBA;
}
</style>