Shades of Cavern Pink #DABDBA
Tints of Cavern Pink #DABDBA
RGB
CMYK
RGB Variations
Color information
#DABDBA (or 0xDABDBA) is known color: Cavern Pink. HEX triplet: DA, BD and BA. RGB value is (218,189,186). Sum of RGB (Red+Green+Blue) = 218+189+186=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDBA is #254245. Grayscale: #C5C5C5. Windows color (decimal): -2441798 or 12238298. OLE color: 12238298.
HSL color Cylindrical-coordinate representation of color #DABDBA: hue angle of 5.62º 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 #DABDBA is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 186 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.15 |
| HSL | 5.63º | 0.3% | 0.79% | - |
| HSV(B) | 5.63º | 0.15% | 0.85% | - |
| XYZ | 55.97 | 54.85 | 54.09 | - |
| YUV | 197.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 186 | 0 | 0.13 | 0.15 | 0.15 | 5.63 | 0.3 | 0.79 |
| Hex | DA | BD | BA | 0 | D | F | F | 6 | 1E | 4F |
| Octal | 332 | 275 | 272 | 0 | 15 | 17 | 17 | 6 | 36 | 117 |
| Binary | 11011010 | 10111101 | 10111010 | 0 | 1101 | 1111 | 1111 | 110 | 11110 | 1001111 |
Color Harmonies of #DABDBA
Complementary color
Monochromatic Colors of #DABDBA
Black with #DABDBA
Text Example
Text Example
White with #DABDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDBA; }
p { color: rgb(218,189,186); }
H1.HeaderClassName
{
color: #DABDBA;
}
.AnyTagClassName
{
color: #DABDBA;
}
</style>
background-color css
<style>
a { background-color: #DABDBA; }
a { background-color: rgb(218,189,186); }
div.DivClassName
{
background-color: #DABDBA;
}
.BgClassName
{
background-color: #DABDBA;
}
</style>
border-color css
<style>
span { border-color: #DABDBA; }
span { border-color: rgb(218,189,186); }
td.TdClassName
{
border-color: #DABDBA;
}
.TagClassName
{
border-color: #DABDBA;
}
</style>