Shades of Cavern Pink #DCBAB5
Tints of Cavern Pink #DCBAB5
RGB
CMYK
RGB Variations
Color information
#DCBAB5 (or 0xDCBAB5) is known color: Cavern Pink. HEX triplet: DC, BA and B5. RGB value is (220,186,181). Sum of RGB (Red+Green+Blue) = 220+186+181=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAB5 is #23454A. Grayscale: #C3C3C3. Windows color (decimal): -2311499 or 11909852. OLE color: 11909852.
HSL color Cylindrical-coordinate representation of color #DCBAB5: hue angle of 7.69º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCBAB5 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 181 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.14 |
| HSL | 7.69º | 0.36% | 0.79% | - |
| HSV(B) | 7.69º | 0.18% | 0.86% | - |
| XYZ | 55.41 | 53.67 | 51.15 | - |
| YUV | 195.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 181 | 0 | 0.15 | 0.18 | 0.14 | 7.69 | 0.36 | 0.79 |
| Hex | DC | BA | B5 | 0 | F | 12 | E | 8 | 24 | 4F |
| Octal | 334 | 272 | 265 | 0 | 17 | 22 | 16 | 10 | 44 | 117 |
| Binary | 11011100 | 10111010 | 10110101 | 0 | 1111 | 10010 | 1110 | 1000 | 100100 | 1001111 |
Color Harmonies of #DCBAB5
Complementary color
Monochromatic Colors of #DCBAB5
Black with #DCBAB5
Text Example
Text Example
White with #DCBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBAB5; }
p { color: rgb(220,186,181); }
H1.HeaderClassName
{
color: #DCBAB5;
}
.AnyTagClassName
{
color: #DCBAB5;
}
</style>
background-color css
<style>
a { background-color: #DCBAB5; }
a { background-color: rgb(220,186,181); }
div.DivClassName
{
background-color: #DCBAB5;
}
.BgClassName
{
background-color: #DCBAB5;
}
</style>
border-color css
<style>
span { border-color: #DCBAB5; }
span { border-color: rgb(220,186,181); }
td.TdClassName
{
border-color: #DCBAB5;
}
.TagClassName
{
border-color: #DCBAB5;
}
</style>