Shades of Cavern Pink #DDBFBD
Tints of Cavern Pink #DDBFBD
RGB
CMYK
RGB Variations
Color information
#DDBFBD (or 0xDDBFBD) is known color: Cavern Pink. HEX triplet: DD, BF and BD. RGB value is (221,191,189). Sum of RGB (Red+Green+Blue) = 221+191+189=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFBD is #224042. Grayscale: #C7C7C7. Windows color (decimal): -2244675 or 12435421. OLE color: 12435421.
HSL color Cylindrical-coordinate representation of color #DDBFBD: hue angle of 3.75º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBFBD is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 189 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.13 |
| HSL | 3.75º | 0.32% | 0.8% | - |
| HSV(B) | 3.75º | 0.14% | 0.87% | - |
| XYZ | 57.63 | 56.31 | 55.97 | - |
| YUV | 199.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 189 | 0 | 0.14 | 0.14 | 0.13 | 3.75 | 0.32 | 0.8 |
| Hex | DD | BF | BD | 0 | E | E | D | 4 | 20 | 50 |
| Octal | 335 | 277 | 275 | 0 | 16 | 16 | 15 | 4 | 40 | 120 |
| Binary | 11011101 | 10111111 | 10111101 | 0 | 1110 | 1110 | 1101 | 100 | 100000 | 1010000 |
Color Harmonies of #DDBFBD
Complementary color
Monochromatic Colors of #DDBFBD
Black with #DDBFBD
Text Example
Text Example
White with #DDBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFBD; }
p { color: rgb(221,191,189); }
H1.HeaderClassName
{
color: #DDBFBD;
}
.AnyTagClassName
{
color: #DDBFBD;
}
</style>
background-color css
<style>
a { background-color: #DDBFBD; }
a { background-color: rgb(221,191,189); }
div.DivClassName
{
background-color: #DDBFBD;
}
.BgClassName
{
background-color: #DDBFBD;
}
</style>
border-color css
<style>
span { border-color: #DDBFBD; }
span { border-color: rgb(221,191,189); }
td.TdClassName
{
border-color: #DDBFBD;
}
.TagClassName
{
border-color: #DDBFBD;
}
</style>