Shades of Cavern Pink #DFC0BF
Tints of Cavern Pink #DFC0BF
RGB
CMYK
RGB Variations
Color information
#DFC0BF (or 0xDFC0BF) is known color: Cavern Pink. HEX triplet: DF, C0 and BF. RGB value is (223,192,191). Sum of RGB (Red+Green+Blue) = 223+192+191=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0BF is #203F40. Grayscale: #C9C9C9. Windows color (decimal): -2113345 or 12566751. OLE color: 12566751.
HSL color Cylindrical-coordinate representation of color #DFC0BF: hue angle of 1.88º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC0BF is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 191 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.13 |
| HSL | 1.88º | 0.33% | 0.81% | - |
| HSV(B) | 1.88º | 0.14% | 0.87% | - |
| XYZ | 58.69 | 57.15 | 57.23 | - |
| YUV | 201.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 191 | 0 | 0.14 | 0.14 | 0.13 | 1.88 | 0.33 | 0.81 |
| Hex | DF | C0 | BF | 0 | E | E | D | 2 | 21 | 51 |
| Octal | 337 | 300 | 277 | 0 | 16 | 16 | 15 | 2 | 41 | 121 |
| Binary | 11011111 | 11000000 | 10111111 | 0 | 1110 | 1110 | 1101 | 10 | 100001 | 1010001 |
Color Harmonies of #DFC0BF
Complementary color
Monochromatic Colors of #DFC0BF
Black with #DFC0BF
Text Example
Text Example
White with #DFC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0BF; }
p { color: rgb(223,192,191); }
H1.HeaderClassName
{
color: #DFC0BF;
}
.AnyTagClassName
{
color: #DFC0BF;
}
</style>
background-color css
<style>
a { background-color: #DFC0BF; }
a { background-color: rgb(223,192,191); }
div.DivClassName
{
background-color: #DFC0BF;
}
.BgClassName
{
background-color: #DFC0BF;
}
</style>
border-color css
<style>
span { border-color: #DFC0BF; }
span { border-color: rgb(223,192,191); }
td.TdClassName
{
border-color: #DFC0BF;
}
.TagClassName
{
border-color: #DFC0BF;
}
</style>