Shades of Cavern Pink #DCB4B1
Tints of Cavern Pink #DCB4B1
RGB
CMYK
RGB Variations
Color information
#DCB4B1 (or 0xDCB4B1) is known color: Cavern Pink. HEX triplet: DC, B4 and B1. RGB value is (220,180,177). Sum of RGB (Red+Green+Blue) = 220+180+177=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB4B1 is #234B4E. Grayscale: #BFBFBF. Windows color (decimal): -2313039 or 11646172. OLE color: 11646172.
HSL color Cylindrical-coordinate representation of color #DCB4B1: hue angle of 4.19º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB4B1 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 177 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.14 |
| HSL | 4.19º | 0.38% | 0.78% | - |
| HSV(B) | 4.19º | 0.2% | 0.86% | - |
| XYZ | 53.77 | 51.03 | 48.61 | - |
| YUV | 191.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 177 | 0 | 0.18 | 0.20 | 0.14 | 4.19 | 0.38 | 0.78 |
| Hex | DC | B4 | B1 | 0 | 12 | 14 | E | 4 | 26 | 4E |
| Octal | 334 | 264 | 261 | 0 | 22 | 24 | 16 | 4 | 46 | 116 |
| Binary | 11011100 | 10110100 | 10110001 | 0 | 10010 | 10100 | 1110 | 100 | 100110 | 1001110 |
Color Harmonies of #DCB4B1
Complementary color
Monochromatic Colors of #DCB4B1
Black with #DCB4B1
Text Example
Text Example
White with #DCB4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4B1; }
p { color: rgb(220,180,177); }
H1.HeaderClassName
{
color: #DCB4B1;
}
.AnyTagClassName
{
color: #DCB4B1;
}
</style>
background-color css
<style>
a { background-color: #DCB4B1; }
a { background-color: rgb(220,180,177); }
div.DivClassName
{
background-color: #DCB4B1;
}
.BgClassName
{
background-color: #DCB4B1;
}
</style>
border-color css
<style>
span { border-color: #DCB4B1; }
span { border-color: rgb(220,180,177); }
td.TdClassName
{
border-color: #DCB4B1;
}
.TagClassName
{
border-color: #DCB4B1;
}
</style>