Shades of Cavern Pink #DDBCB8
Tints of Cavern Pink #DDBCB8
RGB
CMYK
RGB Variations
Color information
#DDBCB8 (or 0xDDBCB8) is known color: Cavern Pink. HEX triplet: DD, BC and B8. RGB value is (221,188,184). Sum of RGB (Red+Green+Blue) = 221+188+184=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCB8 is #224347. Grayscale: #C5C5C5. Windows color (decimal): -2245448 or 12106973. OLE color: 12106973.
HSL color Cylindrical-coordinate representation of color #DDBCB8: hue angle of 6.49º 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 #DDBCB8 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 184 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.13 |
| HSL | 6.49º | 0.35% | 0.79% | - |
| HSV(B) | 6.49º | 0.17% | 0.87% | - |
| XYZ | 56.45 | 54.8 | 52.95 | - |
| YUV | 197.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 184 | 0 | 0.15 | 0.17 | 0.13 | 6.49 | 0.35 | 0.79 |
| Hex | DD | BC | B8 | 0 | F | 11 | D | 6 | 23 | 4F |
| Octal | 335 | 274 | 270 | 0 | 17 | 21 | 15 | 6 | 43 | 117 |
| Binary | 11011101 | 10111100 | 10111000 | 0 | 1111 | 10001 | 1101 | 110 | 100011 | 1001111 |
Color Harmonies of #DDBCB8
Complementary color
Monochromatic Colors of #DDBCB8
Black with #DDBCB8
Text Example
Text Example
White with #DDBCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCB8; }
p { color: rgb(221,188,184); }
H1.HeaderClassName
{
color: #DDBCB8;
}
.AnyTagClassName
{
color: #DDBCB8;
}
</style>
background-color css
<style>
a { background-color: #DDBCB8; }
a { background-color: rgb(221,188,184); }
div.DivClassName
{
background-color: #DDBCB8;
}
.BgClassName
{
background-color: #DDBCB8;
}
</style>
border-color css
<style>
span { border-color: #DDBCB8; }
span { border-color: rgb(221,188,184); }
td.TdClassName
{
border-color: #DDBCB8;
}
.TagClassName
{
border-color: #DDBCB8;
}
</style>