Shades of Clam Shell #DBB0A1
Tints of Clam Shell #DBB0A1
RGB
CMYK
RGB Variations
Color information
#DBB0A1 (or 0xDBB0A1) is known color: Clam Shell. HEX triplet: DB, B0 and A1. RGB value is (219,176,161). Sum of RGB (Red+Green+Blue) = 219+176+161=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB0A1 is #244F5E. Grayscale: #BBBBBB. Windows color (decimal): -2379615 or 10596571. OLE color: 10596571.
HSL color Cylindrical-coordinate representation of color #DBB0A1: hue angle of 15.52º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBB0A1 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 161 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.14 |
| HSL | 15.52º | 0.45% | 0.75% | - |
| HSV(B) | 15.52º | 0.26% | 0.86% | - |
| XYZ | 51.17 | 48.68 | 40.42 | - |
| YUV | 187.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 161 | 0 | 0.20 | 0.26 | 0.14 | 15.52 | 0.45 | 0.75 |
| Hex | DB | B0 | A1 | 0 | 14 | 1A | E | 10 | 2D | 4B |
| Octal | 333 | 260 | 241 | 0 | 24 | 32 | 16 | 20 | 55 | 113 |
| Binary | 11011011 | 10110000 | 10100001 | 0 | 10100 | 11010 | 1110 | 10000 | 101101 | 1001011 |
Color Harmonies of #DBB0A1
Complementary color
Monochromatic Colors of #DBB0A1
Black with #DBB0A1
Text Example
Text Example
White with #DBB0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0A1; }
p { color: rgb(219,176,161); }
H1.HeaderClassName
{
color: #DBB0A1;
}
.AnyTagClassName
{
color: #DBB0A1;
}
</style>
background-color css
<style>
a { background-color: #DBB0A1; }
a { background-color: rgb(219,176,161); }
div.DivClassName
{
background-color: #DBB0A1;
}
.BgClassName
{
background-color: #DBB0A1;
}
</style>
border-color css
<style>
span { border-color: #DBB0A1; }
span { border-color: rgb(219,176,161); }
td.TdClassName
{
border-color: #DBB0A1;
}
.TagClassName
{
border-color: #DBB0A1;
}
</style>