Shades of Cavern Pink #DDBABA
Tints of Cavern Pink #DDBABA
RGB
CMYK
RGB Variations
Color information
#DDBABA (or 0xDDBABA) is known color: Cavern Pink. HEX triplet: DD, BA and BA. RGB value is (221,186,186). Sum of RGB (Red+Green+Blue) = 221+186+186=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBABA is #224545. Grayscale: #C4C4C4. Windows color (decimal): -2245958 or 12237533. OLE color: 12237533.
HSL color Cylindrical-coordinate representation of color #DDBABA: hue angle of 0º degrees, saturation: 0.34, 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 #DDBABA is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 186 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.13 |
| HSL | 0º | 0.34% | 0.8% | - |
| HSV(B) | 0º | 0.16% | 0.87% | - |
| XYZ | 56.24 | 54.04 | 53.92 | - |
| YUV | 196.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 186 | 0 | 0.16 | 0.16 | 0.13 | 0 | 0.34 | 0.8 |
| Hex | DD | BA | BA | 0 | 10 | 10 | D | 0 | 22 | 50 |
| Octal | 335 | 272 | 272 | 0 | 20 | 20 | 15 | 0 | 42 | 120 |
| Binary | 11011101 | 10111010 | 10111010 | 0 | 10000 | 10000 | 1101 | 0 | 100010 | 1010000 |
Color Harmonies of #DDBABA
Complementary color
Monochromatic Colors of #DDBABA
Black with #DDBABA
Text Example
Text Example
White with #DDBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBABA; }
p { color: rgb(221,186,186); }
H1.HeaderClassName
{
color: #DDBABA;
}
.AnyTagClassName
{
color: #DDBABA;
}
</style>
background-color css
<style>
a { background-color: #DDBABA; }
a { background-color: rgb(221,186,186); }
div.DivClassName
{
background-color: #DDBABA;
}
.BgClassName
{
background-color: #DDBABA;
}
</style>
border-color css
<style>
span { border-color: #DDBABA; }
span { border-color: rgb(221,186,186); }
td.TdClassName
{
border-color: #DDBABA;
}
.TagClassName
{
border-color: #DDBABA;
}
</style>