Shades of Cavern Pink #DCB8B5
Tints of Cavern Pink #DCB8B5
RGB
CMYK
RGB Variations
Color information
#DCB8B5 (or 0xDCB8B5) is known color: Cavern Pink. HEX triplet: DC, B8 and B5. RGB value is (220,184,181). Sum of RGB (Red+Green+Blue) = 220+184+181=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8B5 is #23474A. Grayscale: #C2C2C2. Windows color (decimal): -2312011 or 11909340. OLE color: 11909340.
HSL color Cylindrical-coordinate representation of color #DCB8B5: hue angle of 4.62º 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 #DCB8B5 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 181 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.14 |
| HSL | 4.62º | 0.36% | 0.79% | - |
| HSV(B) | 4.62º | 0.18% | 0.86% | - |
| XYZ | 55 | 52.83 | 51.02 | - |
| YUV | 194.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 181 | 0 | 0.16 | 0.18 | 0.14 | 4.62 | 0.36 | 0.79 |
| Hex | DC | B8 | B5 | 0 | 10 | 12 | E | 5 | 24 | 4F |
| Octal | 334 | 270 | 265 | 0 | 20 | 22 | 16 | 5 | 44 | 117 |
| Binary | 11011100 | 10111000 | 10110101 | 0 | 10000 | 10010 | 1110 | 101 | 100100 | 1001111 |
Color Harmonies of #DCB8B5
Complementary color
Monochromatic Colors of #DCB8B5
Black with #DCB8B5
Text Example
Text Example
White with #DCB8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8B5; }
p { color: rgb(220,184,181); }
H1.HeaderClassName
{
color: #DCB8B5;
}
.AnyTagClassName
{
color: #DCB8B5;
}
</style>
background-color css
<style>
a { background-color: #DCB8B5; }
a { background-color: rgb(220,184,181); }
div.DivClassName
{
background-color: #DCB8B5;
}
.BgClassName
{
background-color: #DCB8B5;
}
</style>
border-color css
<style>
span { border-color: #DCB8B5; }
span { border-color: rgb(220,184,181); }
td.TdClassName
{
border-color: #DCB8B5;
}
.TagClassName
{
border-color: #DCB8B5;
}
</style>