Shades of Clam Shell #D3ADA5
Tints of Clam Shell #D3ADA5
RGB
CMYK
RGB Variations
Color information
#D3ADA5 (or 0xD3ADA5) is known color: Clam Shell. HEX triplet: D3, AD and A5. RGB value is (211,173,165). Sum of RGB (Red+Green+Blue) = 211+173+165=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3ADA5 is #2C525A. Grayscale: #B7B7B7. Windows color (decimal): -2904667 or 10857939. OLE color: 10857939.
HSL color Cylindrical-coordinate representation of color #D3ADA5: hue angle of 10.43º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3ADA5 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 173 | 165 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.17 |
| HSL | 10.43º | 0.34% | 0.74% | - |
| HSV(B) | 10.43º | 0.22% | 0.83% | - |
| XYZ | 48.6 | 46.45 | 42 | - |
| YUV | 183.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 165 | 0 | 0.18 | 0.22 | 0.17 | 10.43 | 0.34 | 0.74 |
| Hex | D3 | AD | A5 | 0 | 12 | 16 | 11 | A | 22 | 4A |
| Octal | 323 | 255 | 245 | 0 | 22 | 26 | 21 | 12 | 42 | 112 |
| Binary | 11010011 | 10101101 | 10100101 | 0 | 10010 | 10110 | 10001 | 1010 | 100010 | 1001010 |
Color Harmonies of #D3ADA5
Complementary color
Monochromatic Colors of #D3ADA5
Black with #D3ADA5
Text Example
Text Example
White with #D3ADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ADA5; }
p { color: rgb(211,173,165); }
H1.HeaderClassName
{
color: #D3ADA5;
}
.AnyTagClassName
{
color: #D3ADA5;
}
</style>
background-color css
<style>
a { background-color: #D3ADA5; }
a { background-color: rgb(211,173,165); }
div.DivClassName
{
background-color: #D3ADA5;
}
.BgClassName
{
background-color: #D3ADA5;
}
</style>
border-color css
<style>
span { border-color: #D3ADA5; }
span { border-color: rgb(211,173,165); }
td.TdClassName
{
border-color: #D3ADA5;
}
.TagClassName
{
border-color: #D3ADA5;
}
</style>