Shades of Cavern Pink #DCBFB8
Tints of Cavern Pink #DCBFB8
RGB
CMYK
RGB Variations
Color information
#DCBFB8 (or 0xDCBFB8) is known color: Cavern Pink. HEX triplet: DC, BF and B8. RGB value is (220,191,184). Sum of RGB (Red+Green+Blue) = 220+191+184=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFB8 is #234047. Grayscale: #C6C6C6. Windows color (decimal): -2310216 or 12107740. OLE color: 12107740.
HSL color Cylindrical-coordinate representation of color #DCBFB8: hue angle of 11.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 #DCBFB8 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 184 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.14 |
| HSL | 11.67º | 0.34% | 0.79% | - |
| HSV(B) | 11.67º | 0.16% | 0.86% | - |
| XYZ | 56.8 | 55.94 | 53.15 | - |
| YUV | 198.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 184 | 0 | 0.13 | 0.16 | 0.14 | 11.67 | 0.34 | 0.79 |
| Hex | DC | BF | B8 | 0 | D | 10 | E | C | 22 | 4F |
| Octal | 334 | 277 | 270 | 0 | 15 | 20 | 16 | 14 | 42 | 117 |
| Binary | 11011100 | 10111111 | 10111000 | 0 | 1101 | 10000 | 1110 | 1100 | 100010 | 1001111 |
Color Harmonies of #DCBFB8
Complementary color
Monochromatic Colors of #DCBFB8
Black with #DCBFB8
Text Example
Text Example
White with #DCBFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFB8; }
p { color: rgb(220,191,184); }
H1.HeaderClassName
{
color: #DCBFB8;
}
.AnyTagClassName
{
color: #DCBFB8;
}
</style>
background-color css
<style>
a { background-color: #DCBFB8; }
a { background-color: rgb(220,191,184); }
div.DivClassName
{
background-color: #DCBFB8;
}
.BgClassName
{
background-color: #DCBFB8;
}
</style>
border-color css
<style>
span { border-color: #DCBFB8; }
span { border-color: rgb(220,191,184); }
td.TdClassName
{
border-color: #DCBFB8;
}
.TagClassName
{
border-color: #DCBFB8;
}
</style>