Shades of Cavern Pink #D9BAB4
Tints of Cavern Pink #D9BAB4
RGB
CMYK
RGB Variations
Color information
#D9BAB4 (or 0xD9BAB4) is known color: Cavern Pink. HEX triplet: D9, BA and B4. RGB value is (217,186,180). Sum of RGB (Red+Green+Blue) = 217+186+180=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAB4 is #26454B. Grayscale: #C2C2C2. Windows color (decimal): -2508108 or 11844313. OLE color: 11844313.
HSL color Cylindrical-coordinate representation of color #D9BAB4: hue angle of 9.73º degrees, saturation: 0.33, 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 #D9BAB4 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 180 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.15 |
| HSL | 9.73º | 0.33% | 0.78% | - |
| HSV(B) | 9.73º | 0.17% | 0.85% | - |
| XYZ | 54.41 | 53.16 | 50.57 | - |
| YUV | 194.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 180 | 0 | 0.14 | 0.17 | 0.15 | 9.73 | 0.33 | 0.78 |
| Hex | D9 | BA | B4 | 0 | E | 11 | F | A | 21 | 4E |
| Octal | 331 | 272 | 264 | 0 | 16 | 21 | 17 | 12 | 41 | 116 |
| Binary | 11011001 | 10111010 | 10110100 | 0 | 1110 | 10001 | 1111 | 1010 | 100001 | 1001110 |
Color Harmonies of #D9BAB4
Complementary color
Monochromatic Colors of #D9BAB4
Black with #D9BAB4
Text Example
Text Example
White with #D9BAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BAB4; }
p { color: rgb(217,186,180); }
H1.HeaderClassName
{
color: #D9BAB4;
}
.AnyTagClassName
{
color: #D9BAB4;
}
</style>
background-color css
<style>
a { background-color: #D9BAB4; }
a { background-color: rgb(217,186,180); }
div.DivClassName
{
background-color: #D9BAB4;
}
.BgClassName
{
background-color: #D9BAB4;
}
</style>
border-color css
<style>
span { border-color: #D9BAB4; }
span { border-color: rgb(217,186,180); }
td.TdClassName
{
border-color: #D9BAB4;
}
.TagClassName
{
border-color: #D9BAB4;
}
</style>