Shades of Cavern Pink #DFB7AF
Tints of Cavern Pink #DFB7AF
RGB
CMYK
RGB Variations
Color information
#DFB7AF (or 0xDFB7AF) is known color: Cavern Pink. HEX triplet: DF, B7 and AF. RGB value is (223,183,175). Sum of RGB (Red+Green+Blue) = 223+183+175=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB7AF is #204850. Grayscale: #C2C2C2. Windows color (decimal): -2115665 or 11515871. OLE color: 11515871.
HSL color Cylindrical-coordinate representation of color #DFB7AF: hue angle of 10º degrees, saturation: 0.43, 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 #DFB7AF is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 175 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.13 |
| HSL | 10º | 0.43% | 0.78% | - |
| HSV(B) | 10º | 0.22% | 0.87% | - |
| XYZ | 55.1 | 52.65 | 47.82 | - |
| YUV | 194.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 175 | 0 | 0.18 | 0.22 | 0.13 | 10 | 0.43 | 0.78 |
| Hex | DF | B7 | AF | 0 | 12 | 16 | D | A | 2B | 4E |
| Octal | 337 | 267 | 257 | 0 | 22 | 26 | 15 | 12 | 53 | 116 |
| Binary | 11011111 | 10110111 | 10101111 | 0 | 10010 | 10110 | 1101 | 1010 | 101011 | 1001110 |
Color Harmonies of #DFB7AF
Complementary color
Monochromatic Colors of #DFB7AF
Black with #DFB7AF
Text Example
Text Example
White with #DFB7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB7AF; }
p { color: rgb(223,183,175); }
H1.HeaderClassName
{
color: #DFB7AF;
}
.AnyTagClassName
{
color: #DFB7AF;
}
</style>
background-color css
<style>
a { background-color: #DFB7AF; }
a { background-color: rgb(223,183,175); }
div.DivClassName
{
background-color: #DFB7AF;
}
.BgClassName
{
background-color: #DFB7AF;
}
</style>
border-color css
<style>
span { border-color: #DFB7AF; }
span { border-color: rgb(223,183,175); }
td.TdClassName
{
border-color: #DFB7AF;
}
.TagClassName
{
border-color: #DFB7AF;
}
</style>