Shades of Cavern Pink #D9BBB7
Tints of Cavern Pink #D9BBB7
RGB
CMYK
RGB Variations
Color information
#D9BBB7 (or 0xD9BBB7) is known color: Cavern Pink. HEX triplet: D9, BB and B7. RGB value is (217,187,183). Sum of RGB (Red+Green+Blue) = 217+187+183=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBB7 is #264448. Grayscale: #C3C3C3. Windows color (decimal): -2507849 or 12041177. OLE color: 12041177.
HSL color Cylindrical-coordinate representation of color #D9BBB7: hue angle of 7.06º 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 #D9BBB7 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 183 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.15 |
| HSL | 7.06º | 0.31% | 0.78% | - |
| HSV(B) | 7.06º | 0.16% | 0.85% | - |
| XYZ | 54.93 | 53.71 | 52.27 | - |
| YUV | 195.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 183 | 0 | 0.14 | 0.16 | 0.15 | 7.06 | 0.31 | 0.78 |
| Hex | D9 | BB | B7 | 0 | E | 10 | F | 7 | 1F | 4E |
| Octal | 331 | 273 | 267 | 0 | 16 | 20 | 17 | 7 | 37 | 116 |
| Binary | 11011001 | 10111011 | 10110111 | 0 | 1110 | 10000 | 1111 | 111 | 11111 | 1001110 |
Color Harmonies of #D9BBB7
Complementary color
Monochromatic Colors of #D9BBB7
Black with #D9BBB7
Text Example
Text Example
White with #D9BBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBB7; }
p { color: rgb(217,187,183); }
H1.HeaderClassName
{
color: #D9BBB7;
}
.AnyTagClassName
{
color: #D9BBB7;
}
</style>
background-color css
<style>
a { background-color: #D9BBB7; }
a { background-color: rgb(217,187,183); }
div.DivClassName
{
background-color: #D9BBB7;
}
.BgClassName
{
background-color: #D9BBB7;
}
</style>
border-color css
<style>
span { border-color: #D9BBB7; }
span { border-color: rgb(217,187,183); }
td.TdClassName
{
border-color: #D9BBB7;
}
.TagClassName
{
border-color: #D9BBB7;
}
</style>