Shades of Clam Shell #D2B6AA
Tints of Clam Shell #D2B6AA
RGB
CMYK
RGB Variations
Color information
#D2B6AA (or 0xD2B6AA) is known color: Clam Shell. HEX triplet: D2, B6 and AA. RGB value is (210,182,170). Sum of RGB (Red+Green+Blue) = 210+182+170=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B6AA is #2D4955. Grayscale: #BDBDBD. Windows color (decimal): -2967894 or 11187922. OLE color: 11187922.
HSL color Cylindrical-coordinate representation of color #D2B6AA: hue angle of 18º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2B6AA is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 182 | 170 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.18 |
| HSL | 18º | 0.31% | 0.75% | - |
| HSV(B) | 18º | 0.19% | 0.82% | - |
| XYZ | 50.56 | 50.06 | 45.03 | - |
| YUV | 189 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 182 | 170 | 0 | 0.13 | 0.19 | 0.18 | 18 | 0.31 | 0.75 |
| Hex | D2 | B6 | AA | 0 | D | 13 | 12 | 12 | 1F | 4B |
| Octal | 322 | 266 | 252 | 0 | 15 | 23 | 22 | 22 | 37 | 113 |
| Binary | 11010010 | 10110110 | 10101010 | 0 | 1101 | 10011 | 10010 | 10010 | 11111 | 1001011 |
Color Harmonies of #D2B6AA
Complementary color
Monochromatic Colors of #D2B6AA
Black with #D2B6AA
Text Example
Text Example
White with #D2B6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B6AA; }
p { color: rgb(210,182,170); }
H1.HeaderClassName
{
color: #D2B6AA;
}
.AnyTagClassName
{
color: #D2B6AA;
}
</style>
background-color css
<style>
a { background-color: #D2B6AA; }
a { background-color: rgb(210,182,170); }
div.DivClassName
{
background-color: #D2B6AA;
}
.BgClassName
{
background-color: #D2B6AA;
}
</style>
border-color css
<style>
span { border-color: #D2B6AA; }
span { border-color: rgb(210,182,170); }
td.TdClassName
{
border-color: #D2B6AA;
}
.TagClassName
{
border-color: #D2B6AA;
}
</style>