Shades of Cavern Pink #D9BCB8
Tints of Cavern Pink #D9BCB8
RGB
CMYK
RGB Variations
Color information
#D9BCB8 (or 0xD9BCB8) is known color: Cavern Pink. HEX triplet: D9, BC and B8. RGB value is (217,188,184). Sum of RGB (Red+Green+Blue) = 217+188+184=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCB8 is #264347. Grayscale: #C4C4C4. Windows color (decimal): -2507592 or 12106969. OLE color: 12106969.
HSL color Cylindrical-coordinate representation of color #D9BCB8: hue angle of 7.27º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9BCB8 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 184 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.15 |
| HSL | 7.27º | 0.3% | 0.79% | - |
| HSV(B) | 7.27º | 0.15% | 0.85% | - |
| XYZ | 55.25 | 54.18 | 52.89 | - |
| YUV | 196.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 184 | 0 | 0.13 | 0.15 | 0.15 | 7.27 | 0.3 | 0.79 |
| Hex | D9 | BC | B8 | 0 | D | F | F | 7 | 1E | 4F |
| Octal | 331 | 274 | 270 | 0 | 15 | 17 | 17 | 7 | 36 | 117 |
| Binary | 11011001 | 10111100 | 10111000 | 0 | 1101 | 1111 | 1111 | 111 | 11110 | 1001111 |
Color Harmonies of #D9BCB8
Complementary color
Monochromatic Colors of #D9BCB8
Black with #D9BCB8
Text Example
Text Example
White with #D9BCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCB8; }
p { color: rgb(217,188,184); }
H1.HeaderClassName
{
color: #D9BCB8;
}
.AnyTagClassName
{
color: #D9BCB8;
}
</style>
background-color css
<style>
a { background-color: #D9BCB8; }
a { background-color: rgb(217,188,184); }
div.DivClassName
{
background-color: #D9BCB8;
}
.BgClassName
{
background-color: #D9BCB8;
}
</style>
border-color css
<style>
span { border-color: #D9BCB8; }
span { border-color: rgb(217,188,184); }
td.TdClassName
{
border-color: #D9BCB8;
}
.TagClassName
{
border-color: #D9BCB8;
}
</style>