Shades of Cavern Pink #DFBAB8
Tints of Cavern Pink #DFBAB8
RGB
CMYK
RGB Variations
Color information
#DFBAB8 (or 0xDFBAB8) is known color: Cavern Pink. HEX triplet: DF, BA and B8. RGB value is (223,186,184). Sum of RGB (Red+Green+Blue) = 223+186+184=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAB8 is #204547. Grayscale: #C4C4C4. Windows color (decimal): -2114888 or 12106463. OLE color: 12106463.
HSL color Cylindrical-coordinate representation of color #DFBAB8: hue angle of 3.08º degrees, saturation: 0.38, 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 #DFBAB8 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 184 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.13 |
| HSL | 3.08º | 0.38% | 0.8% | - |
| HSV(B) | 3.08º | 0.17% | 0.87% | - |
| XYZ | 56.64 | 54.27 | 52.84 | - |
| YUV | 196.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 184 | 0 | 0.17 | 0.17 | 0.13 | 3.08 | 0.38 | 0.8 |
| Hex | DF | BA | B8 | 0 | 11 | 11 | D | 3 | 26 | 50 |
| Octal | 337 | 272 | 270 | 0 | 21 | 21 | 15 | 3 | 46 | 120 |
| Binary | 11011111 | 10111010 | 10111000 | 0 | 10001 | 10001 | 1101 | 11 | 100110 | 1010000 |
Color Harmonies of #DFBAB8
Complementary color
Monochromatic Colors of #DFBAB8
Black with #DFBAB8
Text Example
Text Example
White with #DFBAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBAB8; }
p { color: rgb(223,186,184); }
H1.HeaderClassName
{
color: #DFBAB8;
}
.AnyTagClassName
{
color: #DFBAB8;
}
</style>
background-color css
<style>
a { background-color: #DFBAB8; }
a { background-color: rgb(223,186,184); }
div.DivClassName
{
background-color: #DFBAB8;
}
.BgClassName
{
background-color: #DFBAB8;
}
</style>
border-color css
<style>
span { border-color: #DFBAB8; }
span { border-color: rgb(223,186,184); }
td.TdClassName
{
border-color: #DFBAB8;
}
.TagClassName
{
border-color: #DFBAB8;
}
</style>