Shades of Clam Shell #D8B4AA
Tints of Clam Shell #D8B4AA
RGB
CMYK
RGB Variations
Color information
#D8B4AA (or 0xD8B4AA) is known color: Clam Shell. HEX triplet: D8, B4 and AA. RGB value is (216,180,170). Sum of RGB (Red+Green+Blue) = 216+180+170=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B4AA is #274B55. Grayscale: #BDBDBD. Windows color (decimal): -2575190 or 11187416. OLE color: 11187416.
HSL color Cylindrical-coordinate representation of color #D8B4AA: hue angle of 13.04º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8B4AA is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 180 | 170 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.15 |
| HSL | 13.04º | 0.37% | 0.76% | - |
| HSV(B) | 13.04º | 0.21% | 0.85% | - |
| XYZ | 51.9 | 50.14 | 44.97 | - |
| YUV | 189.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 180 | 170 | 0 | 0.17 | 0.21 | 0.15 | 13.04 | 0.37 | 0.76 |
| Hex | D8 | B4 | AA | 0 | 11 | 15 | F | D | 25 | 4C |
| Octal | 330 | 264 | 252 | 0 | 21 | 25 | 17 | 15 | 45 | 114 |
| Binary | 11011000 | 10110100 | 10101010 | 0 | 10001 | 10101 | 1111 | 1101 | 100101 | 1001100 |
Color Harmonies of #D8B4AA
Complementary color
Monochromatic Colors of #D8B4AA
Black with #D8B4AA
Text Example
Text Example
White with #D8B4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B4AA; }
p { color: rgb(216,180,170); }
H1.HeaderClassName
{
color: #D8B4AA;
}
.AnyTagClassName
{
color: #D8B4AA;
}
</style>
background-color css
<style>
a { background-color: #D8B4AA; }
a { background-color: rgb(216,180,170); }
div.DivClassName
{
background-color: #D8B4AA;
}
.BgClassName
{
background-color: #D8B4AA;
}
</style>
border-color css
<style>
span { border-color: #D8B4AA; }
span { border-color: rgb(216,180,170); }
td.TdClassName
{
border-color: #D8B4AA;
}
.TagClassName
{
border-color: #D8B4AA;
}
</style>