Shades of Clam Shell #DBB2A9
Tints of Clam Shell #DBB2A9
RGB
CMYK
RGB Variations
Color information
#DBB2A9 (or 0xDBB2A9) is known color: Clam Shell. HEX triplet: DB, B2 and A9. RGB value is (219,178,169). Sum of RGB (Red+Green+Blue) = 219+178+169=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 169 (66.41% from 255 or 29.86% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB2A9 is #244D56. Grayscale: #BDBDBD. Windows color (decimal): -2379095 or 11121371. OLE color: 11121371.
HSL color Cylindrical-coordinate representation of color #DBB2A9: hue angle of 10.8º 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 #DBB2A9 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 169 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.14 |
| HSL | 10.8º | 0.41% | 0.76% | - |
| HSV(B) | 10.8º | 0.23% | 0.86% | - |
| XYZ | 52.3 | 49.77 | 44.39 | - |
| YUV | 189.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 169 | 0 | 0.19 | 0.23 | 0.14 | 10.8 | 0.41 | 0.76 |
| Hex | DB | B2 | A9 | 0 | 13 | 17 | E | B | 29 | 4C |
| Octal | 333 | 262 | 251 | 0 | 23 | 27 | 16 | 13 | 51 | 114 |
| Binary | 11011011 | 10110010 | 10101001 | 0 | 10011 | 10111 | 1110 | 1011 | 101001 | 1001100 |
Color Harmonies of #DBB2A9
Complementary color
Monochromatic Colors of #DBB2A9
Black with #DBB2A9
Text Example
Text Example
White with #DBB2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2A9; }
p { color: rgb(219,178,169); }
H1.HeaderClassName
{
color: #DBB2A9;
}
.AnyTagClassName
{
color: #DBB2A9;
}
</style>
background-color css
<style>
a { background-color: #DBB2A9; }
a { background-color: rgb(219,178,169); }
div.DivClassName
{
background-color: #DBB2A9;
}
.BgClassName
{
background-color: #DBB2A9;
}
</style>
border-color css
<style>
span { border-color: #DBB2A9; }
span { border-color: rgb(219,178,169); }
td.TdClassName
{
border-color: #DBB2A9;
}
.TagClassName
{
border-color: #DBB2A9;
}
</style>