Shades of Clam Shell #D8B4AB
Tints of Clam Shell #D8B4AB
RGB
CMYK
RGB Variations
Color information
#D8B4AB (or 0xD8B4AB) is known color: Clam Shell. HEX triplet: D8, B4 and AB. RGB value is (216,180,171). Sum of RGB (Red+Green+Blue) = 216+180+171=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B4AB is #274B54. Grayscale: #BDBDBD. Windows color (decimal): -2575189 or 11252952. OLE color: 11252952.
HSL color Cylindrical-coordinate representation of color #D8B4AB: hue angle of 12º 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 #D8B4AB is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 180 | 171 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.15 |
| HSL | 12º | 0.37% | 0.76% | - |
| HSV(B) | 12º | 0.21% | 0.85% | - |
| XYZ | 51.99 | 50.18 | 45.47 | - |
| YUV | 189.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 180 | 171 | 0 | 0.17 | 0.21 | 0.15 | 12 | 0.37 | 0.76 |
| Hex | D8 | B4 | AB | 0 | 11 | 15 | F | C | 25 | 4C |
| Octal | 330 | 264 | 253 | 0 | 21 | 25 | 17 | 14 | 45 | 114 |
| Binary | 11011000 | 10110100 | 10101011 | 0 | 10001 | 10101 | 1111 | 1100 | 100101 | 1001100 |
Color Harmonies of #D8B4AB
Complementary color
Monochromatic Colors of #D8B4AB
Black with #D8B4AB
Text Example
Text Example
White with #D8B4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B4AB; }
p { color: rgb(216,180,171); }
H1.HeaderClassName
{
color: #D8B4AB;
}
.AnyTagClassName
{
color: #D8B4AB;
}
</style>
background-color css
<style>
a { background-color: #D8B4AB; }
a { background-color: rgb(216,180,171); }
div.DivClassName
{
background-color: #D8B4AB;
}
.BgClassName
{
background-color: #D8B4AB;
}
</style>
border-color css
<style>
span { border-color: #D8B4AB; }
span { border-color: rgb(216,180,171); }
td.TdClassName
{
border-color: #D8B4AB;
}
.TagClassName
{
border-color: #D8B4AB;
}
</style>