Shades of Cavern Pink #DFC1BA
Tints of Cavern Pink #DFC1BA
RGB
CMYK
RGB Variations
Color information
#DFC1BA (or 0xDFC1BA) is known color: Cavern Pink. HEX triplet: DF, C1 and BA. RGB value is (223,193,186). Sum of RGB (Red+Green+Blue) = 223+193+186=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 193 (75.78% from 255 or 32.06% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1BA is #203E45. Grayscale: #C9C9C9. Windows color (decimal): -2113094 or 12239327. OLE color: 12239327.
HSL color Cylindrical-coordinate representation of color #DFC1BA: hue angle of 11.35º 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 #DFC1BA is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 186 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.13 |
| HSL | 11.35º | 0.37% | 0.8% | - |
| HSV(B) | 11.35º | 0.17% | 0.87% | - |
| XYZ | 58.36 | 57.37 | 54.45 | - |
| YUV | 201.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 186 | 0 | 0.13 | 0.17 | 0.13 | 11.35 | 0.37 | 0.8 |
| Hex | DF | C1 | BA | 0 | D | 11 | D | B | 25 | 50 |
| Octal | 337 | 301 | 272 | 0 | 15 | 21 | 15 | 13 | 45 | 120 |
| Binary | 11011111 | 11000001 | 10111010 | 0 | 1101 | 10001 | 1101 | 1011 | 100101 | 1010000 |
Color Harmonies of #DFC1BA
Complementary color
Monochromatic Colors of #DFC1BA
Black with #DFC1BA
Text Example
Text Example
White with #DFC1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1BA; }
p { color: rgb(223,193,186); }
H1.HeaderClassName
{
color: #DFC1BA;
}
.AnyTagClassName
{
color: #DFC1BA;
}
</style>
background-color css
<style>
a { background-color: #DFC1BA; }
a { background-color: rgb(223,193,186); }
div.DivClassName
{
background-color: #DFC1BA;
}
.BgClassName
{
background-color: #DFC1BA;
}
</style>
border-color css
<style>
span { border-color: #DFC1BA; }
span { border-color: rgb(223,193,186); }
td.TdClassName
{
border-color: #DFC1BA;
}
.TagClassName
{
border-color: #DFC1BA;
}
</style>