Shades of Cavern Pink #DCBDB4
Tints of Cavern Pink #DCBDB4
RGB
CMYK
RGB Variations
Color information
#DCBDB4 (or 0xDCBDB4) is known color: Cavern Pink. HEX triplet: DC, BD and B4. RGB value is (220,189,180). Sum of RGB (Red+Green+Blue) = 220+189+180=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDB4 is #23424B. Grayscale: #C5C5C5. Windows color (decimal): -2310732 or 11845084. OLE color: 11845084.
HSL color Cylindrical-coordinate representation of color #DCBDB4: hue angle of 13.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 #DCBDB4 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 180 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.14 |
| HSL | 13.5º | 0.36% | 0.78% | - |
| HSV(B) | 13.5º | 0.18% | 0.86% | - |
| XYZ | 55.95 | 54.91 | 50.83 | - |
| YUV | 197.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 180 | 0 | 0.14 | 0.18 | 0.14 | 13.5 | 0.36 | 0.78 |
| Hex | DC | BD | B4 | 0 | E | 12 | E | E | 24 | 4E |
| Octal | 334 | 275 | 264 | 0 | 16 | 22 | 16 | 16 | 44 | 116 |
| Binary | 11011100 | 10111101 | 10110100 | 0 | 1110 | 10010 | 1110 | 1110 | 100100 | 1001110 |
Color Harmonies of #DCBDB4
Complementary color
Monochromatic Colors of #DCBDB4
Black with #DCBDB4
Text Example
Text Example
White with #DCBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDB4; }
p { color: rgb(220,189,180); }
H1.HeaderClassName
{
color: #DCBDB4;
}
.AnyTagClassName
{
color: #DCBDB4;
}
</style>
background-color css
<style>
a { background-color: #DCBDB4; }
a { background-color: rgb(220,189,180); }
div.DivClassName
{
background-color: #DCBDB4;
}
.BgClassName
{
background-color: #DCBDB4;
}
</style>
border-color css
<style>
span { border-color: #DCBDB4; }
span { border-color: rgb(220,189,180); }
td.TdClassName
{
border-color: #DCBDB4;
}
.TagClassName
{
border-color: #DCBDB4;
}
</style>