Shades of Cavern Pink #D9BAB5
Tints of Cavern Pink #D9BAB5
RGB
CMYK
RGB Variations
Color information
#D9BAB5 (or 0xD9BAB5) is known color: Cavern Pink. HEX triplet: D9, BA and B5. RGB value is (217,186,181). Sum of RGB (Red+Green+Blue) = 217+186+181=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAB5 is #26454A. Grayscale: #C2C2C2. Windows color (decimal): -2508107 or 11909849. OLE color: 11909849.
HSL color Cylindrical-coordinate representation of color #D9BAB5: hue angle of 8.33º 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 #D9BAB5 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 181 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.15 |
| HSL | 8.33º | 0.32% | 0.78% | - |
| HSV(B) | 8.33º | 0.17% | 0.85% | - |
| XYZ | 54.51 | 53.21 | 51.11 | - |
| YUV | 194.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 181 | 0 | 0.14 | 0.17 | 0.15 | 8.33 | 0.32 | 0.78 |
| Hex | D9 | BA | B5 | 0 | E | 11 | F | 8 | 20 | 4E |
| Octal | 331 | 272 | 265 | 0 | 16 | 21 | 17 | 10 | 40 | 116 |
| Binary | 11011001 | 10111010 | 10110101 | 0 | 1110 | 10001 | 1111 | 1000 | 100000 | 1001110 |
Color Harmonies of #D9BAB5
Complementary color
Monochromatic Colors of #D9BAB5
Black with #D9BAB5
Text Example
Text Example
White with #D9BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BAB5; }
p { color: rgb(217,186,181); }
H1.HeaderClassName
{
color: #D9BAB5;
}
.AnyTagClassName
{
color: #D9BAB5;
}
</style>
background-color css
<style>
a { background-color: #D9BAB5; }
a { background-color: rgb(217,186,181); }
div.DivClassName
{
background-color: #D9BAB5;
}
.BgClassName
{
background-color: #D9BAB5;
}
</style>
border-color css
<style>
span { border-color: #D9BAB5; }
span { border-color: rgb(217,186,181); }
td.TdClassName
{
border-color: #D9BAB5;
}
.TagClassName
{
border-color: #D9BAB5;
}
</style>