Shades of Cavern Pink #DDBCB3
Tints of Cavern Pink #DDBCB3
RGB
CMYK
RGB Variations
Color information
#DDBCB3 (or 0xDDBCB3) is known color: Cavern Pink. HEX triplet: DD, BC and B3. RGB value is (221,188,179). Sum of RGB (Red+Green+Blue) = 221+188+179=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCB3 is #22434C. Grayscale: #C4C4C4. Windows color (decimal): -2245453 or 11779293. OLE color: 11779293.
HSL color Cylindrical-coordinate representation of color #DDBCB3: hue angle of 12.86º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDBCB3 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 179 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.13 |
| HSL | 12.86º | 0.38% | 0.78% | - |
| HSV(B) | 12.86º | 0.19% | 0.87% | - |
| XYZ | 55.94 | 54.59 | 50.24 | - |
| YUV | 196.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 179 | 0 | 0.15 | 0.19 | 0.13 | 12.86 | 0.38 | 0.78 |
| Hex | DD | BC | B3 | 0 | F | 13 | D | D | 26 | 4E |
| Octal | 335 | 274 | 263 | 0 | 17 | 23 | 15 | 15 | 46 | 116 |
| Binary | 11011101 | 10111100 | 10110011 | 0 | 1111 | 10011 | 1101 | 1101 | 100110 | 1001110 |
Color Harmonies of #DDBCB3
Complementary color
Monochromatic Colors of #DDBCB3
Black with #DDBCB3
Text Example
Text Example
White with #DDBCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCB3; }
p { color: rgb(221,188,179); }
H1.HeaderClassName
{
color: #DDBCB3;
}
.AnyTagClassName
{
color: #DDBCB3;
}
</style>
background-color css
<style>
a { background-color: #DDBCB3; }
a { background-color: rgb(221,188,179); }
div.DivClassName
{
background-color: #DDBCB3;
}
.BgClassName
{
background-color: #DDBCB3;
}
</style>
border-color css
<style>
span { border-color: #DDBCB3; }
span { border-color: rgb(221,188,179); }
td.TdClassName
{
border-color: #DDBCB3;
}
.TagClassName
{
border-color: #DDBCB3;
}
</style>