Shades of Cavern Pink #DBB7B7
Tints of Cavern Pink #DBB7B7
RGB
CMYK
RGB Variations
Color information
#DBB7B7 (or 0xDBB7B7) is known color: Cavern Pink. HEX triplet: DB, B7 and B7. RGB value is (219,183,183). Sum of RGB (Red+Green+Blue) = 219+183+183=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 183 (71.88% from 255 or 31.28% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7B7 is #244848. Grayscale: #C1C1C1. Windows color (decimal): -2377801 or 12040155. OLE color: 12040155.
HSL color Cylindrical-coordinate representation of color #DBB7B7: hue angle of 0º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB7B7 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 183 | 183 | - |
CMYK | 0 | 0.16 | 0.16 | 0.14 |
HSL | 0º | 0.33% | 0.79% | - |
HSV(B) | 0º | 0.16% | 0.86% | - |
XYZ | 54.69 | 52.35 | 52.02 | - |
YUV | 193.76 | 121.93 | 146 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 183 | 183 | 0 | 0.16 | 0.16 | 0.14 | 0 | 0.33 | 0.79 |
Hex | DB | B7 | B7 | 0 | 10 | 10 | E | 0 | 21 | 4F |
Octal | 333 | 267 | 267 | 0 | 20 | 20 | 16 | 0 | 41 | 117 |
Binary | 11011011 | 10110111 | 10110111 | 0 | 10000 | 10000 | 1110 | 0 | 100001 | 1001111 |
Color Harmonies of #DBB7B7
Complementary color
Monochromatic Colors of #DBB7B7
Black with #DBB7B7
Text Example
Text Example
White with #DBB7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7B7; }
p { color: rgb(219,183,183); }
H1.HeaderClassName
{
color: #DBB7B7;
}
.AnyTagClassName
{
color: #DBB7B7;
}
</style>
background-color css
<style>
a { background-color: #DBB7B7; }
a { background-color: rgb(219,183,183); }
div.DivClassName
{
background-color: #DBB7B7;
}
.BgClassName
{
background-color: #DBB7B7;
}
</style>
border-color css
<style>
span { border-color: #DBB7B7; }
span { border-color: rgb(219,183,183); }
td.TdClassName
{
border-color: #DBB7B7;
}
.TagClassName
{
border-color: #DBB7B7;
}
</style>