Shades of Cavern Pink #D8BDBB
Tints of Cavern Pink #D8BDBB
RGB
CMYK
RGB Variations
Color information
#D8BDBB (or 0xD8BDBB) is known color: Cavern Pink. HEX triplet: D8, BD and BB. RGB value is (216,189,187). Sum of RGB (Red+Green+Blue) = 216+189+187=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDBB is #274244. Grayscale: #C4C4C4. Windows color (decimal): -2572869 or 12303832. OLE color: 12303832.
HSL color Cylindrical-coordinate representation of color #D8BDBB: hue angle of 4.14º degrees, saturation: 0.27, 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 #D8BDBB is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 187 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.15 |
| HSL | 4.14º | 0.27% | 0.79% | - |
| HSV(B) | 4.14º | 0.13% | 0.85% | - |
| XYZ | 55.49 | 54.58 | 54.62 | - |
| YUV | 196.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 187 | 0 | 0.12 | 0.13 | 0.15 | 4.14 | 0.27 | 0.79 |
| Hex | D8 | BD | BB | 0 | C | D | F | 4 | 1B | 4F |
| Octal | 330 | 275 | 273 | 0 | 14 | 15 | 17 | 4 | 33 | 117 |
| Binary | 11011000 | 10111101 | 10111011 | 0 | 1100 | 1101 | 1111 | 100 | 11011 | 1001111 |
Color Harmonies of #D8BDBB
Complementary color
Monochromatic Colors of #D8BDBB
Black with #D8BDBB
Text Example
Text Example
White with #D8BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDBB; }
p { color: rgb(216,189,187); }
H1.HeaderClassName
{
color: #D8BDBB;
}
.AnyTagClassName
{
color: #D8BDBB;
}
</style>
background-color css
<style>
a { background-color: #D8BDBB; }
a { background-color: rgb(216,189,187); }
div.DivClassName
{
background-color: #D8BDBB;
}
.BgClassName
{
background-color: #D8BDBB;
}
</style>
border-color css
<style>
span { border-color: #D8BDBB; }
span { border-color: rgb(216,189,187); }
td.TdClassName
{
border-color: #D8BDBB;
}
.TagClassName
{
border-color: #D8BDBB;
}
</style>