Shades of Cavern Pink #DABCBA
Tints of Cavern Pink #DABCBA
RGB
CMYK
RGB Variations
Color information
#DABCBA (or 0xDABCBA) is known color: Cavern Pink. HEX triplet: DA, BC and BA. RGB value is (218,188,186). Sum of RGB (Red+Green+Blue) = 218+188+186=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCBA is #254345. Grayscale: #C4C4C4. Windows color (decimal): -2442054 or 12238042. OLE color: 12238042.
HSL color Cylindrical-coordinate representation of color #DABCBA: hue angle of 3.75º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABCBA is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 186 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.15 |
| HSL | 3.75º | 0.3% | 0.79% | - |
| HSV(B) | 3.75º | 0.15% | 0.85% | - |
| XYZ | 55.76 | 54.42 | 54.02 | - |
| YUV | 196.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 186 | 0 | 0.14 | 0.15 | 0.15 | 3.75 | 0.3 | 0.79 |
| Hex | DA | BC | BA | 0 | E | F | F | 4 | 1E | 4F |
| Octal | 332 | 274 | 272 | 0 | 16 | 17 | 17 | 4 | 36 | 117 |
| Binary | 11011010 | 10111100 | 10111010 | 0 | 1110 | 1111 | 1111 | 100 | 11110 | 1001111 |
Color Harmonies of #DABCBA
Complementary color
Monochromatic Colors of #DABCBA
Black with #DABCBA
Text Example
Text Example
White with #DABCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCBA; }
p { color: rgb(218,188,186); }
H1.HeaderClassName
{
color: #DABCBA;
}
.AnyTagClassName
{
color: #DABCBA;
}
</style>
background-color css
<style>
a { background-color: #DABCBA; }
a { background-color: rgb(218,188,186); }
div.DivClassName
{
background-color: #DABCBA;
}
.BgClassName
{
background-color: #DABCBA;
}
</style>
border-color css
<style>
span { border-color: #DABCBA; }
span { border-color: rgb(218,188,186); }
td.TdClassName
{
border-color: #DABCBA;
}
.TagClassName
{
border-color: #DABCBA;
}
</style>