Shades of Cavern Pink #DDBDBC
Tints of Cavern Pink #DDBDBC
RGB
CMYK
RGB Variations
Color information
#DDBDBC (or 0xDDBDBC) is known color: Cavern Pink. HEX triplet: DD, BD and BC. RGB value is (221,189,188). Sum of RGB (Red+Green+Blue) = 221+189+188=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDBC is #224243. Grayscale: #C6C6C6. Windows color (decimal): -2245188 or 12369373. OLE color: 12369373.
HSL color Cylindrical-coordinate representation of color #DDBDBC: hue angle of 1.82º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBDBC is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 188 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.13 |
| HSL | 1.82º | 0.33% | 0.8% | - |
| HSV(B) | 1.82º | 0.15% | 0.87% | - |
| XYZ | 57.09 | 55.4 | 55.26 | - |
| YUV | 198.45 | 122.1 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 188 | 0 | 0.14 | 0.15 | 0.13 | 1.82 | 0.33 | 0.8 |
| Hex | DD | BD | BC | 0 | E | F | D | 2 | 21 | 50 |
| Octal | 335 | 275 | 274 | 0 | 16 | 17 | 15 | 2 | 41 | 120 |
| Binary | 11011101 | 10111101 | 10111100 | 0 | 1110 | 1111 | 1101 | 10 | 100001 | 1010000 |
Color Harmonies of #DDBDBC
Complementary color
Monochromatic Colors of #DDBDBC
Black with #DDBDBC
Text Example
Text Example
White with #DDBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDBC; }
p { color: rgb(221,189,188); }
H1.HeaderClassName
{
color: #DDBDBC;
}
.AnyTagClassName
{
color: #DDBDBC;
}
</style>
background-color css
<style>
a { background-color: #DDBDBC; }
a { background-color: rgb(221,189,188); }
div.DivClassName
{
background-color: #DDBDBC;
}
.BgClassName
{
background-color: #DDBDBC;
}
</style>
border-color css
<style>
span { border-color: #DDBDBC; }
span { border-color: rgb(221,189,188); }
td.TdClassName
{
border-color: #DDBDBC;
}
.TagClassName
{
border-color: #DDBDBC;
}
</style>