Shades of Clam Shell #D2ADA3
Tints of Clam Shell #D2ADA3
RGB
CMYK
RGB Variations
Color information
#D2ADA3 (or 0xD2ADA3) is known color: Clam Shell. HEX triplet: D2, AD and A3. RGB value is (210,173,163). Sum of RGB (Red+Green+Blue) = 210+173+163=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ADA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2ADA3 is #2D525C. Grayscale: #B7B7B7. Windows color (decimal): -2970205 or 10726866. OLE color: 10726866.
HSL color Cylindrical-coordinate representation of color #D2ADA3: hue angle of 12.77º degrees, saturation: 0.34, 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 #D2ADA3 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 163 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.18 |
| HSL | 12.77º | 0.34% | 0.73% | - |
| HSV(B) | 12.77º | 0.22% | 0.82% | - |
| XYZ | 48.13 | 46.23 | 41.04 | - |
| YUV | 182.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 163 | 0 | 0.18 | 0.22 | 0.18 | 12.77 | 0.34 | 0.73 |
| Hex | D2 | AD | A3 | 0 | 12 | 16 | 12 | D | 22 | 49 |
| Octal | 322 | 255 | 243 | 0 | 22 | 26 | 22 | 15 | 42 | 111 |
| Binary | 11010010 | 10101101 | 10100011 | 0 | 10010 | 10110 | 10010 | 1101 | 100010 | 1001001 |
Color Harmonies of #D2ADA3
Complementary color
Monochromatic Colors of #D2ADA3
Black with #D2ADA3
Text Example
Text Example
White with #D2ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ADA3; }
p { color: rgb(210,173,163); }
H1.HeaderClassName
{
color: #D2ADA3;
}
.AnyTagClassName
{
color: #D2ADA3;
}
</style>
background-color css
<style>
a { background-color: #D2ADA3; }
a { background-color: rgb(210,173,163); }
div.DivClassName
{
background-color: #D2ADA3;
}
.BgClassName
{
background-color: #D2ADA3;
}
</style>
border-color css
<style>
span { border-color: #D2ADA3; }
span { border-color: rgb(210,173,163); }
td.TdClassName
{
border-color: #D2ADA3;
}
.TagClassName
{
border-color: #D2ADA3;
}
</style>