Shades of Clam Shell #D1ADA4
Tints of Clam Shell #D1ADA4
RGB
CMYK
RGB Variations
Color information
#D1ADA4 (or 0xD1ADA4) is known color: Clam Shell. HEX triplet: D1, AD and A4. RGB value is (209,173,164). Sum of RGB (Red+Green+Blue) = 209+173+164=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ADA4 is #2E525B. Grayscale: #B6B6B6. Windows color (decimal): -3035740 or 10792401. OLE color: 10792401.
HSL color Cylindrical-coordinate representation of color #D1ADA4: hue angle of 12º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1ADA4 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 164 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.18 |
| HSL | 12º | 0.33% | 0.73% | - |
| HSV(B) | 12º | 0.22% | 0.82% | - |
| XYZ | 47.94 | 46.12 | 41.5 | - |
| YUV | 182.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 164 | 0 | 0.17 | 0.22 | 0.18 | 12 | 0.33 | 0.73 |
| Hex | D1 | AD | A4 | 0 | 11 | 16 | 12 | C | 21 | 49 |
| Octal | 321 | 255 | 244 | 0 | 21 | 26 | 22 | 14 | 41 | 111 |
| Binary | 11010001 | 10101101 | 10100100 | 0 | 10001 | 10110 | 10010 | 1100 | 100001 | 1001001 |
Color Harmonies of #D1ADA4
Complementary color
Monochromatic Colors of #D1ADA4
Black with #D1ADA4
Text Example
Text Example
White with #D1ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ADA4; }
p { color: rgb(209,173,164); }
H1.HeaderClassName
{
color: #D1ADA4;
}
.AnyTagClassName
{
color: #D1ADA4;
}
</style>
background-color css
<style>
a { background-color: #D1ADA4; }
a { background-color: rgb(209,173,164); }
div.DivClassName
{
background-color: #D1ADA4;
}
.BgClassName
{
background-color: #D1ADA4;
}
</style>
border-color css
<style>
span { border-color: #D1ADA4; }
span { border-color: rgb(209,173,164); }
td.TdClassName
{
border-color: #D1ADA4;
}
.TagClassName
{
border-color: #D1ADA4;
}
</style>