Shades of Clam Shell #D5ADA6
Tints of Clam Shell #D5ADA6
RGB
CMYK
RGB Variations
Color information
#D5ADA6 (or 0xD5ADA6) is known color: Clam Shell. HEX triplet: D5, AD and A6. RGB value is (213,173,166). Sum of RGB (Red+Green+Blue) = 213+173+166=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ADA6 is #2A5259. Grayscale: #B8B8B8. Windows color (decimal): -2773594 or 10923477. OLE color: 10923477.
HSL color Cylindrical-coordinate representation of color #D5ADA6: hue angle of 8.94º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5ADA6 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 166 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.16 |
| HSL | 8.94º | 0.36% | 0.74% | - |
| HSV(B) | 8.94º | 0.22% | 0.84% | - |
| XYZ | 49.27 | 46.79 | 42.51 | - |
| YUV | 184.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 166 | 0 | 0.19 | 0.22 | 0.16 | 8.94 | 0.36 | 0.74 |
| Hex | D5 | AD | A6 | 0 | 13 | 16 | 10 | 9 | 24 | 4A |
| Octal | 325 | 255 | 246 | 0 | 23 | 26 | 20 | 11 | 44 | 112 |
| Binary | 11010101 | 10101101 | 10100110 | 0 | 10011 | 10110 | 10000 | 1001 | 100100 | 1001010 |
Color Harmonies of #D5ADA6
Complementary color
Monochromatic Colors of #D5ADA6
Black with #D5ADA6
Text Example
Text Example
White with #D5ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ADA6; }
p { color: rgb(213,173,166); }
H1.HeaderClassName
{
color: #D5ADA6;
}
.AnyTagClassName
{
color: #D5ADA6;
}
</style>
background-color css
<style>
a { background-color: #D5ADA6; }
a { background-color: rgb(213,173,166); }
div.DivClassName
{
background-color: #D5ADA6;
}
.BgClassName
{
background-color: #D5ADA6;
}
</style>
border-color css
<style>
span { border-color: #D5ADA6; }
span { border-color: rgb(213,173,166); }
td.TdClassName
{
border-color: #D5ADA6;
}
.TagClassName
{
border-color: #D5ADA6;
}
</style>