Shades of Cavern Pink #DCBCB8
Tints of Cavern Pink #DCBCB8
RGB
CMYK
RGB Variations
Color information
#DCBCB8 (or 0xDCBCB8) is known color: Cavern Pink. HEX triplet: DC, BC and B8. RGB value is (220,188,184). Sum of RGB (Red+Green+Blue) = 220+188+184=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCB8 is #234347. Grayscale: #C5C5C5. Windows color (decimal): -2310984 or 12106972. OLE color: 12106972.
HSL color Cylindrical-coordinate representation of color #DCBCB8: hue angle of 6.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCBCB8 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 184 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.14 |
| HSL | 6.67º | 0.34% | 0.79% | - |
| HSV(B) | 6.67º | 0.16% | 0.86% | - |
| XYZ | 56.15 | 54.64 | 52.94 | - |
| YUV | 197.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 184 | 0 | 0.15 | 0.16 | 0.14 | 6.67 | 0.34 | 0.79 |
| Hex | DC | BC | B8 | 0 | F | 10 | E | 7 | 22 | 4F |
| Octal | 334 | 274 | 270 | 0 | 17 | 20 | 16 | 7 | 42 | 117 |
| Binary | 11011100 | 10111100 | 10111000 | 0 | 1111 | 10000 | 1110 | 111 | 100010 | 1001111 |
Color Harmonies of #DCBCB8
Complementary color
Monochromatic Colors of #DCBCB8
Black with #DCBCB8
Text Example
Text Example
White with #DCBCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCB8; }
p { color: rgb(220,188,184); }
H1.HeaderClassName
{
color: #DCBCB8;
}
.AnyTagClassName
{
color: #DCBCB8;
}
</style>
background-color css
<style>
a { background-color: #DCBCB8; }
a { background-color: rgb(220,188,184); }
div.DivClassName
{
background-color: #DCBCB8;
}
.BgClassName
{
background-color: #DCBCB8;
}
</style>
border-color css
<style>
span { border-color: #DCBCB8; }
span { border-color: rgb(220,188,184); }
td.TdClassName
{
border-color: #DCBCB8;
}
.TagClassName
{
border-color: #DCBCB8;
}
</style>