Shades of Cavern Pink #DABABA
Tints of Cavern Pink #DABABA
RGB
CMYK
RGB Variations
Color information
#DABABA (or 0xDABABA) is known color: Cavern Pink. HEX triplet: DA, BA and BA. RGB value is (218,186,186). Sum of RGB (Red+Green+Blue) = 218+186+186=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DABABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABABA is #254545. Grayscale: #C3C3C3. Windows color (decimal): -2442566 or 12237530. OLE color: 12237530.
HSL color Cylindrical-coordinate representation of color #DABABA: hue angle of 0º 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 #DABABA is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 186 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.15 |
| HSL | 0º | 0.3% | 0.79% | - |
| HSV(B) | 0º | 0.15% | 0.85% | - |
| XYZ | 55.34 | 53.57 | 53.88 | - |
| YUV | 195.57 | 122.6 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 186 | 0 | 0.15 | 0.15 | 0.15 | 0 | 0.3 | 0.79 |
| Hex | DA | BA | BA | 0 | F | F | F | 0 | 1E | 4F |
| Octal | 332 | 272 | 272 | 0 | 17 | 17 | 17 | 0 | 36 | 117 |
| Binary | 11011010 | 10111010 | 10111010 | 0 | 1111 | 1111 | 1111 | 0 | 11110 | 1001111 |
Color Harmonies of #DABABA
Complementary color
Monochromatic Colors of #DABABA
Black with #DABABA
Text Example
Text Example
White with #DABABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABABA; }
p { color: rgb(218,186,186); }
H1.HeaderClassName
{
color: #DABABA;
}
.AnyTagClassName
{
color: #DABABA;
}
</style>
background-color css
<style>
a { background-color: #DABABA; }
a { background-color: rgb(218,186,186); }
div.DivClassName
{
background-color: #DABABA;
}
.BgClassName
{
background-color: #DABABA;
}
</style>
border-color css
<style>
span { border-color: #DABABA; }
span { border-color: rgb(218,186,186); }
td.TdClassName
{
border-color: #DABABA;
}
.TagClassName
{
border-color: #DABABA;
}
</style>