Shades of Clam Shell #D0ADA8
Tints of Clam Shell #D0ADA8
RGB
CMYK
RGB Variations
Color information
#D0ADA8 (or 0xD0ADA8) is known color: Clam Shell. HEX triplet: D0, AD and A8. RGB value is (208,173,168). Sum of RGB (Red+Green+Blue) = 208+173+168=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0ADA8 is #2F5257. Grayscale: #B6B6B6. Windows color (decimal): -3101272 or 11054544. OLE color: 11054544.
HSL color Cylindrical-coordinate representation of color #D0ADA8: hue angle of 7.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0ADA8 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 168 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.18 |
| HSL | 7.5º | 0.3% | 0.74% | - |
| HSV(B) | 7.5º | 0.19% | 0.82% | - |
| XYZ | 48.02 | 46.12 | 43.42 | - |
| YUV | 182.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 168 | 0 | 0.17 | 0.19 | 0.18 | 7.5 | 0.3 | 0.74 |
| Hex | D0 | AD | A8 | 0 | 11 | 13 | 12 | 8 | 1E | 4A |
| Octal | 320 | 255 | 250 | 0 | 21 | 23 | 22 | 10 | 36 | 112 |
| Binary | 11010000 | 10101101 | 10101000 | 0 | 10001 | 10011 | 10010 | 1000 | 11110 | 1001010 |
Color Harmonies of #D0ADA8
Complementary color
Monochromatic Colors of #D0ADA8
Black with #D0ADA8
Text Example
Text Example
White with #D0ADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ADA8; }
p { color: rgb(208,173,168); }
H1.HeaderClassName
{
color: #D0ADA8;
}
.AnyTagClassName
{
color: #D0ADA8;
}
</style>
background-color css
<style>
a { background-color: #D0ADA8; }
a { background-color: rgb(208,173,168); }
div.DivClassName
{
background-color: #D0ADA8;
}
.BgClassName
{
background-color: #D0ADA8;
}
</style>
border-color css
<style>
span { border-color: #D0ADA8; }
span { border-color: rgb(208,173,168); }
td.TdClassName
{
border-color: #D0ADA8;
}
.TagClassName
{
border-color: #D0ADA8;
}
</style>