Shades of Cavern Pink #DDC0BC
Tints of Cavern Pink #DDC0BC
RGB
CMYK
RGB Variations
Color information
#DDC0BC (or 0xDDC0BC) is known color: Cavern Pink. HEX triplet: DD, C0 and BC. RGB value is (221,192,188). Sum of RGB (Red+Green+Blue) = 221+192+188=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0BC is #223F43. Grayscale: #C8C8C8. Windows color (decimal): -2244420 or 12370141. OLE color: 12370141.
HSL color Cylindrical-coordinate representation of color #DDC0BC: hue angle of 7.27º 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 #DDC0BC is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 188 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.13 |
| HSL | 7.27º | 0.33% | 0.8% | - |
| HSV(B) | 7.27º | 0.15% | 0.87% | - |
| XYZ | 57.75 | 56.7 | 55.48 | - |
| YUV | 200.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 188 | 0 | 0.13 | 0.15 | 0.13 | 7.27 | 0.33 | 0.8 |
| Hex | DD | C0 | BC | 0 | D | F | D | 7 | 21 | 50 |
| Octal | 335 | 300 | 274 | 0 | 15 | 17 | 15 | 7 | 41 | 120 |
| Binary | 11011101 | 11000000 | 10111100 | 0 | 1101 | 1111 | 1101 | 111 | 100001 | 1010000 |
Color Harmonies of #DDC0BC
Complementary color
Monochromatic Colors of #DDC0BC
Black with #DDC0BC
Text Example
Text Example
White with #DDC0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC0BC; }
p { color: rgb(221,192,188); }
H1.HeaderClassName
{
color: #DDC0BC;
}
.AnyTagClassName
{
color: #DDC0BC;
}
</style>
background-color css
<style>
a { background-color: #DDC0BC; }
a { background-color: rgb(221,192,188); }
div.DivClassName
{
background-color: #DDC0BC;
}
.BgClassName
{
background-color: #DDC0BC;
}
</style>
border-color css
<style>
span { border-color: #DDC0BC; }
span { border-color: rgb(221,192,188); }
td.TdClassName
{
border-color: #DDC0BC;
}
.TagClassName
{
border-color: #DDC0BC;
}
</style>