Shades of Clam Shell #D3AFA6
Tints of Clam Shell #D3AFA6
RGB
CMYK
RGB Variations
Color information
#D3AFA6 (or 0xD3AFA6) is known color: Clam Shell. HEX triplet: D3, AF and A6. RGB value is (211,175,166). Sum of RGB (Red+Green+Blue) = 211+175+166=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AFA6 is #2C5059. Grayscale: #B8B8B8. Windows color (decimal): -2904154 or 10923987. OLE color: 10923987.
HSL color Cylindrical-coordinate representation of color #D3AFA6: hue angle of 12º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3AFA6 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 166 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.17 |
| HSL | 12º | 0.34% | 0.74% | - |
| HSV(B) | 12º | 0.21% | 0.83% | - |
| XYZ | 49.08 | 47.26 | 42.61 | - |
| YUV | 184.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 166 | 0 | 0.17 | 0.21 | 0.17 | 12 | 0.34 | 0.74 |
| Hex | D3 | AF | A6 | 0 | 11 | 15 | 11 | C | 22 | 4A |
| Octal | 323 | 257 | 246 | 0 | 21 | 25 | 21 | 14 | 42 | 112 |
| Binary | 11010011 | 10101111 | 10100110 | 0 | 10001 | 10101 | 10001 | 1100 | 100010 | 1001010 |
Color Harmonies of #D3AFA6
Complementary color
Monochromatic Colors of #D3AFA6
Black with #D3AFA6
Text Example
Text Example
White with #D3AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFA6; }
p { color: rgb(211,175,166); }
H1.HeaderClassName
{
color: #D3AFA6;
}
.AnyTagClassName
{
color: #D3AFA6;
}
</style>
background-color css
<style>
a { background-color: #D3AFA6; }
a { background-color: rgb(211,175,166); }
div.DivClassName
{
background-color: #D3AFA6;
}
.BgClassName
{
background-color: #D3AFA6;
}
</style>
border-color css
<style>
span { border-color: #D3AFA6; }
span { border-color: rgb(211,175,166); }
td.TdClassName
{
border-color: #D3AFA6;
}
.TagClassName
{
border-color: #D3AFA6;
}
</style>