Shades of Cavern Pink #DFB6AC
Tints of Cavern Pink #DFB6AC
RGB
CMYK
RGB Variations
Color information
#DFB6AC (or 0xDFB6AC) is known color: Cavern Pink. HEX triplet: DF, B6 and AC. RGB value is (223,182,172). Sum of RGB (Red+Green+Blue) = 223+182+172=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB6AC is #204953. Grayscale: #C1C1C1. Windows color (decimal): -2115924 or 11319007. OLE color: 11319007.
HSL color Cylindrical-coordinate representation of color #DFB6AC: hue angle of 11.76º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFB6AC is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 172 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.13 |
| HSL | 11.76º | 0.44% | 0.77% | - |
| HSV(B) | 11.76º | 0.23% | 0.87% | - |
| XYZ | 54.61 | 52.12 | 46.21 | - |
| YUV | 193.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 172 | 0 | 0.18 | 0.23 | 0.13 | 11.76 | 0.44 | 0.77 |
| Hex | DF | B6 | AC | 0 | 12 | 17 | D | C | 2C | 4D |
| Octal | 337 | 266 | 254 | 0 | 22 | 27 | 15 | 14 | 54 | 115 |
| Binary | 11011111 | 10110110 | 10101100 | 0 | 10010 | 10111 | 1101 | 1100 | 101100 | 1001101 |
Color Harmonies of #DFB6AC
Complementary color
Monochromatic Colors of #DFB6AC
Black with #DFB6AC
Text Example
Text Example
White with #DFB6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6AC; }
p { color: rgb(223,182,172); }
H1.HeaderClassName
{
color: #DFB6AC;
}
.AnyTagClassName
{
color: #DFB6AC;
}
</style>
background-color css
<style>
a { background-color: #DFB6AC; }
a { background-color: rgb(223,182,172); }
div.DivClassName
{
background-color: #DFB6AC;
}
.BgClassName
{
background-color: #DFB6AC;
}
</style>
border-color css
<style>
span { border-color: #DFB6AC; }
span { border-color: rgb(223,182,172); }
td.TdClassName
{
border-color: #DFB6AC;
}
.TagClassName
{
border-color: #DFB6AC;
}
</style>