Shades of Cavern Pink #DCBBB4
Tints of Cavern Pink #DCBBB4
RGB
CMYK
RGB Variations
Color information
#DCBBB4 (or 0xDCBBB4) is known color: Cavern Pink. HEX triplet: DC, BB and B4. RGB value is (220,187,180). Sum of RGB (Red+Green+Blue) = 220+187+180=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBB4 is #23444B. Grayscale: #C4C4C4. Windows color (decimal): -2311244 or 11844572. OLE color: 11844572.
HSL color Cylindrical-coordinate representation of color #DCBBB4: hue angle of 10.5º 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 #DCBBB4 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 180 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.14 |
| HSL | 10.5º | 0.36% | 0.78% | - |
| HSV(B) | 10.5º | 0.18% | 0.86% | - |
| XYZ | 55.52 | 54.05 | 50.69 | - |
| YUV | 196.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 180 | 0 | 0.15 | 0.18 | 0.14 | 10.5 | 0.36 | 0.78 |
| Hex | DC | BB | B4 | 0 | F | 12 | E | A | 24 | 4E |
| Octal | 334 | 273 | 264 | 0 | 17 | 22 | 16 | 12 | 44 | 116 |
| Binary | 11011100 | 10111011 | 10110100 | 0 | 1111 | 10010 | 1110 | 1010 | 100100 | 1001110 |
Color Harmonies of #DCBBB4
Complementary color
Monochromatic Colors of #DCBBB4
Black with #DCBBB4
Text Example
Text Example
White with #DCBBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBB4; }
p { color: rgb(220,187,180); }
H1.HeaderClassName
{
color: #DCBBB4;
}
.AnyTagClassName
{
color: #DCBBB4;
}
</style>
background-color css
<style>
a { background-color: #DCBBB4; }
a { background-color: rgb(220,187,180); }
div.DivClassName
{
background-color: #DCBBB4;
}
.BgClassName
{
background-color: #DCBBB4;
}
</style>
border-color css
<style>
span { border-color: #DCBBB4; }
span { border-color: rgb(220,187,180); }
td.TdClassName
{
border-color: #DCBBB4;
}
.TagClassName
{
border-color: #DCBBB4;
}
</style>