Shades of Clam Shell #D6ADA3
Tints of Clam Shell #D6ADA3
RGB
CMYK
RGB Variations
Color information
#D6ADA3 (or 0xD6ADA3) is known color: Clam Shell. HEX triplet: D6, AD and A3. RGB value is (214,173,163). Sum of RGB (Red+Green+Blue) = 214+173+163=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 163 (64.06% from 255 or 29.64% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ADA3 is #29525C. Grayscale: #B8B8B8. Windows color (decimal): -2708061 or 10726870. OLE color: 10726870.
HSL color Cylindrical-coordinate representation of color #D6ADA3: hue angle of 11.76º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6ADA3 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 163 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.16 |
| HSL | 11.76º | 0.38% | 0.74% | - |
| HSV(B) | 11.76º | 0.24% | 0.84% | - |
| XYZ | 49.29 | 46.83 | 41.09 | - |
| YUV | 184.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 163 | 0 | 0.19 | 0.24 | 0.16 | 11.76 | 0.38 | 0.74 |
| Hex | D6 | AD | A3 | 0 | 13 | 18 | 10 | C | 26 | 4A |
| Octal | 326 | 255 | 243 | 0 | 23 | 30 | 20 | 14 | 46 | 112 |
| Binary | 11010110 | 10101101 | 10100011 | 0 | 10011 | 11000 | 10000 | 1100 | 100110 | 1001010 |
Color Harmonies of #D6ADA3
Complementary color
Monochromatic Colors of #D6ADA3
Black with #D6ADA3
Text Example
Text Example
White with #D6ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ADA3; }
p { color: rgb(214,173,163); }
H1.HeaderClassName
{
color: #D6ADA3;
}
.AnyTagClassName
{
color: #D6ADA3;
}
</style>
background-color css
<style>
a { background-color: #D6ADA3; }
a { background-color: rgb(214,173,163); }
div.DivClassName
{
background-color: #D6ADA3;
}
.BgClassName
{
background-color: #D6ADA3;
}
</style>
border-color css
<style>
span { border-color: #D6ADA3; }
span { border-color: rgb(214,173,163); }
td.TdClassName
{
border-color: #D6ADA3;
}
.TagClassName
{
border-color: #D6ADA3;
}
</style>