Shades of Cavern Pink #DDB0AC
Tints of Cavern Pink #DDB0AC
RGB
CMYK
RGB Variations
Color information
#DDB0AC (or 0xDDB0AC) is known color: Cavern Pink. HEX triplet: DD, B0 and AC. RGB value is (221,176,172). Sum of RGB (Red+Green+Blue) = 221+176+172=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB0AC is #224F53. Grayscale: #BDBDBD. Windows color (decimal): -2248532 or 11317469. OLE color: 11317469.
HSL color Cylindrical-coordinate representation of color #DDB0AC: hue angle of 4.9º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDB0AC is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 172 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.13 |
| HSL | 4.9º | 0.42% | 0.77% | - |
| HSV(B) | 4.9º | 0.22% | 0.87% | - |
| XYZ | 52.79 | 49.4 | 45.78 | - |
| YUV | 189 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 172 | 0 | 0.20 | 0.22 | 0.13 | 4.9 | 0.42 | 0.77 |
| Hex | DD | B0 | AC | 0 | 14 | 16 | D | 5 | 2A | 4D |
| Octal | 335 | 260 | 254 | 0 | 24 | 26 | 15 | 5 | 52 | 115 |
| Binary | 11011101 | 10110000 | 10101100 | 0 | 10100 | 10110 | 1101 | 101 | 101010 | 1001101 |
Color Harmonies of #DDB0AC
Complementary color
Monochromatic Colors of #DDB0AC
Black with #DDB0AC
Text Example
Text Example
White with #DDB0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0AC; }
p { color: rgb(221,176,172); }
H1.HeaderClassName
{
color: #DDB0AC;
}
.AnyTagClassName
{
color: #DDB0AC;
}
</style>
background-color css
<style>
a { background-color: #DDB0AC; }
a { background-color: rgb(221,176,172); }
div.DivClassName
{
background-color: #DDB0AC;
}
.BgClassName
{
background-color: #DDB0AC;
}
</style>
border-color css
<style>
span { border-color: #DDB0AC; }
span { border-color: rgb(221,176,172); }
td.TdClassName
{
border-color: #DDB0AC;
}
.TagClassName
{
border-color: #DDB0AC;
}
</style>