Shades of Cavern Pink #D9BBB5
Tints of Cavern Pink #D9BBB5
RGB
CMYK
RGB Variations
Color information
#D9BBB5 (or 0xD9BBB5) is known color: Cavern Pink. HEX triplet: D9, BB and B5. RGB value is (217,187,181). Sum of RGB (Red+Green+Blue) = 217+187+181=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBB5 is #26444A. Grayscale: #C3C3C3. Windows color (decimal): -2507851 or 11910105. OLE color: 11910105.
HSL color Cylindrical-coordinate representation of color #D9BBB5: hue angle of 10º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9BBB5 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 181 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.15 |
| HSL | 10º | 0.32% | 0.78% | - |
| HSV(B) | 10º | 0.17% | 0.85% | - |
| XYZ | 54.73 | 53.63 | 51.18 | - |
| YUV | 195.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 181 | 0 | 0.14 | 0.17 | 0.15 | 10 | 0.32 | 0.78 |
| Hex | D9 | BB | B5 | 0 | E | 11 | F | A | 20 | 4E |
| Octal | 331 | 273 | 265 | 0 | 16 | 21 | 17 | 12 | 40 | 116 |
| Binary | 11011001 | 10111011 | 10110101 | 0 | 1110 | 10001 | 1111 | 1010 | 100000 | 1001110 |
Color Harmonies of #D9BBB5
Complementary color
Monochromatic Colors of #D9BBB5
Black with #D9BBB5
Text Example
Text Example
White with #D9BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBB5; }
p { color: rgb(217,187,181); }
H1.HeaderClassName
{
color: #D9BBB5;
}
.AnyTagClassName
{
color: #D9BBB5;
}
</style>
background-color css
<style>
a { background-color: #D9BBB5; }
a { background-color: rgb(217,187,181); }
div.DivClassName
{
background-color: #D9BBB5;
}
.BgClassName
{
background-color: #D9BBB5;
}
</style>
border-color css
<style>
span { border-color: #D9BBB5; }
span { border-color: rgb(217,187,181); }
td.TdClassName
{
border-color: #D9BBB5;
}
.TagClassName
{
border-color: #D9BBB5;
}
</style>