Shades of Cavern Pink #DCB5B2
Tints of Cavern Pink #DCB5B2
RGB
CMYK
RGB Variations
Color information
#DCB5B2 (or 0xDCB5B2) is known color: Cavern Pink. HEX triplet: DC, B5 and B2. RGB value is (220,181,178). Sum of RGB (Red+Green+Blue) = 220+181+178=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 178 (69.92% from 255 or 30.74% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB5B2 is #234A4D. Grayscale: #C0C0C0. Windows color (decimal): -2312782 or 11711964. OLE color: 11711964.
HSL color Cylindrical-coordinate representation of color #DCB5B2: hue angle of 4.29º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB5B2 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 178 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.14 |
| HSL | 4.29º | 0.38% | 0.78% | - |
| HSV(B) | 4.29º | 0.19% | 0.86% | - |
| XYZ | 54.07 | 51.48 | 49.21 | - |
| YUV | 192.32 | 119.92 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 178 | 0 | 0.18 | 0.19 | 0.14 | 4.29 | 0.38 | 0.78 |
| Hex | DC | B5 | B2 | 0 | 12 | 13 | E | 4 | 26 | 4E |
| Octal | 334 | 265 | 262 | 0 | 22 | 23 | 16 | 4 | 46 | 116 |
| Binary | 11011100 | 10110101 | 10110010 | 0 | 10010 | 10011 | 1110 | 100 | 100110 | 1001110 |
Color Harmonies of #DCB5B2
Complementary color
Monochromatic Colors of #DCB5B2
Black with #DCB5B2
Text Example
Text Example
White with #DCB5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5B2; }
p { color: rgb(220,181,178); }
H1.HeaderClassName
{
color: #DCB5B2;
}
.AnyTagClassName
{
color: #DCB5B2;
}
</style>
background-color css
<style>
a { background-color: #DCB5B2; }
a { background-color: rgb(220,181,178); }
div.DivClassName
{
background-color: #DCB5B2;
}
.BgClassName
{
background-color: #DCB5B2;
}
</style>
border-color css
<style>
span { border-color: #DCB5B2; }
span { border-color: rgb(220,181,178); }
td.TdClassName
{
border-color: #DCB5B2;
}
.TagClassName
{
border-color: #DCB5B2;
}
</style>