Shades of Cavern Pink #DDBDBB
Tints of Cavern Pink #DDBDBB
RGB
CMYK
RGB Variations
Color information
#DDBDBB (or 0xDDBDBB) is known color: Cavern Pink. HEX triplet: DD, BD and BB. RGB value is (221,189,187). Sum of RGB (Red+Green+Blue) = 221+189+187=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDBB is #224244. Grayscale: #C6C6C6. Windows color (decimal): -2245189 or 12303837. OLE color: 12303837.
HSL color Cylindrical-coordinate representation of color #DDBDBB: hue angle of 3.53º 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 #DDBDBB is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 187 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.13 |
| HSL | 3.53º | 0.33% | 0.8% | - |
| HSV(B) | 3.53º | 0.15% | 0.87% | - |
| XYZ | 56.99 | 55.36 | 54.69 | - |
| YUV | 198.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 187 | 0 | 0.14 | 0.15 | 0.13 | 3.53 | 0.33 | 0.8 |
| Hex | DD | BD | BB | 0 | E | F | D | 4 | 21 | 50 |
| Octal | 335 | 275 | 273 | 0 | 16 | 17 | 15 | 4 | 41 | 120 |
| Binary | 11011101 | 10111101 | 10111011 | 0 | 1110 | 1111 | 1101 | 100 | 100001 | 1010000 |
Color Harmonies of #DDBDBB
Complementary color
Monochromatic Colors of #DDBDBB
Black with #DDBDBB
Text Example
Text Example
White with #DDBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDBB; }
p { color: rgb(221,189,187); }
H1.HeaderClassName
{
color: #DDBDBB;
}
.AnyTagClassName
{
color: #DDBDBB;
}
</style>
background-color css
<style>
a { background-color: #DDBDBB; }
a { background-color: rgb(221,189,187); }
div.DivClassName
{
background-color: #DDBDBB;
}
.BgClassName
{
background-color: #DDBDBB;
}
</style>
border-color css
<style>
span { border-color: #DDBDBB; }
span { border-color: rgb(221,189,187); }
td.TdClassName
{
border-color: #DDBDBB;
}
.TagClassName
{
border-color: #DDBDBB;
}
</style>