Shades of Cavern Pink #DFACAB
Tints of Cavern Pink #DFACAB
RGB
CMYK
RGB Variations
Color information
#DFACAB (or 0xDFACAB) is known color: Cavern Pink. HEX triplet: DF, AC and AB. RGB value is (223,172,171). Sum of RGB (Red+Green+Blue) = 223+172+171=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFACAB is #205354. Grayscale: #BBBBBB. Windows color (decimal): -2118485 or 11250911. OLE color: 11250911.
HSL color Cylindrical-coordinate representation of color #DFACAB: hue angle of 1.15º 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 #DFACAB is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 171 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.13 |
| HSL | 1.15º | 0.45% | 0.77% | - |
| HSV(B) | 1.15º | 0.23% | 0.87% | - |
| XYZ | 52.53 | 48.13 | 45.05 | - |
| YUV | 187.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 171 | 0 | 0.23 | 0.23 | 0.13 | 1.15 | 0.45 | 0.77 |
| Hex | DF | AC | AB | 0 | 17 | 17 | D | 1 | 2D | 4D |
| Octal | 337 | 254 | 253 | 0 | 27 | 27 | 15 | 1 | 55 | 115 |
| Binary | 11011111 | 10101100 | 10101011 | 0 | 10111 | 10111 | 1101 | 1 | 101101 | 1001101 |
Color Harmonies of #DFACAB
Complementary color
Monochromatic Colors of #DFACAB
Black with #DFACAB
Text Example
Text Example
White with #DFACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACAB; }
p { color: rgb(223,172,171); }
H1.HeaderClassName
{
color: #DFACAB;
}
.AnyTagClassName
{
color: #DFACAB;
}
</style>
background-color css
<style>
a { background-color: #DFACAB; }
a { background-color: rgb(223,172,171); }
div.DivClassName
{
background-color: #DFACAB;
}
.BgClassName
{
background-color: #DFACAB;
}
</style>
border-color css
<style>
span { border-color: #DFACAB; }
span { border-color: rgb(223,172,171); }
td.TdClassName
{
border-color: #DFACAB;
}
.TagClassName
{
border-color: #DFACAB;
}
</style>