Shades of Cavern Pink #DCBBB2
Tints of Cavern Pink #DCBBB2
RGB
CMYK
RGB Variations
Color information
#DCBBB2 (or 0xDCBBB2) is known color: Cavern Pink. HEX triplet: DC, BB and B2. RGB value is (220,187,178). Sum of RGB (Red+Green+Blue) = 220+187+178=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBB2 is #23444D. Grayscale: #C3C3C3. Windows color (decimal): -2311246 or 11713500. OLE color: 11713500.
HSL color Cylindrical-coordinate representation of color #DCBBB2: hue angle of 12.86º 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 #DCBBB2 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 178 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.14 |
| HSL | 12.86º | 0.38% | 0.78% | - |
| HSV(B) | 12.86º | 0.19% | 0.86% | - |
| XYZ | 55.32 | 53.97 | 49.62 | - |
| YUV | 195.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 178 | 0 | 0.15 | 0.19 | 0.14 | 12.86 | 0.38 | 0.78 |
| Hex | DC | BB | B2 | 0 | F | 13 | E | D | 26 | 4E |
| Octal | 334 | 273 | 262 | 0 | 17 | 23 | 16 | 15 | 46 | 116 |
| Binary | 11011100 | 10111011 | 10110010 | 0 | 1111 | 10011 | 1110 | 1101 | 100110 | 1001110 |
Color Harmonies of #DCBBB2
Complementary color
Monochromatic Colors of #DCBBB2
Black with #DCBBB2
Text Example
Text Example
White with #DCBBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBB2; }
p { color: rgb(220,187,178); }
H1.HeaderClassName
{
color: #DCBBB2;
}
.AnyTagClassName
{
color: #DCBBB2;
}
</style>
background-color css
<style>
a { background-color: #DCBBB2; }
a { background-color: rgb(220,187,178); }
div.DivClassName
{
background-color: #DCBBB2;
}
.BgClassName
{
background-color: #DCBBB2;
}
</style>
border-color css
<style>
span { border-color: #DCBBB2; }
span { border-color: rgb(220,187,178); }
td.TdClassName
{
border-color: #DCBBB2;
}
.TagClassName
{
border-color: #DCBBB2;
}
</style>