Shades of Cavern Pink #D9BAB7
Tints of Cavern Pink #D9BAB7
RGB
CMYK
RGB Variations
Color information
#D9BAB7 (or 0xD9BAB7) is known color: Cavern Pink. HEX triplet: D9, BA and B7. RGB value is (217,186,183). Sum of RGB (Red+Green+Blue) = 217+186+183=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAB7 is #264548. Grayscale: #C2C2C2. Windows color (decimal): -2508105 or 12040921. OLE color: 12040921.
HSL color Cylindrical-coordinate representation of color #D9BAB7: hue angle of 5.29º degrees, saturation: 0.31, 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 #D9BAB7 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 183 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.15 |
| HSL | 5.29º | 0.31% | 0.78% | - |
| HSV(B) | 5.29º | 0.16% | 0.85% | - |
| XYZ | 54.72 | 53.29 | 52.2 | - |
| YUV | 194.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 183 | 0 | 0.14 | 0.16 | 0.15 | 5.29 | 0.31 | 0.78 |
| Hex | D9 | BA | B7 | 0 | E | 10 | F | 5 | 1F | 4E |
| Octal | 331 | 272 | 267 | 0 | 16 | 20 | 17 | 5 | 37 | 116 |
| Binary | 11011001 | 10111010 | 10110111 | 0 | 1110 | 10000 | 1111 | 101 | 11111 | 1001110 |
Color Harmonies of #D9BAB7
Complementary color
Monochromatic Colors of #D9BAB7
Black with #D9BAB7
Text Example
Text Example
White with #D9BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BAB7; }
p { color: rgb(217,186,183); }
H1.HeaderClassName
{
color: #D9BAB7;
}
.AnyTagClassName
{
color: #D9BAB7;
}
</style>
background-color css
<style>
a { background-color: #D9BAB7; }
a { background-color: rgb(217,186,183); }
div.DivClassName
{
background-color: #D9BAB7;
}
.BgClassName
{
background-color: #D9BAB7;
}
</style>
border-color css
<style>
span { border-color: #D9BAB7; }
span { border-color: rgb(217,186,183); }
td.TdClassName
{
border-color: #D9BAB7;
}
.TagClassName
{
border-color: #D9BAB7;
}
</style>