Shades of Clam Shell #D8AFA6
Tints of Clam Shell #D8AFA6
RGB
CMYK
RGB Variations
Color information
#D8AFA6 (or 0xD8AFA6) is known color: Clam Shell. HEX triplet: D8, AF and A6. RGB value is (216,175,166). Sum of RGB (Red+Green+Blue) = 216+175+166=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 166 (65.23% from 255 or 29.80% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AFA6 is #275059. Grayscale: #BABABA. Windows color (decimal): -2576474 or 10923992. OLE color: 10923992.
HSL color Cylindrical-coordinate representation of color #D8AFA6: hue angle of 10.8º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8AFA6 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 166 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.15 |
| HSL | 10.8º | 0.39% | 0.75% | - |
| HSV(B) | 10.8º | 0.23% | 0.85% | - |
| XYZ | 50.53 | 48.01 | 42.68 | - |
| YUV | 186.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 166 | 0 | 0.19 | 0.23 | 0.15 | 10.8 | 0.39 | 0.75 |
| Hex | D8 | AF | A6 | 0 | 13 | 17 | F | B | 27 | 4B |
| Octal | 330 | 257 | 246 | 0 | 23 | 27 | 17 | 13 | 47 | 113 |
| Binary | 11011000 | 10101111 | 10100110 | 0 | 10011 | 10111 | 1111 | 1011 | 100111 | 1001011 |
Color Harmonies of #D8AFA6
Complementary color
Monochromatic Colors of #D8AFA6
Black with #D8AFA6
Text Example
Text Example
White with #D8AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AFA6; }
p { color: rgb(216,175,166); }
H1.HeaderClassName
{
color: #D8AFA6;
}
.AnyTagClassName
{
color: #D8AFA6;
}
</style>
background-color css
<style>
a { background-color: #D8AFA6; }
a { background-color: rgb(216,175,166); }
div.DivClassName
{
background-color: #D8AFA6;
}
.BgClassName
{
background-color: #D8AFA6;
}
</style>
border-color css
<style>
span { border-color: #D8AFA6; }
span { border-color: rgb(216,175,166); }
td.TdClassName
{
border-color: #D8AFA6;
}
.TagClassName
{
border-color: #D8AFA6;
}
</style>