Shades of Cavern Pink #DABCB9
Tints of Cavern Pink #DABCB9
RGB
CMYK
RGB Variations
Color information
#DABCB9 (or 0xDABCB9) is known color: Cavern Pink. HEX triplet: DA, BC and B9. RGB value is (218,188,185). Sum of RGB (Red+Green+Blue) = 218+188+185=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCB9 is #254346. Grayscale: #C4C4C4. Windows color (decimal): -2442055 or 12172506. OLE color: 12172506.
HSL color Cylindrical-coordinate representation of color #DABCB9: hue angle of 5.45º degrees, saturation: 0.31, 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 #DABCB9 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 185 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.15 |
| HSL | 5.45º | 0.31% | 0.79% | - |
| HSV(B) | 5.45º | 0.15% | 0.85% | - |
| XYZ | 55.65 | 54.37 | 53.46 | - |
| YUV | 196.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 185 | 0 | 0.14 | 0.15 | 0.15 | 5.45 | 0.31 | 0.79 |
| Hex | DA | BC | B9 | 0 | E | F | F | 5 | 1F | 4F |
| Octal | 332 | 274 | 271 | 0 | 16 | 17 | 17 | 5 | 37 | 117 |
| Binary | 11011010 | 10111100 | 10111001 | 0 | 1110 | 1111 | 1111 | 101 | 11111 | 1001111 |
Color Harmonies of #DABCB9
Complementary color
Monochromatic Colors of #DABCB9
Black with #DABCB9
Text Example
Text Example
White with #DABCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCB9; }
p { color: rgb(218,188,185); }
H1.HeaderClassName
{
color: #DABCB9;
}
.AnyTagClassName
{
color: #DABCB9;
}
</style>
background-color css
<style>
a { background-color: #DABCB9; }
a { background-color: rgb(218,188,185); }
div.DivClassName
{
background-color: #DABCB9;
}
.BgClassName
{
background-color: #DABCB9;
}
</style>
border-color css
<style>
span { border-color: #DABCB9; }
span { border-color: rgb(218,188,185); }
td.TdClassName
{
border-color: #DABCB9;
}
.TagClassName
{
border-color: #DABCB9;
}
</style>