Shades of Cavern Pink #DFBABA
Tints of Cavern Pink #DFBABA
RGB
CMYK
RGB Variations
Color information
#DFBABA (or 0xDFBABA) is known color: Cavern Pink. HEX triplet: DF, BA and BA. RGB value is (223,186,186). Sum of RGB (Red+Green+Blue) = 223+186+186=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBABA is #204545. Grayscale: #C5C5C5. Windows color (decimal): -2114886 or 12237535. OLE color: 12237535.
HSL color Cylindrical-coordinate representation of color #DFBABA: hue angle of 0º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBABA is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 186 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.13 |
| HSL | 0º | 0.37% | 0.8% | - |
| HSV(B) | 0º | 0.17% | 0.87% | - |
| XYZ | 56.85 | 54.35 | 53.95 | - |
| YUV | 197.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 186 | 0 | 0.17 | 0.17 | 0.13 | 0 | 0.37 | 0.8 |
| Hex | DF | BA | BA | 0 | 11 | 11 | D | 0 | 25 | 50 |
| Octal | 337 | 272 | 272 | 0 | 21 | 21 | 15 | 0 | 45 | 120 |
| Binary | 11011111 | 10111010 | 10111010 | 0 | 10001 | 10001 | 1101 | 0 | 100101 | 1010000 |
Color Harmonies of #DFBABA
Complementary color
Monochromatic Colors of #DFBABA
Black with #DFBABA
Text Example
Text Example
White with #DFBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBABA; }
p { color: rgb(223,186,186); }
H1.HeaderClassName
{
color: #DFBABA;
}
.AnyTagClassName
{
color: #DFBABA;
}
</style>
background-color css
<style>
a { background-color: #DFBABA; }
a { background-color: rgb(223,186,186); }
div.DivClassName
{
background-color: #DFBABA;
}
.BgClassName
{
background-color: #DFBABA;
}
</style>
border-color css
<style>
span { border-color: #DFBABA; }
span { border-color: rgb(223,186,186); }
td.TdClassName
{
border-color: #DFBABA;
}
.TagClassName
{
border-color: #DFBABA;
}
</style>