Shades of Cavern Pink #DFB8AD
Tints of Cavern Pink #DFB8AD
RGB
CMYK
RGB Variations
Color information
#DFB8AD (or 0xDFB8AD) is known color: Cavern Pink. HEX triplet: DF, B8 and AD. RGB value is (223,184,173). Sum of RGB (Red+Green+Blue) = 223+184+173=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB8AD is #204752. Grayscale: #C2C2C2. Windows color (decimal): -2115411 or 11385055. OLE color: 11385055.
HSL color Cylindrical-coordinate representation of color #DFB8AD: hue angle of 13.2º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFB8AD is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 173 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.13 |
| HSL | 13.2º | 0.44% | 0.78% | - |
| HSV(B) | 13.2º | 0.22% | 0.87% | - |
| XYZ | 55.11 | 52.99 | 46.86 | - |
| YUV | 194.41 | 115.92 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 173 | 0 | 0.17 | 0.22 | 0.13 | 13.2 | 0.44 | 0.78 |
| Hex | DF | B8 | AD | 0 | 11 | 16 | D | D | 2C | 4E |
| Octal | 337 | 270 | 255 | 0 | 21 | 26 | 15 | 15 | 54 | 116 |
| Binary | 11011111 | 10111000 | 10101101 | 0 | 10001 | 10110 | 1101 | 1101 | 101100 | 1001110 |
Color Harmonies of #DFB8AD
Complementary color
Monochromatic Colors of #DFB8AD
Black with #DFB8AD
Text Example
Text Example
White with #DFB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB8AD; }
p { color: rgb(223,184,173); }
H1.HeaderClassName
{
color: #DFB8AD;
}
.AnyTagClassName
{
color: #DFB8AD;
}
</style>
background-color css
<style>
a { background-color: #DFB8AD; }
a { background-color: rgb(223,184,173); }
div.DivClassName
{
background-color: #DFB8AD;
}
.BgClassName
{
background-color: #DFB8AD;
}
</style>
border-color css
<style>
span { border-color: #DFB8AD; }
span { border-color: rgb(223,184,173); }
td.TdClassName
{
border-color: #DFB8AD;
}
.TagClassName
{
border-color: #DFB8AD;
}
</style>