Shades of Cavern Pink #DDBAB8
Tints of Cavern Pink #DDBAB8
RGB
CMYK
RGB Variations
Color information
#DDBAB8 (or 0xDDBAB8) is known color: Cavern Pink. HEX triplet: DD, BA and B8. RGB value is (221,186,184). Sum of RGB (Red+Green+Blue) = 221+186+184=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 184 (72.27% from 255 or 31.13% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAB8 is #224547. Grayscale: #C4C4C4. Windows color (decimal): -2245960 or 12106461. OLE color: 12106461.
HSL color Cylindrical-coordinate representation of color #DDBAB8: hue angle of 3.24º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDBAB8 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 184 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.13 |
| HSL | 3.24º | 0.35% | 0.79% | - |
| HSV(B) | 3.24º | 0.17% | 0.87% | - |
| XYZ | 56.03 | 53.95 | 52.81 | - |
| YUV | 196.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 184 | 0 | 0.16 | 0.17 | 0.13 | 3.24 | 0.35 | 0.79 |
| Hex | DD | BA | B8 | 0 | 10 | 11 | D | 3 | 23 | 4F |
| Octal | 335 | 272 | 270 | 0 | 20 | 21 | 15 | 3 | 43 | 117 |
| Binary | 11011101 | 10111010 | 10111000 | 0 | 10000 | 10001 | 1101 | 11 | 100011 | 1001111 |
Color Harmonies of #DDBAB8
Complementary color
Monochromatic Colors of #DDBAB8
Black with #DDBAB8
Text Example
Text Example
White with #DDBAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAB8; }
p { color: rgb(221,186,184); }
H1.HeaderClassName
{
color: #DDBAB8;
}
.AnyTagClassName
{
color: #DDBAB8;
}
</style>
background-color css
<style>
a { background-color: #DDBAB8; }
a { background-color: rgb(221,186,184); }
div.DivClassName
{
background-color: #DDBAB8;
}
.BgClassName
{
background-color: #DDBAB8;
}
</style>
border-color css
<style>
span { border-color: #DDBAB8; }
span { border-color: rgb(221,186,184); }
td.TdClassName
{
border-color: #DDBAB8;
}
.TagClassName
{
border-color: #DDBAB8;
}
</style>