Shades of Cavern Pink #DCBFB9
Tints of Cavern Pink #DCBFB9
RGB
CMYK
RGB Variations
Color information
#DCBFB9 (or 0xDCBFB9) is known color: Cavern Pink. HEX triplet: DC, BF and B9. RGB value is (220,191,185). Sum of RGB (Red+Green+Blue) = 220+191+185=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFB9 is #234046. Grayscale: #C7C7C7. Windows color (decimal): -2310215 or 12173276. OLE color: 12173276.
HSL color Cylindrical-coordinate representation of color #DCBFB9: hue angle of 10.29º degrees, saturation: 0.33, 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 #DCBFB9 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 185 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.14 |
| HSL | 10.29º | 0.33% | 0.79% | - |
| HSV(B) | 10.29º | 0.16% | 0.86% | - |
| XYZ | 56.9 | 55.98 | 53.71 | - |
| YUV | 198.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 185 | 0 | 0.13 | 0.16 | 0.14 | 10.29 | 0.33 | 0.79 |
| Hex | DC | BF | B9 | 0 | D | 10 | E | A | 21 | 4F |
| Octal | 334 | 277 | 271 | 0 | 15 | 20 | 16 | 12 | 41 | 117 |
| Binary | 11011100 | 10111111 | 10111001 | 0 | 1101 | 10000 | 1110 | 1010 | 100001 | 1001111 |
Color Harmonies of #DCBFB9
Complementary color
Monochromatic Colors of #DCBFB9
Black with #DCBFB9
Text Example
Text Example
White with #DCBFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFB9; }
p { color: rgb(220,191,185); }
H1.HeaderClassName
{
color: #DCBFB9;
}
.AnyTagClassName
{
color: #DCBFB9;
}
</style>
background-color css
<style>
a { background-color: #DCBFB9; }
a { background-color: rgb(220,191,185); }
div.DivClassName
{
background-color: #DCBFB9;
}
.BgClassName
{
background-color: #DCBFB9;
}
</style>
border-color css
<style>
span { border-color: #DCBFB9; }
span { border-color: rgb(220,191,185); }
td.TdClassName
{
border-color: #DCBFB9;
}
.TagClassName
{
border-color: #DCBFB9;
}
</style>