Shades of Cavern Pink #DDC1BC
Tints of Cavern Pink #DDC1BC
RGB
CMYK
RGB Variations
Color information
#DDC1BC (or 0xDDC1BC) is known color: Cavern Pink. HEX triplet: DD, C1 and BC. RGB value is (221,193,188). Sum of RGB (Red+Green+Blue) = 221+193+188=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 193 (75.78% from 255 or 32.06% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1BC is #223E43. Grayscale: #C8C8C8. Windows color (decimal): -2244164 or 12370397. OLE color: 12370397.
HSL color Cylindrical-coordinate representation of color #DDC1BC: hue angle of 9.09º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDC1BC is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 188 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.13 |
| HSL | 9.09º | 0.33% | 0.8% | - |
| HSV(B) | 9.09º | 0.15% | 0.87% | - |
| XYZ | 57.97 | 57.14 | 55.55 | - |
| YUV | 200.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 188 | 0 | 0.13 | 0.15 | 0.13 | 9.09 | 0.33 | 0.8 |
| Hex | DD | C1 | BC | 0 | D | F | D | 9 | 21 | 50 |
| Octal | 335 | 301 | 274 | 0 | 15 | 17 | 15 | 11 | 41 | 120 |
| Binary | 11011101 | 11000001 | 10111100 | 0 | 1101 | 1111 | 1101 | 1001 | 100001 | 1010000 |
Color Harmonies of #DDC1BC
Complementary color
Monochromatic Colors of #DDC1BC
Black with #DDC1BC
Text Example
Text Example
White with #DDC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1BC; }
p { color: rgb(221,193,188); }
H1.HeaderClassName
{
color: #DDC1BC;
}
.AnyTagClassName
{
color: #DDC1BC;
}
</style>
background-color css
<style>
a { background-color: #DDC1BC; }
a { background-color: rgb(221,193,188); }
div.DivClassName
{
background-color: #DDC1BC;
}
.BgClassName
{
background-color: #DDC1BC;
}
</style>
border-color css
<style>
span { border-color: #DDC1BC; }
span { border-color: rgb(221,193,188); }
td.TdClassName
{
border-color: #DDC1BC;
}
.TagClassName
{
border-color: #DDC1BC;
}
</style>