Shades of Cavern Pink #DFB4AC
Tints of Cavern Pink #DFB4AC
RGB
CMYK
RGB Variations
Color information
#DFB4AC (or 0xDFB4AC) is known color: Cavern Pink. HEX triplet: DF, B4 and AC. RGB value is (223,180,172). Sum of RGB (Red+Green+Blue) = 223+180+172=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB4AC is #204B53. Grayscale: #C0C0C0. Windows color (decimal): -2116436 or 11318495. OLE color: 11318495.
HSL color Cylindrical-coordinate representation of color #DFB4AC: hue angle of 9.41º degrees, saturation: 0.44, 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 #DFB4AC is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 172 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.13 |
| HSL | 9.41º | 0.44% | 0.77% | - |
| HSV(B) | 9.41º | 0.23% | 0.87% | - |
| XYZ | 54.2 | 51.31 | 46.08 | - |
| YUV | 191.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 172 | 0 | 0.19 | 0.23 | 0.13 | 9.41 | 0.44 | 0.77 |
| Hex | DF | B4 | AC | 0 | 13 | 17 | D | 9 | 2C | 4D |
| Octal | 337 | 264 | 254 | 0 | 23 | 27 | 15 | 11 | 54 | 115 |
| Binary | 11011111 | 10110100 | 10101100 | 0 | 10011 | 10111 | 1101 | 1001 | 101100 | 1001101 |
Color Harmonies of #DFB4AC
Complementary color
Monochromatic Colors of #DFB4AC
Black with #DFB4AC
Text Example
Text Example
White with #DFB4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4AC; }
p { color: rgb(223,180,172); }
H1.HeaderClassName
{
color: #DFB4AC;
}
.AnyTagClassName
{
color: #DFB4AC;
}
</style>
background-color css
<style>
a { background-color: #DFB4AC; }
a { background-color: rgb(223,180,172); }
div.DivClassName
{
background-color: #DFB4AC;
}
.BgClassName
{
background-color: #DFB4AC;
}
</style>
border-color css
<style>
span { border-color: #DFB4AC; }
span { border-color: rgb(223,180,172); }
td.TdClassName
{
border-color: #DFB4AC;
}
.TagClassName
{
border-color: #DFB4AC;
}
</style>