Shades of Cavern Pink #DCBCB3
Tints of Cavern Pink #DCBCB3
RGB
CMYK
RGB Variations
Color information
#DCBCB3 (or 0xDCBCB3) is known color: Cavern Pink. HEX triplet: DC, BC and B3. RGB value is (220,188,179). Sum of RGB (Red+Green+Blue) = 220+188+179=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCB3 is #23434C. Grayscale: #C4C4C4. Windows color (decimal): -2310989 or 11779292. OLE color: 11779292.
HSL color Cylindrical-coordinate representation of color #DCBCB3: hue angle of 13.17º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCBCB3 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 179 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.14 |
| HSL | 13.17º | 0.37% | 0.78% | - |
| HSV(B) | 13.17º | 0.19% | 0.86% | - |
| XYZ | 55.64 | 54.44 | 50.22 | - |
| YUV | 196.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 179 | 0 | 0.15 | 0.19 | 0.14 | 13.17 | 0.37 | 0.78 |
| Hex | DC | BC | B3 | 0 | F | 13 | E | D | 25 | 4E |
| Octal | 334 | 274 | 263 | 0 | 17 | 23 | 16 | 15 | 45 | 116 |
| Binary | 11011100 | 10111100 | 10110011 | 0 | 1111 | 10011 | 1110 | 1101 | 100101 | 1001110 |
Color Harmonies of #DCBCB3
Complementary color
Monochromatic Colors of #DCBCB3
Black with #DCBCB3
Text Example
Text Example
White with #DCBCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCB3; }
p { color: rgb(220,188,179); }
H1.HeaderClassName
{
color: #DCBCB3;
}
.AnyTagClassName
{
color: #DCBCB3;
}
</style>
background-color css
<style>
a { background-color: #DCBCB3; }
a { background-color: rgb(220,188,179); }
div.DivClassName
{
background-color: #DCBCB3;
}
.BgClassName
{
background-color: #DCBCB3;
}
</style>
border-color css
<style>
span { border-color: #DCBCB3; }
span { border-color: rgb(220,188,179); }
td.TdClassName
{
border-color: #DCBCB3;
}
.TagClassName
{
border-color: #DCBCB3;
}
</style>