Shades of Cavern Pink #DABFBD
Tints of Cavern Pink #DABFBD
RGB
CMYK
RGB Variations
Color information
#DABFBD (or 0xDABFBD) is known color: Cavern Pink. HEX triplet: DA, BF and BD. RGB value is (218,191,189). Sum of RGB (Red+Green+Blue) = 218+191+189=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFBD is #254042. Grayscale: #C6C6C6. Windows color (decimal): -2441283 or 12435418. OLE color: 12435418.
HSL color Cylindrical-coordinate representation of color #DABFBD: hue angle of 4.14º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABFBD is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 189 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.15 |
| HSL | 4.14º | 0.28% | 0.8% | - |
| HSV(B) | 4.14º | 0.13% | 0.85% | - |
| XYZ | 56.73 | 55.84 | 55.93 | - |
| YUV | 198.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 189 | 0 | 0.12 | 0.13 | 0.15 | 4.14 | 0.28 | 0.8 |
| Hex | DA | BF | BD | 0 | C | D | F | 4 | 1C | 50 |
| Octal | 332 | 277 | 275 | 0 | 14 | 15 | 17 | 4 | 34 | 120 |
| Binary | 11011010 | 10111111 | 10111101 | 0 | 1100 | 1101 | 1111 | 100 | 11100 | 1010000 |
Color Harmonies of #DABFBD
Complementary color
Monochromatic Colors of #DABFBD
Black with #DABFBD
Text Example
Text Example
White with #DABFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFBD; }
p { color: rgb(218,191,189); }
H1.HeaderClassName
{
color: #DABFBD;
}
.AnyTagClassName
{
color: #DABFBD;
}
</style>
background-color css
<style>
a { background-color: #DABFBD; }
a { background-color: rgb(218,191,189); }
div.DivClassName
{
background-color: #DABFBD;
}
.BgClassName
{
background-color: #DABFBD;
}
</style>
border-color css
<style>
span { border-color: #DABFBD; }
span { border-color: rgb(218,191,189); }
td.TdClassName
{
border-color: #DABFBD;
}
.TagClassName
{
border-color: #DABFBD;
}
</style>