Shades of Clam Shell #DBB2A8
Tints of Clam Shell #DBB2A8
RGB
CMYK
RGB Variations
Color information
#DBB2A8 (or 0xDBB2A8) is known color: Clam Shell. HEX triplet: DB, B2 and A8. RGB value is (219,178,168). Sum of RGB (Red+Green+Blue) = 219+178+168=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 168 (66.02% from 255 or 29.73% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB2A8 is #244D57. Grayscale: #BDBDBD. Windows color (decimal): -2379096 or 11055835. OLE color: 11055835.
HSL color Cylindrical-coordinate representation of color #DBB2A8: hue angle of 11.76º 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 #DBB2A8 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 168 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.14 |
| HSL | 11.76º | 0.41% | 0.76% | - |
| HSV(B) | 11.76º | 0.23% | 0.86% | - |
| XYZ | 52.2 | 49.73 | 43.89 | - |
| YUV | 189.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 168 | 0 | 0.19 | 0.23 | 0.14 | 11.76 | 0.41 | 0.76 |
| Hex | DB | B2 | A8 | 0 | 13 | 17 | E | C | 29 | 4C |
| Octal | 333 | 262 | 250 | 0 | 23 | 27 | 16 | 14 | 51 | 114 |
| Binary | 11011011 | 10110010 | 10101000 | 0 | 10011 | 10111 | 1110 | 1100 | 101001 | 1001100 |
Color Harmonies of #DBB2A8
Complementary color
Monochromatic Colors of #DBB2A8
Black with #DBB2A8
Text Example
Text Example
White with #DBB2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2A8; }
p { color: rgb(219,178,168); }
H1.HeaderClassName
{
color: #DBB2A8;
}
.AnyTagClassName
{
color: #DBB2A8;
}
</style>
background-color css
<style>
a { background-color: #DBB2A8; }
a { background-color: rgb(219,178,168); }
div.DivClassName
{
background-color: #DBB2A8;
}
.BgClassName
{
background-color: #DBB2A8;
}
</style>
border-color css
<style>
span { border-color: #DBB2A8; }
span { border-color: rgb(219,178,168); }
td.TdClassName
{
border-color: #DBB2A8;
}
.TagClassName
{
border-color: #DBB2A8;
}
</style>