Shades of Clam Shell #D8B7AC
Tints of Clam Shell #D8B7AC
RGB
CMYK
RGB Variations
Color information
#D8B7AC (or 0xD8B7AC) is known color: Clam Shell. HEX triplet: D8, B7 and AC. RGB value is (216,183,172). Sum of RGB (Red+Green+Blue) = 216+183+172=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B7AC is #274853. Grayscale: #BFBFBF. Windows color (decimal): -2574420 or 11319256. OLE color: 11319256.
HSL color Cylindrical-coordinate representation of color #D8B7AC: hue angle of 15º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8B7AC is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 172 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.15 |
| HSL | 15º | 0.36% | 0.76% | - |
| HSV(B) | 15º | 0.2% | 0.85% | - |
| XYZ | 52.7 | 51.44 | 46.18 | - |
| YUV | 191.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 172 | 0 | 0.15 | 0.20 | 0.15 | 15 | 0.36 | 0.76 |
| Hex | D8 | B7 | AC | 0 | F | 14 | F | F | 24 | 4C |
| Octal | 330 | 267 | 254 | 0 | 17 | 24 | 17 | 17 | 44 | 114 |
| Binary | 11011000 | 10110111 | 10101100 | 0 | 1111 | 10100 | 1111 | 1111 | 100100 | 1001100 |
Color Harmonies of #D8B7AC
Complementary color
Monochromatic Colors of #D8B7AC
Black with #D8B7AC
Text Example
Text Example
White with #D8B7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B7AC; }
p { color: rgb(216,183,172); }
H1.HeaderClassName
{
color: #D8B7AC;
}
.AnyTagClassName
{
color: #D8B7AC;
}
</style>
background-color css
<style>
a { background-color: #D8B7AC; }
a { background-color: rgb(216,183,172); }
div.DivClassName
{
background-color: #D8B7AC;
}
.BgClassName
{
background-color: #D8B7AC;
}
</style>
border-color css
<style>
span { border-color: #D8B7AC; }
span { border-color: rgb(216,183,172); }
td.TdClassName
{
border-color: #D8B7AC;
}
.TagClassName
{
border-color: #D8B7AC;
}
</style>