Shades of Cavern Pink #D9BCB6
Tints of Cavern Pink #D9BCB6
RGB
CMYK
RGB Variations
Color information
#D9BCB6 (or 0xD9BCB6) is known color: Cavern Pink. HEX triplet: D9, BC and B6. RGB value is (217,188,182). Sum of RGB (Red+Green+Blue) = 217+188+182=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCB6 is #264349. Grayscale: #C4C4C4. Windows color (decimal): -2507594 or 11975897. OLE color: 11975897.
HSL color Cylindrical-coordinate representation of color #D9BCB6: hue angle of 10.29º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9BCB6 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 182 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.15 |
| HSL | 10.29º | 0.32% | 0.78% | - |
| HSV(B) | 10.29º | 0.16% | 0.85% | - |
| XYZ | 55.04 | 54.1 | 51.8 | - |
| YUV | 195.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 182 | 0 | 0.13 | 0.16 | 0.15 | 10.29 | 0.32 | 0.78 |
| Hex | D9 | BC | B6 | 0 | D | 10 | F | A | 20 | 4E |
| Octal | 331 | 274 | 266 | 0 | 15 | 20 | 17 | 12 | 40 | 116 |
| Binary | 11011001 | 10111100 | 10110110 | 0 | 1101 | 10000 | 1111 | 1010 | 100000 | 1001110 |
Color Harmonies of #D9BCB6
Complementary color
Monochromatic Colors of #D9BCB6
Black with #D9BCB6
Text Example
Text Example
White with #D9BCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCB6; }
p { color: rgb(217,188,182); }
H1.HeaderClassName
{
color: #D9BCB6;
}
.AnyTagClassName
{
color: #D9BCB6;
}
</style>
background-color css
<style>
a { background-color: #D9BCB6; }
a { background-color: rgb(217,188,182); }
div.DivClassName
{
background-color: #D9BCB6;
}
.BgClassName
{
background-color: #D9BCB6;
}
</style>
border-color css
<style>
span { border-color: #D9BCB6; }
span { border-color: rgb(217,188,182); }
td.TdClassName
{
border-color: #D9BCB6;
}
.TagClassName
{
border-color: #D9BCB6;
}
</style>