Shades of Clam Shell #D1ADA6
Tints of Clam Shell #D1ADA6
RGB
CMYK
RGB Variations
Color information
#D1ADA6 (or 0xD1ADA6) is known color: Clam Shell. HEX triplet: D1, AD and A6. RGB value is (209,173,166). Sum of RGB (Red+Green+Blue) = 209+173+166=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 166 (65.23% from 255 or 30.29% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ADA6 is #2E5259. Grayscale: #B7B7B7. Windows color (decimal): -3035738 or 10923473. OLE color: 10923473.
HSL color Cylindrical-coordinate representation of color #D1ADA6: hue angle of 9.77º 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 #D1ADA6 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 166 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.18 |
| HSL | 9.77º | 0.32% | 0.74% | - |
| HSV(B) | 9.77º | 0.21% | 0.82% | - |
| XYZ | 48.12 | 46.2 | 42.46 | - |
| YUV | 182.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 166 | 0 | 0.17 | 0.21 | 0.18 | 9.77 | 0.32 | 0.74 |
| Hex | D1 | AD | A6 | 0 | 11 | 15 | 12 | A | 20 | 4A |
| Octal | 321 | 255 | 246 | 0 | 21 | 25 | 22 | 12 | 40 | 112 |
| Binary | 11010001 | 10101101 | 10100110 | 0 | 10001 | 10101 | 10010 | 1010 | 100000 | 1001010 |
Color Harmonies of #D1ADA6
Complementary color
Monochromatic Colors of #D1ADA6
Black with #D1ADA6
Text Example
Text Example
White with #D1ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ADA6; }
p { color: rgb(209,173,166); }
H1.HeaderClassName
{
color: #D1ADA6;
}
.AnyTagClassName
{
color: #D1ADA6;
}
</style>
background-color css
<style>
a { background-color: #D1ADA6; }
a { background-color: rgb(209,173,166); }
div.DivClassName
{
background-color: #D1ADA6;
}
.BgClassName
{
background-color: #D1ADA6;
}
</style>
border-color css
<style>
span { border-color: #D1ADA6; }
span { border-color: rgb(209,173,166); }
td.TdClassName
{
border-color: #D1ADA6;
}
.TagClassName
{
border-color: #D1ADA6;
}
</style>