Shades of Cavern Pink #DCBAB4
Tints of Cavern Pink #DCBAB4
RGB
CMYK
RGB Variations
Color information
#DCBAB4 (or 0xDCBAB4) is known color: Cavern Pink. HEX triplet: DC, BA and B4. RGB value is (220,186,180). Sum of RGB (Red+Green+Blue) = 220+186+180=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAB4 is #23454B. Grayscale: #C3C3C3. Windows color (decimal): -2311500 or 11844316. OLE color: 11844316.
HSL color Cylindrical-coordinate representation of color #DCBAB4: hue angle of 9º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCBAB4 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 180 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.14 |
| HSL | 9º | 0.36% | 0.78% | - |
| HSV(B) | 9º | 0.18% | 0.86% | - |
| XYZ | 55.31 | 53.63 | 50.62 | - |
| YUV | 195.48 | 119.26 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 180 | 0 | 0.15 | 0.18 | 0.14 | 9 | 0.36 | 0.78 |
| Hex | DC | BA | B4 | 0 | F | 12 | E | 9 | 24 | 4E |
| Octal | 334 | 272 | 264 | 0 | 17 | 22 | 16 | 11 | 44 | 116 |
| Binary | 11011100 | 10111010 | 10110100 | 0 | 1111 | 10010 | 1110 | 1001 | 100100 | 1001110 |
Color Harmonies of #DCBAB4
Complementary color
Monochromatic Colors of #DCBAB4
Black with #DCBAB4
Text Example
Text Example
White with #DCBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAB4; }
p { color: rgb(220,186,180); }
H1.HeaderClassName
{
color: #DCBAB4;
}
.AnyTagClassName
{
color: #DCBAB4;
}
</style>
background-color css
<style>
a { background-color: #DCBAB4; }
a { background-color: rgb(220,186,180); }
div.DivClassName
{
background-color: #DCBAB4;
}
.BgClassName
{
background-color: #DCBAB4;
}
</style>
border-color css
<style>
span { border-color: #DCBAB4; }
span { border-color: rgb(220,186,180); }
td.TdClassName
{
border-color: #DCBAB4;
}
.TagClassName
{
border-color: #DCBAB4;
}
</style>