Shades of Clam Shell #D2B7AD
Tints of Clam Shell #D2B7AD
RGB
CMYK
RGB Variations
Color information
#D2B7AD (or 0xD2B7AD) is known color: Clam Shell. HEX triplet: D2, B7 and AD. RGB value is (210,183,173). Sum of RGB (Red+Green+Blue) = 210+183+173=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B7AD is #2D4852. Grayscale: #BEBEBE. Windows color (decimal): -2967635 or 11384786. OLE color: 11384786.
HSL color Cylindrical-coordinate representation of color #D2B7AD: 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 #D2B7AD is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 173 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.18 |
| HSL | 16.22º | 0.29% | 0.75% | - |
| HSV(B) | 16.22º | 0.18% | 0.82% | - |
| XYZ | 51.05 | 50.59 | 46.61 | - |
| YUV | 189.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 173 | 0 | 0.13 | 0.18 | 0.18 | 16.22 | 0.29 | 0.75 |
| Hex | D2 | B7 | AD | 0 | D | 12 | 12 | 10 | 1D | 4B |
| Octal | 322 | 267 | 255 | 0 | 15 | 22 | 22 | 20 | 35 | 113 |
| Binary | 11010010 | 10110111 | 10101101 | 0 | 1101 | 10010 | 10010 | 10000 | 11101 | 1001011 |
Color Harmonies of #D2B7AD
Complementary color
Monochromatic Colors of #D2B7AD
Black with #D2B7AD
Text Example
Text Example
White with #D2B7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B7AD; }
p { color: rgb(210,183,173); }
H1.HeaderClassName
{
color: #D2B7AD;
}
.AnyTagClassName
{
color: #D2B7AD;
}
</style>
background-color css
<style>
a { background-color: #D2B7AD; }
a { background-color: rgb(210,183,173); }
div.DivClassName
{
background-color: #D2B7AD;
}
.BgClassName
{
background-color: #D2B7AD;
}
</style>
border-color css
<style>
span { border-color: #D2B7AD; }
span { border-color: rgb(210,183,173); }
td.TdClassName
{
border-color: #D2B7AD;
}
.TagClassName
{
border-color: #D2B7AD;
}
</style>