Shades of Cavern Pink #DCB8B6
Tints of Cavern Pink #DCB8B6
RGB
CMYK
RGB Variations
Color information
#DCB8B6 (or 0xDCB8B6) is known color: Cavern Pink. HEX triplet: DC, B8 and B6. RGB value is (220,184,182). Sum of RGB (Red+Green+Blue) = 220+184+182=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8B6 is #234749. Grayscale: #C2C2C2. Windows color (decimal): -2312010 or 11974876. OLE color: 11974876.
HSL color Cylindrical-coordinate representation of color #DCB8B6: hue angle of 3.16º 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 #DCB8B6 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 182 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.14 |
| HSL | 3.16º | 0.35% | 0.79% | - |
| HSV(B) | 3.16º | 0.17% | 0.86% | - |
| XYZ | 55.1 | 52.87 | 51.56 | - |
| YUV | 194.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 182 | 0 | 0.16 | 0.17 | 0.14 | 3.16 | 0.35 | 0.79 |
| Hex | DC | B8 | B6 | 0 | 10 | 11 | E | 3 | 23 | 4F |
| Octal | 334 | 270 | 266 | 0 | 20 | 21 | 16 | 3 | 43 | 117 |
| Binary | 11011100 | 10111000 | 10110110 | 0 | 10000 | 10001 | 1110 | 11 | 100011 | 1001111 |
Color Harmonies of #DCB8B6
Complementary color
Monochromatic Colors of #DCB8B6
Black with #DCB8B6
Text Example
Text Example
White with #DCB8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8B6; }
p { color: rgb(220,184,182); }
H1.HeaderClassName
{
color: #DCB8B6;
}
.AnyTagClassName
{
color: #DCB8B6;
}
</style>
background-color css
<style>
a { background-color: #DCB8B6; }
a { background-color: rgb(220,184,182); }
div.DivClassName
{
background-color: #DCB8B6;
}
.BgClassName
{
background-color: #DCB8B6;
}
</style>
border-color css
<style>
span { border-color: #DCB8B6; }
span { border-color: rgb(220,184,182); }
td.TdClassName
{
border-color: #DCB8B6;
}
.TagClassName
{
border-color: #DCB8B6;
}
</style>