Shades of Clam Shell #D1B6AC
Tints of Clam Shell #D1B6AC
RGB
CMYK
RGB Variations
Color information
#D1B6AC (or 0xD1B6AC) is known color: Clam Shell. HEX triplet: D1, B6 and AC. RGB value is (209,182,172). Sum of RGB (Red+Green+Blue) = 209+182+172=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B6AC is #2E4953. Grayscale: #BDBDBD. Windows color (decimal): -3033428 or 11318993. OLE color: 11318993.
HSL color Cylindrical-coordinate representation of color #D1B6AC: hue angle of 16.22º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1B6AC is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 182 | 172 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.18 |
| HSL | 16.22º | 0.29% | 0.75% | - |
| HSV(B) | 16.22º | 0.18% | 0.82% | - |
| XYZ | 50.47 | 49.99 | 46.02 | - |
| YUV | 188.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 182 | 172 | 0 | 0.13 | 0.18 | 0.18 | 16.22 | 0.29 | 0.75 |
| Hex | D1 | B6 | AC | 0 | D | 12 | 12 | 10 | 1D | 4B |
| Octal | 321 | 266 | 254 | 0 | 15 | 22 | 22 | 20 | 35 | 113 |
| Binary | 11010001 | 10110110 | 10101100 | 0 | 1101 | 10010 | 10010 | 10000 | 11101 | 1001011 |
Color Harmonies of #D1B6AC
Complementary color
Monochromatic Colors of #D1B6AC
Black with #D1B6AC
Text Example
Text Example
White with #D1B6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B6AC; }
p { color: rgb(209,182,172); }
H1.HeaderClassName
{
color: #D1B6AC;
}
.AnyTagClassName
{
color: #D1B6AC;
}
</style>
background-color css
<style>
a { background-color: #D1B6AC; }
a { background-color: rgb(209,182,172); }
div.DivClassName
{
background-color: #D1B6AC;
}
.BgClassName
{
background-color: #D1B6AC;
}
</style>
border-color css
<style>
span { border-color: #D1B6AC; }
span { border-color: rgb(209,182,172); }
td.TdClassName
{
border-color: #D1B6AC;
}
.TagClassName
{
border-color: #D1B6AC;
}
</style>