Shades of Clam Shell #DBB3A8
Tints of Clam Shell #DBB3A8
RGB
CMYK
RGB Variations
Color information
#DBB3A8 (or 0xDBB3A8) is known color: Clam Shell. HEX triplet: DB, B3 and A8. RGB value is (219,179,168). Sum of RGB (Red+Green+Blue) = 219+179+168=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB3A8 is #244C57. Grayscale: #BDBDBD. Windows color (decimal): -2378840 or 11056091. OLE color: 11056091.
HSL color Cylindrical-coordinate representation of color #DBB3A8: hue angle of 12.94º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBB3A8 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 168 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.14 |
| HSL | 12.94º | 0.41% | 0.76% | - |
| HSV(B) | 12.94º | 0.23% | 0.86% | - |
| XYZ | 52.4 | 50.13 | 43.96 | - |
| YUV | 189.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 168 | 0 | 0.18 | 0.23 | 0.14 | 12.94 | 0.41 | 0.76 |
| Hex | DB | B3 | A8 | 0 | 12 | 17 | E | D | 29 | 4C |
| Octal | 333 | 263 | 250 | 0 | 22 | 27 | 16 | 15 | 51 | 114 |
| Binary | 11011011 | 10110011 | 10101000 | 0 | 10010 | 10111 | 1110 | 1101 | 101001 | 1001100 |
Color Harmonies of #DBB3A8
Complementary color
Monochromatic Colors of #DBB3A8
Black with #DBB3A8
Text Example
Text Example
White with #DBB3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3A8; }
p { color: rgb(219,179,168); }
H1.HeaderClassName
{
color: #DBB3A8;
}
.AnyTagClassName
{
color: #DBB3A8;
}
</style>
background-color css
<style>
a { background-color: #DBB3A8; }
a { background-color: rgb(219,179,168); }
div.DivClassName
{
background-color: #DBB3A8;
}
.BgClassName
{
background-color: #DBB3A8;
}
</style>
border-color css
<style>
span { border-color: #DBB3A8; }
span { border-color: rgb(219,179,168); }
td.TdClassName
{
border-color: #DBB3A8;
}
.TagClassName
{
border-color: #DBB3A8;
}
</style>