Shades of Cavern Pink #D9BFBA
Tints of Cavern Pink #D9BFBA
RGB
CMYK
RGB Variations
Color information
#D9BFBA (or 0xD9BFBA) is known color: Cavern Pink. HEX triplet: D9, BF and BA. RGB value is (217,191,186). Sum of RGB (Red+Green+Blue) = 217+191+186=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BFBA is #264045. Grayscale: #C6C6C6. Windows color (decimal): -2506822 or 12238809. OLE color: 12238809.
HSL color Cylindrical-coordinate representation of color #D9BFBA: hue angle of 9.68º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9BFBA is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 191 | 186 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.15 |
| HSL | 9.68º | 0.29% | 0.79% | - |
| HSV(B) | 9.68º | 0.14% | 0.85% | - |
| XYZ | 56.11 | 55.56 | 54.22 | - |
| YUV | 198.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 186 | 0 | 0.12 | 0.14 | 0.15 | 9.68 | 0.29 | 0.79 |
| Hex | D9 | BF | BA | 0 | C | E | F | A | 1D | 4F |
| Octal | 331 | 277 | 272 | 0 | 14 | 16 | 17 | 12 | 35 | 117 |
| Binary | 11011001 | 10111111 | 10111010 | 0 | 1100 | 1110 | 1111 | 1010 | 11101 | 1001111 |
Color Harmonies of #D9BFBA
Complementary color
Monochromatic Colors of #D9BFBA
Black with #D9BFBA
Text Example
Text Example
White with #D9BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BFBA; }
p { color: rgb(217,191,186); }
H1.HeaderClassName
{
color: #D9BFBA;
}
.AnyTagClassName
{
color: #D9BFBA;
}
</style>
background-color css
<style>
a { background-color: #D9BFBA; }
a { background-color: rgb(217,191,186); }
div.DivClassName
{
background-color: #D9BFBA;
}
.BgClassName
{
background-color: #D9BFBA;
}
</style>
border-color css
<style>
span { border-color: #D9BFBA; }
span { border-color: rgb(217,191,186); }
td.TdClassName
{
border-color: #D9BFBA;
}
.TagClassName
{
border-color: #D9BFBA;
}
</style>