Shades of Cavern Pink #DCBAB3
Tints of Cavern Pink #DCBAB3
RGB
CMYK
RGB Variations
Color information
#DCBAB3 (or 0xDCBAB3) is known color: Cavern Pink. HEX triplet: DC, BA and B3. RGB value is (220,186,179). Sum of RGB (Red+Green+Blue) = 220+186+179=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAB3 is #23454C. Grayscale: #C3C3C3. Windows color (decimal): -2311501 or 11778780. OLE color: 11778780.
HSL color Cylindrical-coordinate representation of color #DCBAB3: hue angle of 10.24º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCBAB3 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 179 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.14 |
| HSL | 10.24º | 0.37% | 0.78% | - |
| HSV(B) | 10.24º | 0.19% | 0.86% | - |
| XYZ | 55.21 | 53.59 | 50.08 | - |
| YUV | 195.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 179 | 0 | 0.15 | 0.19 | 0.14 | 10.24 | 0.37 | 0.78 |
| Hex | DC | BA | B3 | 0 | F | 13 | E | A | 25 | 4E |
| Octal | 334 | 272 | 263 | 0 | 17 | 23 | 16 | 12 | 45 | 116 |
| Binary | 11011100 | 10111010 | 10110011 | 0 | 1111 | 10011 | 1110 | 1010 | 100101 | 1001110 |
Color Harmonies of #DCBAB3
Complementary color
Monochromatic Colors of #DCBAB3
Black with #DCBAB3
Text Example
Text Example
White with #DCBAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAB3; }
p { color: rgb(220,186,179); }
H1.HeaderClassName
{
color: #DCBAB3;
}
.AnyTagClassName
{
color: #DCBAB3;
}
</style>
background-color css
<style>
a { background-color: #DCBAB3; }
a { background-color: rgb(220,186,179); }
div.DivClassName
{
background-color: #DCBAB3;
}
.BgClassName
{
background-color: #DCBAB3;
}
</style>
border-color css
<style>
span { border-color: #DCBAB3; }
span { border-color: rgb(220,186,179); }
td.TdClassName
{
border-color: #DCBAB3;
}
.TagClassName
{
border-color: #DCBAB3;
}
</style>