Shades of Cavern Pink #DFBFB8
Tints of Cavern Pink #DFBFB8
RGB
CMYK
RGB Variations
Color information
#DFBFB8 (or 0xDFBFB8) is known color: Cavern Pink. HEX triplet: DF, BF and B8. RGB value is (223,191,184). Sum of RGB (Red+Green+Blue) = 223+191+184=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 184 (72.27% from 255 or 30.77% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFB8 is #204047. Grayscale: #C7C7C7. Windows color (decimal): -2113608 or 12107743. OLE color: 12107743.
HSL color Cylindrical-coordinate representation of color #DFBFB8: hue angle of 10.77º degrees, saturation: 0.38, 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 #DFBFB8 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 184 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.13 |
| HSL | 10.77º | 0.38% | 0.8% | - |
| HSV(B) | 10.77º | 0.17% | 0.87% | - |
| XYZ | 57.71 | 56.41 | 53.19 | - |
| YUV | 199.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 184 | 0 | 0.14 | 0.17 | 0.13 | 10.77 | 0.38 | 0.8 |
| Hex | DF | BF | B8 | 0 | E | 11 | D | B | 26 | 50 |
| Octal | 337 | 277 | 270 | 0 | 16 | 21 | 15 | 13 | 46 | 120 |
| Binary | 11011111 | 10111111 | 10111000 | 0 | 1110 | 10001 | 1101 | 1011 | 100110 | 1010000 |
Color Harmonies of #DFBFB8
Complementary color
Monochromatic Colors of #DFBFB8
Black with #DFBFB8
Text Example
Text Example
White with #DFBFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFB8; }
p { color: rgb(223,191,184); }
H1.HeaderClassName
{
color: #DFBFB8;
}
.AnyTagClassName
{
color: #DFBFB8;
}
</style>
background-color css
<style>
a { background-color: #DFBFB8; }
a { background-color: rgb(223,191,184); }
div.DivClassName
{
background-color: #DFBFB8;
}
.BgClassName
{
background-color: #DFBFB8;
}
</style>
border-color css
<style>
span { border-color: #DFBFB8; }
span { border-color: rgb(223,191,184); }
td.TdClassName
{
border-color: #DFBFB8;
}
.TagClassName
{
border-color: #DFBFB8;
}
</style>