Shades of Clam Shell #D3AD9E
Tints of Clam Shell #D3AD9E
RGB
CMYK
RGB Variations
Color information
#D3AD9E (or 0xD3AD9E) is known color: Clam Shell. HEX triplet: D3, AD and 9E. RGB value is (211,173,158). Sum of RGB (Red+Green+Blue) = 211+173+158=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AD9E is #2C5261. Grayscale: #B6B6B6. Windows color (decimal): -2904674 or 10399187. OLE color: 10399187.
HSL color Cylindrical-coordinate representation of color #D3AD9E: hue angle of 16.98º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3AD9E is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 173 | 158 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.17 |
| HSL | 16.98º | 0.38% | 0.72% | - |
| HSV(B) | 16.98º | 0.25% | 0.83% | - |
| XYZ | 47.98 | 46.2 | 38.74 | - |
| YUV | 182.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 158 | 0 | 0.18 | 0.25 | 0.17 | 16.98 | 0.38 | 0.72 |
| Hex | D3 | AD | 9E | 0 | 12 | 19 | 11 | 11 | 26 | 48 |
| Octal | 323 | 255 | 236 | 0 | 22 | 31 | 21 | 21 | 46 | 110 |
| Binary | 11010011 | 10101101 | 10011110 | 0 | 10010 | 11001 | 10001 | 10001 | 100110 | 1001000 |
Color Harmonies of #D3AD9E
Complementary color
Monochromatic Colors of #D3AD9E
Black with #D3AD9E
Text Example
Text Example
White with #D3AD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AD9E; }
p { color: rgb(211,173,158); }
H1.HeaderClassName
{
color: #D3AD9E;
}
.AnyTagClassName
{
color: #D3AD9E;
}
</style>
background-color css
<style>
a { background-color: #D3AD9E; }
a { background-color: rgb(211,173,158); }
div.DivClassName
{
background-color: #D3AD9E;
}
.BgClassName
{
background-color: #D3AD9E;
}
</style>
border-color css
<style>
span { border-color: #D3AD9E; }
span { border-color: rgb(211,173,158); }
td.TdClassName
{
border-color: #D3AD9E;
}
.TagClassName
{
border-color: #D3AD9E;
}
</style>