Shades of Cavern Pink #DDB0AA
Tints of Cavern Pink #DDB0AA
RGB
CMYK
RGB Variations
Color information
#DDB0AA (or 0xDDB0AA) is known color: Cavern Pink. HEX triplet: DD, B0 and AA. RGB value is (221,176,170). Sum of RGB (Red+Green+Blue) = 221+176+170=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB0AA is #224F55. Grayscale: #BCBCBC. Windows color (decimal): -2248534 or 11186397. OLE color: 11186397.
HSL color Cylindrical-coordinate representation of color #DDB0AA: hue angle of 7.06º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB0AA is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 170 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.13 |
| HSL | 7.06º | 0.43% | 0.77% | - |
| HSV(B) | 7.06º | 0.23% | 0.87% | - |
| XYZ | 52.6 | 49.33 | 44.78 | - |
| YUV | 188.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 170 | 0 | 0.20 | 0.23 | 0.13 | 7.06 | 0.43 | 0.77 |
| Hex | DD | B0 | AA | 0 | 14 | 17 | D | 7 | 2B | 4D |
| Octal | 335 | 260 | 252 | 0 | 24 | 27 | 15 | 7 | 53 | 115 |
| Binary | 11011101 | 10110000 | 10101010 | 0 | 10100 | 10111 | 1101 | 111 | 101011 | 1001101 |
Color Harmonies of #DDB0AA
Complementary color
Monochromatic Colors of #DDB0AA
Black with #DDB0AA
Text Example
Text Example
White with #DDB0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0AA; }
p { color: rgb(221,176,170); }
H1.HeaderClassName
{
color: #DDB0AA;
}
.AnyTagClassName
{
color: #DDB0AA;
}
</style>
background-color css
<style>
a { background-color: #DDB0AA; }
a { background-color: rgb(221,176,170); }
div.DivClassName
{
background-color: #DDB0AA;
}
.BgClassName
{
background-color: #DDB0AA;
}
</style>
border-color css
<style>
span { border-color: #DDB0AA; }
span { border-color: rgb(221,176,170); }
td.TdClassName
{
border-color: #DDB0AA;
}
.TagClassName
{
border-color: #DDB0AA;
}
</style>