Shades of Cavern Pink #DFB4AB
Tints of Cavern Pink #DFB4AB
RGB
CMYK
RGB Variations
Color information
#DFB4AB (or 0xDFB4AB) is known color: Cavern Pink. HEX triplet: DF, B4 and AB. RGB value is (223,180,171). Sum of RGB (Red+Green+Blue) = 223+180+171=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB4AB is #204B54. Grayscale: #BFBFBF. Windows color (decimal): -2116437 or 11252959. OLE color: 11252959.
HSL color Cylindrical-coordinate representation of color #DFB4AB: hue angle of 10.38º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFB4AB is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 171 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.13 |
| HSL | 10.38º | 0.45% | 0.77% | - |
| HSV(B) | 10.38º | 0.23% | 0.87% | - |
| XYZ | 54.1 | 51.27 | 45.57 | - |
| YUV | 191.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 171 | 0 | 0.19 | 0.23 | 0.13 | 10.38 | 0.45 | 0.77 |
| Hex | DF | B4 | AB | 0 | 13 | 17 | D | A | 2D | 4D |
| Octal | 337 | 264 | 253 | 0 | 23 | 27 | 15 | 12 | 55 | 115 |
| Binary | 11011111 | 10110100 | 10101011 | 0 | 10011 | 10111 | 1101 | 1010 | 101101 | 1001101 |
Color Harmonies of #DFB4AB
Complementary color
Monochromatic Colors of #DFB4AB
Black with #DFB4AB
Text Example
Text Example
White with #DFB4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4AB; }
p { color: rgb(223,180,171); }
H1.HeaderClassName
{
color: #DFB4AB;
}
.AnyTagClassName
{
color: #DFB4AB;
}
</style>
background-color css
<style>
a { background-color: #DFB4AB; }
a { background-color: rgb(223,180,171); }
div.DivClassName
{
background-color: #DFB4AB;
}
.BgClassName
{
background-color: #DFB4AB;
}
</style>
border-color css
<style>
span { border-color: #DFB4AB; }
span { border-color: rgb(223,180,171); }
td.TdClassName
{
border-color: #DFB4AB;
}
.TagClassName
{
border-color: #DFB4AB;
}
</style>