Shades of Cavern Pink #DDBCB9
Tints of Cavern Pink #DDBCB9
RGB
CMYK
RGB Variations
Color information
#DDBCB9 (or 0xDDBCB9) is known color: Cavern Pink. HEX triplet: DD, BC and B9. RGB value is (221,188,185). Sum of RGB (Red+Green+Blue) = 221+188+185=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCB9 is #224346. Grayscale: #C5C5C5. Windows color (decimal): -2245447 or 12172509. OLE color: 12172509.
HSL color Cylindrical-coordinate representation of color #DDBCB9: hue angle of 5º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBCB9 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 185 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.13 |
| HSL | 5º | 0.35% | 0.8% | - |
| HSV(B) | 5º | 0.16% | 0.87% | - |
| XYZ | 56.56 | 54.84 | 53.5 | - |
| YUV | 197.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 185 | 0 | 0.15 | 0.16 | 0.13 | 5 | 0.35 | 0.8 |
| Hex | DD | BC | B9 | 0 | F | 10 | D | 5 | 23 | 50 |
| Octal | 335 | 274 | 271 | 0 | 17 | 20 | 15 | 5 | 43 | 120 |
| Binary | 11011101 | 10111100 | 10111001 | 0 | 1111 | 10000 | 1101 | 101 | 100011 | 1010000 |
Color Harmonies of #DDBCB9
Complementary color
Monochromatic Colors of #DDBCB9
Black with #DDBCB9
Text Example
Text Example
White with #DDBCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCB9; }
p { color: rgb(221,188,185); }
H1.HeaderClassName
{
color: #DDBCB9;
}
.AnyTagClassName
{
color: #DDBCB9;
}
</style>
background-color css
<style>
a { background-color: #DDBCB9; }
a { background-color: rgb(221,188,185); }
div.DivClassName
{
background-color: #DDBCB9;
}
.BgClassName
{
background-color: #DDBCB9;
}
</style>
border-color css
<style>
span { border-color: #DDBCB9; }
span { border-color: rgb(221,188,185); }
td.TdClassName
{
border-color: #DDBCB9;
}
.TagClassName
{
border-color: #DDBCB9;
}
</style>