Shades of Cavern Pink #DABFBA
Tints of Cavern Pink #DABFBA
RGB
CMYK
RGB Variations
Color information
#DABFBA (or 0xDABFBA) is known color: Cavern Pink. HEX triplet: DA, BF and BA. RGB value is (218,191,186). Sum of RGB (Red+Green+Blue) = 218+191+186=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFBA is #254045. Grayscale: #C6C6C6. Windows color (decimal): -2441286 or 12238810. OLE color: 12238810.
HSL color Cylindrical-coordinate representation of color #DABFBA: hue angle of 9.38º 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 #DABFBA is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 186 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.15 |
| HSL | 9.38º | 0.3% | 0.79% | - |
| HSV(B) | 9.38º | 0.15% | 0.85% | - |
| XYZ | 56.41 | 55.71 | 54.23 | - |
| YUV | 198.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 186 | 0 | 0.12 | 0.15 | 0.15 | 9.38 | 0.3 | 0.79 |
| Hex | DA | BF | BA | 0 | C | F | F | 9 | 1E | 4F |
| Octal | 332 | 277 | 272 | 0 | 14 | 17 | 17 | 11 | 36 | 117 |
| Binary | 11011010 | 10111111 | 10111010 | 0 | 1100 | 1111 | 1111 | 1001 | 11110 | 1001111 |
Color Harmonies of #DABFBA
Complementary color
Monochromatic Colors of #DABFBA
Black with #DABFBA
Text Example
Text Example
White with #DABFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFBA; }
p { color: rgb(218,191,186); }
H1.HeaderClassName
{
color: #DABFBA;
}
.AnyTagClassName
{
color: #DABFBA;
}
</style>
background-color css
<style>
a { background-color: #DABFBA; }
a { background-color: rgb(218,191,186); }
div.DivClassName
{
background-color: #DABFBA;
}
.BgClassName
{
background-color: #DABFBA;
}
</style>
border-color css
<style>
span { border-color: #DABFBA; }
span { border-color: rgb(218,191,186); }
td.TdClassName
{
border-color: #DABFBA;
}
.TagClassName
{
border-color: #DABFBA;
}
</style>