Shades of Cavern Pink #DFC2BF
Tints of Cavern Pink #DFC2BF
RGB
CMYK
RGB Variations
Color information
#DFC2BF (or 0xDFC2BF) is known color: Cavern Pink. HEX triplet: DF, C2 and BF. RGB value is (223,194,191). Sum of RGB (Red+Green+Blue) = 223+194+191=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2BF is #203D40. Grayscale: #CACACA. Windows color (decimal): -2112833 or 12567263. OLE color: 12567263.
HSL color Cylindrical-coordinate representation of color #DFC2BF: hue angle of 5.62º 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 #DFC2BF is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 191 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.13 |
| HSL | 5.63º | 0.33% | 0.81% | - |
| HSV(B) | 5.63º | 0.14% | 0.87% | - |
| XYZ | 59.13 | 58.03 | 57.38 | - |
| YUV | 202.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 191 | 0 | 0.13 | 0.14 | 0.13 | 5.63 | 0.33 | 0.81 |
| Hex | DF | C2 | BF | 0 | D | E | D | 6 | 21 | 51 |
| Octal | 337 | 302 | 277 | 0 | 15 | 16 | 15 | 6 | 41 | 121 |
| Binary | 11011111 | 11000010 | 10111111 | 0 | 1101 | 1110 | 1101 | 110 | 100001 | 1010001 |
Color Harmonies of #DFC2BF
Complementary color
Monochromatic Colors of #DFC2BF
Black with #DFC2BF
Text Example
Text Example
White with #DFC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2BF; }
p { color: rgb(223,194,191); }
H1.HeaderClassName
{
color: #DFC2BF;
}
.AnyTagClassName
{
color: #DFC2BF;
}
</style>
background-color css
<style>
a { background-color: #DFC2BF; }
a { background-color: rgb(223,194,191); }
div.DivClassName
{
background-color: #DFC2BF;
}
.BgClassName
{
background-color: #DFC2BF;
}
</style>
border-color css
<style>
span { border-color: #DFC2BF; }
span { border-color: rgb(223,194,191); }
td.TdClassName
{
border-color: #DFC2BF;
}
.TagClassName
{
border-color: #DFC2BF;
}
</style>