Shades of Cavern Pink #DFBBB1
Tints of Cavern Pink #DFBBB1
RGB
CMYK
RGB Variations
Color information
#DFBBB1 (or 0xDFBBB1) is known color: Cavern Pink. HEX triplet: DF, BB and B1. RGB value is (223,187,177). Sum of RGB (Red+Green+Blue) = 223+187+177=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBBB1 is #20444E. Grayscale: #C4C4C4. Windows color (decimal): -2114639 or 11647967. OLE color: 11647967.
HSL color Cylindrical-coordinate representation of color #DFBBB1: hue angle of 13.04º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFBBB1 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 177 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.13 |
| HSL | 13.04º | 0.42% | 0.78% | - |
| HSV(B) | 13.04º | 0.21% | 0.87% | - |
| XYZ | 56.14 | 54.4 | 49.14 | - |
| YUV | 196.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 177 | 0 | 0.16 | 0.21 | 0.13 | 13.04 | 0.42 | 0.78 |
| Hex | DF | BB | B1 | 0 | 10 | 15 | D | D | 2A | 4E |
| Octal | 337 | 273 | 261 | 0 | 20 | 25 | 15 | 15 | 52 | 116 |
| Binary | 11011111 | 10111011 | 10110001 | 0 | 10000 | 10101 | 1101 | 1101 | 101010 | 1001110 |
Color Harmonies of #DFBBB1
Complementary color
Monochromatic Colors of #DFBBB1
Black with #DFBBB1
Text Example
Text Example
White with #DFBBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBB1; }
p { color: rgb(223,187,177); }
H1.HeaderClassName
{
color: #DFBBB1;
}
.AnyTagClassName
{
color: #DFBBB1;
}
</style>
background-color css
<style>
a { background-color: #DFBBB1; }
a { background-color: rgb(223,187,177); }
div.DivClassName
{
background-color: #DFBBB1;
}
.BgClassName
{
background-color: #DFBBB1;
}
</style>
border-color css
<style>
span { border-color: #DFBBB1; }
span { border-color: rgb(223,187,177); }
td.TdClassName
{
border-color: #DFBBB1;
}
.TagClassName
{
border-color: #DFBBB1;
}
</style>