Shades of Cavern Pink #DFB6B1
Tints of Cavern Pink #DFB6B1
RGB
CMYK
RGB Variations
Color information
#DFB6B1 (or 0xDFB6B1) is known color: Cavern Pink. HEX triplet: DF, B6 and B1. RGB value is (223,182,177). Sum of RGB (Red+Green+Blue) = 223+182+177=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 182 (71.48% from 255 or 31.27% from 582); Blue value is 177 (69.53% from 255 or 30.41% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB6B1 is #20494E. Grayscale: #C1C1C1. Windows color (decimal): -2115919 or 11646687. OLE color: 11646687.
HSL color Cylindrical-coordinate representation of color #DFB6B1: hue angle of 6.52º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB6B1 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 177 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.13 |
| HSL | 6.52º | 0.42% | 0.78% | - |
| HSV(B) | 6.52º | 0.21% | 0.87% | - |
| XYZ | 55.1 | 52.32 | 48.79 | - |
| YUV | 193.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 177 | 0 | 0.18 | 0.21 | 0.13 | 6.52 | 0.42 | 0.78 |
| Hex | DF | B6 | B1 | 0 | 12 | 15 | D | 7 | 2A | 4E |
| Octal | 337 | 266 | 261 | 0 | 22 | 25 | 15 | 7 | 52 | 116 |
| Binary | 11011111 | 10110110 | 10110001 | 0 | 10010 | 10101 | 1101 | 111 | 101010 | 1001110 |
Color Harmonies of #DFB6B1
Complementary color
Monochromatic Colors of #DFB6B1
Black with #DFB6B1
Text Example
Text Example
White with #DFB6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6B1; }
p { color: rgb(223,182,177); }
H1.HeaderClassName
{
color: #DFB6B1;
}
.AnyTagClassName
{
color: #DFB6B1;
}
</style>
background-color css
<style>
a { background-color: #DFB6B1; }
a { background-color: rgb(223,182,177); }
div.DivClassName
{
background-color: #DFB6B1;
}
.BgClassName
{
background-color: #DFB6B1;
}
</style>
border-color css
<style>
span { border-color: #DFB6B1; }
span { border-color: rgb(223,182,177); }
td.TdClassName
{
border-color: #DFB6B1;
}
.TagClassName
{
border-color: #DFB6B1;
}
</style>