Shades of Clam Shell #D1AFA6
Tints of Clam Shell #D1AFA6
RGB
CMYK
RGB Variations
Color information
#D1AFA6 (or 0xD1AFA6) is known color: Clam Shell. HEX triplet: D1, AF and A6. RGB value is (209,175,166). Sum of RGB (Red+Green+Blue) = 209+175+166=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 166 (65.23% from 255 or 30.18% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AFA6 is #2E5059. Grayscale: #B8B8B8. Windows color (decimal): -3035226 or 10923985. OLE color: 10923985.
HSL color Cylindrical-coordinate representation of color #D1AFA6: hue angle of 12.56º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1AFA6 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 166 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.18 |
| HSL | 12.56º | 0.32% | 0.74% | - |
| HSV(B) | 12.56º | 0.21% | 0.82% | - |
| XYZ | 48.51 | 46.97 | 42.59 | - |
| YUV | 184.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 166 | 0 | 0.16 | 0.21 | 0.18 | 12.56 | 0.32 | 0.74 |
| Hex | D1 | AF | A6 | 0 | 10 | 15 | 12 | D | 20 | 4A |
| Octal | 321 | 257 | 246 | 0 | 20 | 25 | 22 | 15 | 40 | 112 |
| Binary | 11010001 | 10101111 | 10100110 | 0 | 10000 | 10101 | 10010 | 1101 | 100000 | 1001010 |
Color Harmonies of #D1AFA6
Complementary color
Monochromatic Colors of #D1AFA6
Black with #D1AFA6
Text Example
Text Example
White with #D1AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFA6; }
p { color: rgb(209,175,166); }
H1.HeaderClassName
{
color: #D1AFA6;
}
.AnyTagClassName
{
color: #D1AFA6;
}
</style>
background-color css
<style>
a { background-color: #D1AFA6; }
a { background-color: rgb(209,175,166); }
div.DivClassName
{
background-color: #D1AFA6;
}
.BgClassName
{
background-color: #D1AFA6;
}
</style>
border-color css
<style>
span { border-color: #D1AFA6; }
span { border-color: rgb(209,175,166); }
td.TdClassName
{
border-color: #D1AFA6;
}
.TagClassName
{
border-color: #D1AFA6;
}
</style>