Shades of Clam Shell #D4AFA6
Tints of Clam Shell #D4AFA6
RGB
CMYK
RGB Variations
Color information
#D4AFA6 (or 0xD4AFA6) is known color: Clam Shell. HEX triplet: D4, AF and A6. RGB value is (212,175,166). Sum of RGB (Red+Green+Blue) = 212+175+166=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AFA6 is #2B5059. Grayscale: #B9B9B9. Windows color (decimal): -2838618 or 10923988. OLE color: 10923988.
HSL color Cylindrical-coordinate representation of color #D4AFA6: hue angle of 11.74º degrees, saturation: 0.35, 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 #D4AFA6 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 166 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.17 |
| HSL | 11.74º | 0.35% | 0.74% | - |
| HSV(B) | 11.74º | 0.22% | 0.83% | - |
| XYZ | 49.36 | 47.41 | 42.63 | - |
| YUV | 185.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 166 | 0 | 0.17 | 0.22 | 0.17 | 11.74 | 0.35 | 0.74 |
| Hex | D4 | AF | A6 | 0 | 11 | 16 | 11 | C | 23 | 4A |
| Octal | 324 | 257 | 246 | 0 | 21 | 26 | 21 | 14 | 43 | 112 |
| Binary | 11010100 | 10101111 | 10100110 | 0 | 10001 | 10110 | 10001 | 1100 | 100011 | 1001010 |
Color Harmonies of #D4AFA6
Complementary color
Monochromatic Colors of #D4AFA6
Black with #D4AFA6
Text Example
Text Example
White with #D4AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AFA6; }
p { color: rgb(212,175,166); }
H1.HeaderClassName
{
color: #D4AFA6;
}
.AnyTagClassName
{
color: #D4AFA6;
}
</style>
background-color css
<style>
a { background-color: #D4AFA6; }
a { background-color: rgb(212,175,166); }
div.DivClassName
{
background-color: #D4AFA6;
}
.BgClassName
{
background-color: #D4AFA6;
}
</style>
border-color css
<style>
span { border-color: #D4AFA6; }
span { border-color: rgb(212,175,166); }
td.TdClassName
{
border-color: #D4AFA6;
}
.TagClassName
{
border-color: #D4AFA6;
}
</style>