Shades of Cavern Pink #DDBAB3
Tints of Cavern Pink #DDBAB3
RGB
CMYK
RGB Variations
Color information
#DDBAB3 (or 0xDDBAB3) is known color: Cavern Pink. HEX triplet: DD, BA and B3. RGB value is (221,186,179). Sum of RGB (Red+Green+Blue) = 221+186+179=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 179 (70.31% from 255 or 30.55% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAB3 is #22454C. Grayscale: #C3C3C3. Windows color (decimal): -2245965 or 11778781. OLE color: 11778781.
HSL color Cylindrical-coordinate representation of color #DDBAB3: hue angle of 10º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDBAB3 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 179 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.13 |
| HSL | 10º | 0.38% | 0.78% | - |
| HSV(B) | 10º | 0.19% | 0.87% | - |
| XYZ | 55.51 | 53.74 | 50.1 | - |
| YUV | 195.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 179 | 0 | 0.16 | 0.19 | 0.13 | 10 | 0.38 | 0.78 |
| Hex | DD | BA | B3 | 0 | 10 | 13 | D | A | 26 | 4E |
| Octal | 335 | 272 | 263 | 0 | 20 | 23 | 15 | 12 | 46 | 116 |
| Binary | 11011101 | 10111010 | 10110011 | 0 | 10000 | 10011 | 1101 | 1010 | 100110 | 1001110 |
Color Harmonies of #DDBAB3
Complementary color
Monochromatic Colors of #DDBAB3
Black with #DDBAB3
Text Example
Text Example
White with #DDBAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAB3; }
p { color: rgb(221,186,179); }
H1.HeaderClassName
{
color: #DDBAB3;
}
.AnyTagClassName
{
color: #DDBAB3;
}
</style>
background-color css
<style>
a { background-color: #DDBAB3; }
a { background-color: rgb(221,186,179); }
div.DivClassName
{
background-color: #DDBAB3;
}
.BgClassName
{
background-color: #DDBAB3;
}
</style>
border-color css
<style>
span { border-color: #DDBAB3; }
span { border-color: rgb(221,186,179); }
td.TdClassName
{
border-color: #DDBAB3;
}
.TagClassName
{
border-color: #DDBAB3;
}
</style>