Shades of Clam Shell #D8ADA6
Tints of Clam Shell #D8ADA6
RGB
CMYK
RGB Variations
Color information
#D8ADA6 (or 0xD8ADA6) is known color: Clam Shell. HEX triplet: D8, AD and A6. RGB value is (216,173,166). Sum of RGB (Red+Green+Blue) = 216+173+166=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ADA6 is #275259. Grayscale: #B9B9B9. Windows color (decimal): -2576986 or 10923480. OLE color: 10923480.
HSL color Cylindrical-coordinate representation of color #D8ADA6: hue angle of 8.4º 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 #D8ADA6 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 166 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.15 |
| HSL | 8.4º | 0.39% | 0.75% | - |
| HSV(B) | 8.4º | 0.23% | 0.85% | - |
| XYZ | 50.15 | 47.24 | 42.55 | - |
| YUV | 185.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 166 | 0 | 0.20 | 0.23 | 0.15 | 8.4 | 0.39 | 0.75 |
| Hex | D8 | AD | A6 | 0 | 14 | 17 | F | 8 | 27 | 4B |
| Octal | 330 | 255 | 246 | 0 | 24 | 27 | 17 | 10 | 47 | 113 |
| Binary | 11011000 | 10101101 | 10100110 | 0 | 10100 | 10111 | 1111 | 1000 | 100111 | 1001011 |
Color Harmonies of #D8ADA6
Complementary color
Monochromatic Colors of #D8ADA6
Black with #D8ADA6
Text Example
Text Example
White with #D8ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ADA6; }
p { color: rgb(216,173,166); }
H1.HeaderClassName
{
color: #D8ADA6;
}
.AnyTagClassName
{
color: #D8ADA6;
}
</style>
background-color css
<style>
a { background-color: #D8ADA6; }
a { background-color: rgb(216,173,166); }
div.DivClassName
{
background-color: #D8ADA6;
}
.BgClassName
{
background-color: #D8ADA6;
}
</style>
border-color css
<style>
span { border-color: #D8ADA6; }
span { border-color: rgb(216,173,166); }
td.TdClassName
{
border-color: #D8ADA6;
}
.TagClassName
{
border-color: #D8ADA6;
}
</style>