Shades of Cavern Pink #D8BDB8
Tints of Cavern Pink #D8BDB8
RGB
CMYK
RGB Variations
Color information
#D8BDB8 (or 0xD8BDB8) is known color: Cavern Pink. HEX triplet: D8, BD and B8. RGB value is (216,189,184). Sum of RGB (Red+Green+Blue) = 216+189+184=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDB8 is #274247. Grayscale: #C4C4C4. Windows color (decimal): -2572872 or 12107224. OLE color: 12107224.
HSL color Cylindrical-coordinate representation of color #D8BDB8: hue angle of 9.38º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8BDB8 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 184 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.15 |
| HSL | 9.38º | 0.29% | 0.78% | - |
| HSV(B) | 9.38º | 0.15% | 0.85% | - |
| XYZ | 55.17 | 54.45 | 52.95 | - |
| YUV | 196.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 184 | 0 | 0.12 | 0.15 | 0.15 | 9.38 | 0.29 | 0.78 |
| Hex | D8 | BD | B8 | 0 | C | F | F | 9 | 1D | 4E |
| Octal | 330 | 275 | 270 | 0 | 14 | 17 | 17 | 11 | 35 | 116 |
| Binary | 11011000 | 10111101 | 10111000 | 0 | 1100 | 1111 | 1111 | 1001 | 11101 | 1001110 |
Color Harmonies of #D8BDB8
Complementary color
Monochromatic Colors of #D8BDB8
Black with #D8BDB8
Text Example
Text Example
White with #D8BDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BDB8; }
p { color: rgb(216,189,184); }
H1.HeaderClassName
{
color: #D8BDB8;
}
.AnyTagClassName
{
color: #D8BDB8;
}
</style>
background-color css
<style>
a { background-color: #D8BDB8; }
a { background-color: rgb(216,189,184); }
div.DivClassName
{
background-color: #D8BDB8;
}
.BgClassName
{
background-color: #D8BDB8;
}
</style>
border-color css
<style>
span { border-color: #D8BDB8; }
span { border-color: rgb(216,189,184); }
td.TdClassName
{
border-color: #D8BDB8;
}
.TagClassName
{
border-color: #D8BDB8;
}
</style>