Shades of Cavern Pink #DCBFBE
Tints of Cavern Pink #DCBFBE
RGB
CMYK
RGB Variations
Color information
#DCBFBE (or 0xDCBFBE) is known color: Cavern Pink. HEX triplet: DC, BF and BE. RGB value is (220,191,190). Sum of RGB (Red+Green+Blue) = 220+191+190=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFBE is #234041. Grayscale: #C7C7C7. Windows color (decimal): -2310210 or 12500956. OLE color: 12500956.
HSL color Cylindrical-coordinate representation of color #DCBFBE: hue angle of 2º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBFBE is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 190 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.14 |
| HSL | 2º | 0.3% | 0.8% | - |
| HSV(B) | 2º | 0.14% | 0.86% | - |
| XYZ | 57.44 | 56.19 | 56.53 | - |
| YUV | 199.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 190 | 0 | 0.13 | 0.14 | 0.14 | 2 | 0.3 | 0.8 |
| Hex | DC | BF | BE | 0 | D | E | E | 2 | 1E | 50 |
| Octal | 334 | 277 | 276 | 0 | 15 | 16 | 16 | 2 | 36 | 120 |
| Binary | 11011100 | 10111111 | 10111110 | 0 | 1101 | 1110 | 1110 | 10 | 11110 | 1010000 |
Color Harmonies of #DCBFBE
Complementary color
Monochromatic Colors of #DCBFBE
Black with #DCBFBE
Text Example
Text Example
White with #DCBFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFBE; }
p { color: rgb(220,191,190); }
H1.HeaderClassName
{
color: #DCBFBE;
}
.AnyTagClassName
{
color: #DCBFBE;
}
</style>
background-color css
<style>
a { background-color: #DCBFBE; }
a { background-color: rgb(220,191,190); }
div.DivClassName
{
background-color: #DCBFBE;
}
.BgClassName
{
background-color: #DCBFBE;
}
</style>
border-color css
<style>
span { border-color: #DCBFBE; }
span { border-color: rgb(220,191,190); }
td.TdClassName
{
border-color: #DCBFBE;
}
.TagClassName
{
border-color: #DCBFBE;
}
</style>