Shades of Cavern Pink #DFB4AD
Tints of Cavern Pink #DFB4AD
RGB
CMYK
RGB Variations
Color information
#DFB4AD (or 0xDFB4AD) is known color: Cavern Pink. HEX triplet: DF, B4 and AD. RGB value is (223,180,173). Sum of RGB (Red+Green+Blue) = 223+180+173=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB4AD is #204B52. Grayscale: #C0C0C0. Windows color (decimal): -2116435 or 11384031. OLE color: 11384031.
HSL color Cylindrical-coordinate representation of color #DFB4AD: hue angle of 8.4º 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 #DFB4AD is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 173 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.13 |
| HSL | 8.4º | 0.44% | 0.78% | - |
| HSV(B) | 8.4º | 0.22% | 0.87% | - |
| XYZ | 54.3 | 51.35 | 46.58 | - |
| YUV | 192.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 173 | 0 | 0.19 | 0.22 | 0.13 | 8.4 | 0.44 | 0.78 |
| Hex | DF | B4 | AD | 0 | 13 | 16 | D | 8 | 2C | 4E |
| Octal | 337 | 264 | 255 | 0 | 23 | 26 | 15 | 10 | 54 | 116 |
| Binary | 11011111 | 10110100 | 10101101 | 0 | 10011 | 10110 | 1101 | 1000 | 101100 | 1001110 |
Color Harmonies of #DFB4AD
Complementary color
Monochromatic Colors of #DFB4AD
Black with #DFB4AD
Text Example
Text Example
White with #DFB4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4AD; }
p { color: rgb(223,180,173); }
H1.HeaderClassName
{
color: #DFB4AD;
}
.AnyTagClassName
{
color: #DFB4AD;
}
</style>
background-color css
<style>
a { background-color: #DFB4AD; }
a { background-color: rgb(223,180,173); }
div.DivClassName
{
background-color: #DFB4AD;
}
.BgClassName
{
background-color: #DFB4AD;
}
</style>
border-color css
<style>
span { border-color: #DFB4AD; }
span { border-color: rgb(223,180,173); }
td.TdClassName
{
border-color: #DFB4AD;
}
.TagClassName
{
border-color: #DFB4AD;
}
</style>