Shades of Cavern Pink #DFB7B6
Tints of Cavern Pink #DFB7B6
RGB
CMYK
RGB Variations
Color information
#DFB7B6 (or 0xDFB7B6) is known color: Cavern Pink. HEX triplet: DF, B7 and B6. RGB value is (223,183,182). Sum of RGB (Red+Green+Blue) = 223+183+182=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB7B6 is #204849. Grayscale: #C2C2C2. Windows color (decimal): -2115658 or 11974623. OLE color: 11974623.
HSL color Cylindrical-coordinate representation of color #DFB7B6: hue angle of 1.46º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFB7B6 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 182 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.13 |
| HSL | 1.46º | 0.39% | 0.79% | - |
| HSV(B) | 1.46º | 0.18% | 0.87% | - |
| XYZ | 55.81 | 52.93 | 51.53 | - |
| YUV | 194.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 182 | 0 | 0.18 | 0.18 | 0.13 | 1.46 | 0.39 | 0.79 |
| Hex | DF | B7 | B6 | 0 | 12 | 12 | D | 1 | 27 | 4F |
| Octal | 337 | 267 | 266 | 0 | 22 | 22 | 15 | 1 | 47 | 117 |
| Binary | 11011111 | 10110111 | 10110110 | 0 | 10010 | 10010 | 1101 | 1 | 100111 | 1001111 |
Color Harmonies of #DFB7B6
Complementary color
Monochromatic Colors of #DFB7B6
Black with #DFB7B6
Text Example
Text Example
White with #DFB7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB7B6; }
p { color: rgb(223,183,182); }
H1.HeaderClassName
{
color: #DFB7B6;
}
.AnyTagClassName
{
color: #DFB7B6;
}
</style>
background-color css
<style>
a { background-color: #DFB7B6; }
a { background-color: rgb(223,183,182); }
div.DivClassName
{
background-color: #DFB7B6;
}
.BgClassName
{
background-color: #DFB7B6;
}
</style>
border-color css
<style>
span { border-color: #DFB7B6; }
span { border-color: rgb(223,183,182); }
td.TdClassName
{
border-color: #DFB7B6;
}
.TagClassName
{
border-color: #DFB7B6;
}
</style>