Shades of Clam Shell #D8ADA0
Tints of Clam Shell #D8ADA0
RGB
CMYK
RGB Variations
Color information
#D8ADA0 (or 0xD8ADA0) is known color: Clam Shell. HEX triplet: D8, AD and A0. RGB value is (216,173,160). Sum of RGB (Red+Green+Blue) = 216+173+160=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ADA0 is #27525F. Grayscale: #B8B8B8. Windows color (decimal): -2576992 or 10530264. OLE color: 10530264.
HSL color Cylindrical-coordinate representation of color #D8ADA0: hue angle of 13.93º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8ADA0 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 160 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.15 |
| HSL | 13.93º | 0.42% | 0.74% | - |
| HSV(B) | 13.93º | 0.26% | 0.85% | - |
| XYZ | 49.61 | 47.02 | 39.72 | - |
| YUV | 184.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 160 | 0 | 0.20 | 0.26 | 0.15 | 13.93 | 0.42 | 0.74 |
| Hex | D8 | AD | A0 | 0 | 14 | 1A | F | E | 2A | 4A |
| Octal | 330 | 255 | 240 | 0 | 24 | 32 | 17 | 16 | 52 | 112 |
| Binary | 11011000 | 10101101 | 10100000 | 0 | 10100 | 11010 | 1111 | 1110 | 101010 | 1001010 |
Color Harmonies of #D8ADA0
Complementary color
Monochromatic Colors of #D8ADA0
Black with #D8ADA0
Text Example
Text Example
White with #D8ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ADA0; }
p { color: rgb(216,173,160); }
H1.HeaderClassName
{
color: #D8ADA0;
}
.AnyTagClassName
{
color: #D8ADA0;
}
</style>
background-color css
<style>
a { background-color: #D8ADA0; }
a { background-color: rgb(216,173,160); }
div.DivClassName
{
background-color: #D8ADA0;
}
.BgClassName
{
background-color: #D8ADA0;
}
</style>
border-color css
<style>
span { border-color: #D8ADA0; }
span { border-color: rgb(216,173,160); }
td.TdClassName
{
border-color: #D8ADA0;
}
.TagClassName
{
border-color: #D8ADA0;
}
</style>