Shades of Clam Shell #D0ADA3
Tints of Clam Shell #D0ADA3
RGB
CMYK
RGB Variations
Color information
#D0ADA3 (or 0xD0ADA3) is known color: Clam Shell. HEX triplet: D0, AD and A3. RGB value is (208,173,163). Sum of RGB (Red+Green+Blue) = 208+173+163=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 163 (64.06% from 255 or 29.96% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0ADA3 is #2F525C. Grayscale: #B6B6B6. Windows color (decimal): -3101277 or 10726864. OLE color: 10726864.
HSL color Cylindrical-coordinate representation of color #D0ADA3: hue angle of 13.33º degrees, saturation: 0.32, 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 #D0ADA3 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 163 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.18 |
| HSL | 13.33º | 0.32% | 0.73% | - |
| HSV(B) | 13.33º | 0.22% | 0.82% | - |
| XYZ | 47.57 | 45.94 | 41.01 | - |
| YUV | 182.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 163 | 0 | 0.17 | 0.22 | 0.18 | 13.33 | 0.32 | 0.73 |
| Hex | D0 | AD | A3 | 0 | 11 | 16 | 12 | D | 20 | 49 |
| Octal | 320 | 255 | 243 | 0 | 21 | 26 | 22 | 15 | 40 | 111 |
| Binary | 11010000 | 10101101 | 10100011 | 0 | 10001 | 10110 | 10010 | 1101 | 100000 | 1001001 |
Color Harmonies of #D0ADA3
Complementary color
Monochromatic Colors of #D0ADA3
Black with #D0ADA3
Text Example
Text Example
White with #D0ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ADA3; }
p { color: rgb(208,173,163); }
H1.HeaderClassName
{
color: #D0ADA3;
}
.AnyTagClassName
{
color: #D0ADA3;
}
</style>
background-color css
<style>
a { background-color: #D0ADA3; }
a { background-color: rgb(208,173,163); }
div.DivClassName
{
background-color: #D0ADA3;
}
.BgClassName
{
background-color: #D0ADA3;
}
</style>
border-color css
<style>
span { border-color: #D0ADA3; }
span { border-color: rgb(208,173,163); }
td.TdClassName
{
border-color: #D0ADA3;
}
.TagClassName
{
border-color: #D0ADA3;
}
</style>