Shades of Cavern Pink #DBB6B3
Tints of Cavern Pink #DBB6B3
RGB
CMYK
RGB Variations
Color information
#DBB6B3 (or 0xDBB6B3) is known color: Cavern Pink. HEX triplet: DB, B6 and B3. RGB value is (219,182,179). Sum of RGB (Red+Green+Blue) = 219+182+179=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6B3 is #24494C. Grayscale: #C0C0C0. Windows color (decimal): -2378061 or 11777755. OLE color: 11777755.
HSL color Cylindrical-coordinate representation of color #DBB6B3: hue angle of 4.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 #DBB6B3 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 179 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.14 |
| HSL | 4.5º | 0.36% | 0.78% | - |
| HSV(B) | 4.5º | 0.18% | 0.86% | - |
| XYZ | 54.08 | 51.77 | 49.79 | - |
| YUV | 192.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 179 | 0 | 0.17 | 0.18 | 0.14 | 4.5 | 0.36 | 0.78 |
| Hex | DB | B6 | B3 | 0 | 11 | 12 | E | 4 | 24 | 4E |
| Octal | 333 | 266 | 263 | 0 | 21 | 22 | 16 | 4 | 44 | 116 |
| Binary | 11011011 | 10110110 | 10110011 | 0 | 10001 | 10010 | 1110 | 100 | 100100 | 1001110 |
Color Harmonies of #DBB6B3
Complementary color
Monochromatic Colors of #DBB6B3
Black with #DBB6B3
Text Example
Text Example
White with #DBB6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6B3; }
p { color: rgb(219,182,179); }
H1.HeaderClassName
{
color: #DBB6B3;
}
.AnyTagClassName
{
color: #DBB6B3;
}
</style>
background-color css
<style>
a { background-color: #DBB6B3; }
a { background-color: rgb(219,182,179); }
div.DivClassName
{
background-color: #DBB6B3;
}
.BgClassName
{
background-color: #DBB6B3;
}
</style>
border-color css
<style>
span { border-color: #DBB6B3; }
span { border-color: rgb(219,182,179); }
td.TdClassName
{
border-color: #DBB6B3;
}
.TagClassName
{
border-color: #DBB6B3;
}
</style>