Shades of Clam Shell #D1ADA3
Tints of Clam Shell #D1ADA3
RGB
CMYK
RGB Variations
Color information
#D1ADA3 (or 0xD1ADA3) is known color: Clam Shell. HEX triplet: D1, AD and A3. RGB value is (209,173,163). Sum of RGB (Red+Green+Blue) = 209+173+163=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 163 (64.06% from 255 or 29.91% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ADA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ADA3 is #2E525C. Grayscale: #B6B6B6. Windows color (decimal): -3035741 or 10726865. OLE color: 10726865.
HSL color Cylindrical-coordinate representation of color #D1ADA3: hue angle of 13.04º 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 #D1ADA3 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 163 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.18 |
| HSL | 13.04º | 0.33% | 0.73% | - |
| HSV(B) | 13.04º | 0.22% | 0.82% | - |
| XYZ | 47.85 | 46.09 | 41.02 | - |
| YUV | 182.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 163 | 0 | 0.17 | 0.22 | 0.18 | 13.04 | 0.33 | 0.73 |
| Hex | D1 | AD | A3 | 0 | 11 | 16 | 12 | D | 21 | 49 |
| Octal | 321 | 255 | 243 | 0 | 21 | 26 | 22 | 15 | 41 | 111 |
| Binary | 11010001 | 10101101 | 10100011 | 0 | 10001 | 10110 | 10010 | 1101 | 100001 | 1001001 |
Color Harmonies of #D1ADA3
Complementary color
Monochromatic Colors of #D1ADA3
Black with #D1ADA3
Text Example
Text Example
White with #D1ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ADA3; }
p { color: rgb(209,173,163); }
H1.HeaderClassName
{
color: #D1ADA3;
}
.AnyTagClassName
{
color: #D1ADA3;
}
</style>
background-color css
<style>
a { background-color: #D1ADA3; }
a { background-color: rgb(209,173,163); }
div.DivClassName
{
background-color: #D1ADA3;
}
.BgClassName
{
background-color: #D1ADA3;
}
</style>
border-color css
<style>
span { border-color: #D1ADA3; }
span { border-color: rgb(209,173,163); }
td.TdClassName
{
border-color: #D1ADA3;
}
.TagClassName
{
border-color: #D1ADA3;
}
</style>