Shades of Cavern Pink #DCBDBB
Tints of Cavern Pink #DCBDBB
RGB
CMYK
RGB Variations
Color information
#DCBDBB (or 0xDCBDBB) is known color: Cavern Pink. HEX triplet: DC, BD and BB. RGB value is (220,189,187). Sum of RGB (Red+Green+Blue) = 220+189+187=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDBB is #234244. Grayscale: #C6C6C6. Windows color (decimal): -2310725 or 12303836. OLE color: 12303836.
HSL color Cylindrical-coordinate representation of color #DCBDBB: hue angle of 3.64º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBDBB is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 189 | 187 | - |
CMYK | 0 | 0.14 | 0.15 | 0.14 |
HSL | 3.64º | 0.32% | 0.8% | - |
HSV(B) | 3.64º | 0.15% | 0.86% | - |
XYZ | 56.68 | 55.2 | 54.68 | - |
YUV | 198.04 | 121.77 | 143.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 189 | 187 | 0 | 0.14 | 0.15 | 0.14 | 3.64 | 0.32 | 0.8 |
Hex | DC | BD | BB | 0 | E | F | E | 4 | 20 | 50 |
Octal | 334 | 275 | 273 | 0 | 16 | 17 | 16 | 4 | 40 | 120 |
Binary | 11011100 | 10111101 | 10111011 | 0 | 1110 | 1111 | 1110 | 100 | 100000 | 1010000 |
Color Harmonies of #DCBDBB
Complementary color
Monochromatic Colors of #DCBDBB
Black with #DCBDBB
Text Example
Text Example
White with #DCBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDBB; }
p { color: rgb(220,189,187); }
H1.HeaderClassName
{
color: #DCBDBB;
}
.AnyTagClassName
{
color: #DCBDBB;
}
</style>
background-color css
<style>
a { background-color: #DCBDBB; }
a { background-color: rgb(220,189,187); }
div.DivClassName
{
background-color: #DCBDBB;
}
.BgClassName
{
background-color: #DCBDBB;
}
</style>
border-color css
<style>
span { border-color: #DCBDBB; }
span { border-color: rgb(220,189,187); }
td.TdClassName
{
border-color: #DCBDBB;
}
.TagClassName
{
border-color: #DCBDBB;
}
</style>