Shades of Cavern Pink #DFC0BB
Tints of Cavern Pink #DFC0BB
RGB
CMYK
RGB Variations
Color information
#DFC0BB (or 0xDFC0BB) is known color: Cavern Pink. HEX triplet: DF, C0 and BB. RGB value is (223,192,187). Sum of RGB (Red+Green+Blue) = 223+192+187=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0BB is #203F44. Grayscale: #C8C8C8. Windows color (decimal): -2113349 or 12304607. OLE color: 12304607.
HSL color Cylindrical-coordinate representation of color #DFC0BB: hue angle of 8.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC0BB is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 187 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.13 |
| HSL | 8.33º | 0.36% | 0.8% | - |
| HSV(B) | 8.33º | 0.16% | 0.87% | - |
| XYZ | 58.25 | 56.98 | 54.94 | - |
| YUV | 200.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 187 | 0 | 0.14 | 0.16 | 0.13 | 8.33 | 0.36 | 0.8 |
| Hex | DF | C0 | BB | 0 | E | 10 | D | 8 | 24 | 50 |
| Octal | 337 | 300 | 273 | 0 | 16 | 20 | 15 | 10 | 44 | 120 |
| Binary | 11011111 | 11000000 | 10111011 | 0 | 1110 | 10000 | 1101 | 1000 | 100100 | 1010000 |
Color Harmonies of #DFC0BB
Complementary color
Monochromatic Colors of #DFC0BB
Black with #DFC0BB
Text Example
Text Example
White with #DFC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0BB; }
p { color: rgb(223,192,187); }
H1.HeaderClassName
{
color: #DFC0BB;
}
.AnyTagClassName
{
color: #DFC0BB;
}
</style>
background-color css
<style>
a { background-color: #DFC0BB; }
a { background-color: rgb(223,192,187); }
div.DivClassName
{
background-color: #DFC0BB;
}
.BgClassName
{
background-color: #DFC0BB;
}
</style>
border-color css
<style>
span { border-color: #DFC0BB; }
span { border-color: rgb(223,192,187); }
td.TdClassName
{
border-color: #DFC0BB;
}
.TagClassName
{
border-color: #DFC0BB;
}
</style>