Shades of Cavern Pink #DCBBB7
Tints of Cavern Pink #DCBBB7
RGB
CMYK
RGB Variations
Color information
#DCBBB7 (or 0xDCBBB7) is known color: Cavern Pink. HEX triplet: DC, BB and B7. RGB value is (220,187,183). Sum of RGB (Red+Green+Blue) = 220+187+183=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 183 (71.88% from 255 or 31.02% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBB7 is #234448. Grayscale: #C4C4C4. Windows color (decimal): -2311241 or 12041180. OLE color: 12041180.
HSL color Cylindrical-coordinate representation of color #DCBBB7: hue angle of 6.49º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCBBB7 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 183 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.14 |
| HSL | 6.49º | 0.35% | 0.79% | - |
| HSV(B) | 6.49º | 0.17% | 0.86% | - |
| XYZ | 55.83 | 54.18 | 52.31 | - |
| YUV | 196.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 183 | 0 | 0.15 | 0.17 | 0.14 | 6.49 | 0.35 | 0.79 |
| Hex | DC | BB | B7 | 0 | F | 11 | E | 6 | 23 | 4F |
| Octal | 334 | 273 | 267 | 0 | 17 | 21 | 16 | 6 | 43 | 117 |
| Binary | 11011100 | 10111011 | 10110111 | 0 | 1111 | 10001 | 1110 | 110 | 100011 | 1001111 |
Color Harmonies of #DCBBB7
Complementary color
Monochromatic Colors of #DCBBB7
Black with #DCBBB7
Text Example
Text Example
White with #DCBBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBB7; }
p { color: rgb(220,187,183); }
H1.HeaderClassName
{
color: #DCBBB7;
}
.AnyTagClassName
{
color: #DCBBB7;
}
</style>
background-color css
<style>
a { background-color: #DCBBB7; }
a { background-color: rgb(220,187,183); }
div.DivClassName
{
background-color: #DCBBB7;
}
.BgClassName
{
background-color: #DCBBB7;
}
</style>
border-color css
<style>
span { border-color: #DCBBB7; }
span { border-color: rgb(220,187,183); }
td.TdClassName
{
border-color: #DCBBB7;
}
.TagClassName
{
border-color: #DCBBB7;
}
</style>