Shades of Cavern Pink #DFBCB3
Tints of Cavern Pink #DFBCB3
RGB
CMYK
RGB Variations
Color information
#DFBCB3 (or 0xDFBCB3) is known color: Cavern Pink. HEX triplet: DF, BC and B3. RGB value is (223,188,179). Sum of RGB (Red+Green+Blue) = 223+188+179=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCB3 is #20434C. Grayscale: #C5C5C5. Windows color (decimal): -2114381 or 11779295. OLE color: 11779295.
HSL color Cylindrical-coordinate representation of color #DFBCB3: hue angle of 12.27º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFBCB3 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 179 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.13 |
| HSL | 12.27º | 0.41% | 0.79% | - |
| HSV(B) | 12.27º | 0.2% | 0.87% | - |
| XYZ | 56.55 | 54.91 | 50.27 | - |
| YUV | 197.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 179 | 0 | 0.16 | 0.20 | 0.13 | 12.27 | 0.41 | 0.79 |
| Hex | DF | BC | B3 | 0 | 10 | 14 | D | C | 29 | 4F |
| Octal | 337 | 274 | 263 | 0 | 20 | 24 | 15 | 14 | 51 | 117 |
| Binary | 11011111 | 10111100 | 10110011 | 0 | 10000 | 10100 | 1101 | 1100 | 101001 | 1001111 |
Color Harmonies of #DFBCB3
Complementary color
Monochromatic Colors of #DFBCB3
Black with #DFBCB3
Text Example
Text Example
White with #DFBCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCB3; }
p { color: rgb(223,188,179); }
H1.HeaderClassName
{
color: #DFBCB3;
}
.AnyTagClassName
{
color: #DFBCB3;
}
</style>
background-color css
<style>
a { background-color: #DFBCB3; }
a { background-color: rgb(223,188,179); }
div.DivClassName
{
background-color: #DFBCB3;
}
.BgClassName
{
background-color: #DFBCB3;
}
</style>
border-color css
<style>
span { border-color: #DFBCB3; }
span { border-color: rgb(223,188,179); }
td.TdClassName
{
border-color: #DFBCB3;
}
.TagClassName
{
border-color: #DFBCB3;
}
</style>