Shades of Cavern Pink #DFB1AD
Tints of Cavern Pink #DFB1AD
RGB
CMYK
RGB Variations
Color information
#DFB1AD (or 0xDFB1AD) is known color: Cavern Pink. HEX triplet: DF, B1 and AD. RGB value is (223,177,173). Sum of RGB (Red+Green+Blue) = 223+177+173=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB1AD is #204E52. Grayscale: #BEBEBE. Windows color (decimal): -2117203 or 11383263. OLE color: 11383263.
HSL color Cylindrical-coordinate representation of color #DFB1AD: hue angle of 4.8º 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 #DFB1AD is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 173 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.13 |
| HSL | 4.8º | 0.44% | 0.78% | - |
| HSV(B) | 4.8º | 0.22% | 0.87% | - |
| XYZ | 53.7 | 50.15 | 46.38 | - |
| YUV | 190.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 173 | 0 | 0.21 | 0.22 | 0.13 | 4.8 | 0.44 | 0.78 |
| Hex | DF | B1 | AD | 0 | 15 | 16 | D | 5 | 2C | 4E |
| Octal | 337 | 261 | 255 | 0 | 25 | 26 | 15 | 5 | 54 | 116 |
| Binary | 11011111 | 10110001 | 10101101 | 0 | 10101 | 10110 | 1101 | 101 | 101100 | 1001110 |
Color Harmonies of #DFB1AD
Complementary color
Monochromatic Colors of #DFB1AD
Black with #DFB1AD
Text Example
Text Example
White with #DFB1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1AD; }
p { color: rgb(223,177,173); }
H1.HeaderClassName
{
color: #DFB1AD;
}
.AnyTagClassName
{
color: #DFB1AD;
}
</style>
background-color css
<style>
a { background-color: #DFB1AD; }
a { background-color: rgb(223,177,173); }
div.DivClassName
{
background-color: #DFB1AD;
}
.BgClassName
{
background-color: #DFB1AD;
}
</style>
border-color css
<style>
span { border-color: #DFB1AD; }
span { border-color: rgb(223,177,173); }
td.TdClassName
{
border-color: #DFB1AD;
}
.TagClassName
{
border-color: #DFB1AD;
}
</style>