Shades of Clam Shell #DBB1A0
Tints of Clam Shell #DBB1A0
RGB
CMYK
RGB Variations
Color information
#DBB1A0 (or 0xDBB1A0) is known color: Clam Shell. HEX triplet: DB, B1 and A0. RGB value is (219,177,160). Sum of RGB (Red+Green+Blue) = 219+177+160=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB1A0 is #244E5F. Grayscale: #BBBBBB. Windows color (decimal): -2379360 or 10531291. OLE color: 10531291.
HSL color Cylindrical-coordinate representation of color #DBB1A0: hue angle of 17.29º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBB1A0 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 160 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.14 |
| HSL | 17.29º | 0.45% | 0.74% | - |
| HSV(B) | 17.29º | 0.27% | 0.86% | - |
| XYZ | 51.28 | 49.04 | 40.02 | - |
| YUV | 187.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 160 | 0 | 0.19 | 0.27 | 0.14 | 17.29 | 0.45 | 0.74 |
| Hex | DB | B1 | A0 | 0 | 13 | 1B | E | 11 | 2D | 4A |
| Octal | 333 | 261 | 240 | 0 | 23 | 33 | 16 | 21 | 55 | 112 |
| Binary | 11011011 | 10110001 | 10100000 | 0 | 10011 | 11011 | 1110 | 10001 | 101101 | 1001010 |
Color Harmonies of #DBB1A0
Complementary color
Monochromatic Colors of #DBB1A0
Black with #DBB1A0
Text Example
Text Example
White with #DBB1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1A0; }
p { color: rgb(219,177,160); }
H1.HeaderClassName
{
color: #DBB1A0;
}
.AnyTagClassName
{
color: #DBB1A0;
}
</style>
background-color css
<style>
a { background-color: #DBB1A0; }
a { background-color: rgb(219,177,160); }
div.DivClassName
{
background-color: #DBB1A0;
}
.BgClassName
{
background-color: #DBB1A0;
}
</style>
border-color css
<style>
span { border-color: #DBB1A0; }
span { border-color: rgb(219,177,160); }
td.TdClassName
{
border-color: #DBB1A0;
}
.TagClassName
{
border-color: #DBB1A0;
}
</style>