Shades of Clam Shell #D8B3A4
Tints of Clam Shell #D8B3A4
RGB
CMYK
RGB Variations
Color information
#D8B3A4 (or 0xD8B3A4) is known color: Clam Shell. HEX triplet: D8, B3 and A4. RGB value is (216,179,164). Sum of RGB (Red+Green+Blue) = 216+179+164=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B3A4 is #274C5B. Grayscale: #BCBCBC. Windows color (decimal): -2575452 or 10793944. OLE color: 10793944.
HSL color Cylindrical-coordinate representation of color #D8B3A4: hue angle of 17.31º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8B3A4 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 179 | 164 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.15 |
| HSL | 17.31º | 0.4% | 0.75% | - |
| HSV(B) | 17.31º | 0.24% | 0.85% | - |
| XYZ | 51.14 | 49.52 | 41.98 | - |
| YUV | 188.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 179 | 164 | 0 | 0.17 | 0.24 | 0.15 | 17.31 | 0.4 | 0.75 |
| Hex | D8 | B3 | A4 | 0 | 11 | 18 | F | 11 | 28 | 4B |
| Octal | 330 | 263 | 244 | 0 | 21 | 30 | 17 | 21 | 50 | 113 |
| Binary | 11011000 | 10110011 | 10100100 | 0 | 10001 | 11000 | 1111 | 10001 | 101000 | 1001011 |
Color Harmonies of #D8B3A4
Complementary color
Monochromatic Colors of #D8B3A4
Black with #D8B3A4
Text Example
Text Example
White with #D8B3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B3A4; }
p { color: rgb(216,179,164); }
H1.HeaderClassName
{
color: #D8B3A4;
}
.AnyTagClassName
{
color: #D8B3A4;
}
</style>
background-color css
<style>
a { background-color: #D8B3A4; }
a { background-color: rgb(216,179,164); }
div.DivClassName
{
background-color: #D8B3A4;
}
.BgClassName
{
background-color: #D8B3A4;
}
</style>
border-color css
<style>
span { border-color: #D8B3A4; }
span { border-color: rgb(216,179,164); }
td.TdClassName
{
border-color: #D8B3A4;
}
.TagClassName
{
border-color: #D8B3A4;
}
</style>