Shades of Cavern Pink #DFBBAF
Tints of Cavern Pink #DFBBAF
RGB
CMYK
RGB Variations
Color information
#DFBBAF (or 0xDFBBAF) is known color: Cavern Pink. HEX triplet: DF, BB and AF. RGB value is (223,187,175). Sum of RGB (Red+Green+Blue) = 223+187+175=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBBAF is #204450. Grayscale: #C4C4C4. Windows color (decimal): -2114641 or 11516895. OLE color: 11516895.
HSL color Cylindrical-coordinate representation of color #DFBBAF: hue angle of 15º 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 #DFBBAF is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 175 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.13 |
| HSL | 15º | 0.43% | 0.78% | - |
| HSV(B) | 15º | 0.22% | 0.87% | - |
| XYZ | 55.94 | 54.32 | 48.09 | - |
| YUV | 196.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 175 | 0 | 0.16 | 0.22 | 0.13 | 15 | 0.43 | 0.78 |
| Hex | DF | BB | AF | 0 | 10 | 16 | D | F | 2B | 4E |
| Octal | 337 | 273 | 257 | 0 | 20 | 26 | 15 | 17 | 53 | 116 |
| Binary | 11011111 | 10111011 | 10101111 | 0 | 10000 | 10110 | 1101 | 1111 | 101011 | 1001110 |
Color Harmonies of #DFBBAF
Complementary color
Monochromatic Colors of #DFBBAF
Black with #DFBBAF
Text Example
Text Example
White with #DFBBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBAF; }
p { color: rgb(223,187,175); }
H1.HeaderClassName
{
color: #DFBBAF;
}
.AnyTagClassName
{
color: #DFBBAF;
}
</style>
background-color css
<style>
a { background-color: #DFBBAF; }
a { background-color: rgb(223,187,175); }
div.DivClassName
{
background-color: #DFBBAF;
}
.BgClassName
{
background-color: #DFBBAF;
}
</style>
border-color css
<style>
span { border-color: #DFBBAF; }
span { border-color: rgb(223,187,175); }
td.TdClassName
{
border-color: #DFBBAF;
}
.TagClassName
{
border-color: #DFBBAF;
}
</style>