Shades of Cavern Pink #D8BFBC
Tints of Cavern Pink #D8BFBC
RGB
CMYK
RGB Variations
Color information
#D8BFBC (or 0xD8BFBC) is known color: Cavern Pink. HEX triplet: D8, BF and BC. RGB value is (216,191,188). Sum of RGB (Red+Green+Blue) = 216+191+188=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BFBC is #274043. Grayscale: #C6C6C6. Windows color (decimal): -2572356 or 12369880. OLE color: 12369880.
HSL color Cylindrical-coordinate representation of color #D8BFBC: hue angle of 6.43º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8BFBC is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 188 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.15 |
| HSL | 6.43º | 0.26% | 0.79% | - |
| HSV(B) | 6.43º | 0.13% | 0.85% | - |
| XYZ | 56.03 | 55.49 | 55.33 | - |
| YUV | 198.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 188 | 0 | 0.12 | 0.13 | 0.15 | 6.43 | 0.26 | 0.79 |
| Hex | D8 | BF | BC | 0 | C | D | F | 6 | 1A | 4F |
| Octal | 330 | 277 | 274 | 0 | 14 | 15 | 17 | 6 | 32 | 117 |
| Binary | 11011000 | 10111111 | 10111100 | 0 | 1100 | 1101 | 1111 | 110 | 11010 | 1001111 |
Color Harmonies of #D8BFBC
Complementary color
Monochromatic Colors of #D8BFBC
Black with #D8BFBC
Text Example
Text Example
White with #D8BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BFBC; }
p { color: rgb(216,191,188); }
H1.HeaderClassName
{
color: #D8BFBC;
}
.AnyTagClassName
{
color: #D8BFBC;
}
</style>
background-color css
<style>
a { background-color: #D8BFBC; }
a { background-color: rgb(216,191,188); }
div.DivClassName
{
background-color: #D8BFBC;
}
.BgClassName
{
background-color: #D8BFBC;
}
</style>
border-color css
<style>
span { border-color: #D8BFBC; }
span { border-color: rgb(216,191,188); }
td.TdClassName
{
border-color: #D8BFBC;
}
.TagClassName
{
border-color: #D8BFBC;
}
</style>