Shades of Clam Shell #D0ADA5
Tints of Clam Shell #D0ADA5
RGB
CMYK
RGB Variations
Color information
#D0ADA5 (or 0xD0ADA5) is known color: Clam Shell. HEX triplet: D0, AD and A5. RGB value is (208,173,165). Sum of RGB (Red+Green+Blue) = 208+173+165=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0ADA5 is #2F525A. Grayscale: #B6B6B6. Windows color (decimal): -3101275 or 10857936. OLE color: 10857936.
HSL color Cylindrical-coordinate representation of color #D0ADA5: hue angle of 11.16º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0ADA5 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 165 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.18 |
| HSL | 11.16º | 0.31% | 0.73% | - |
| HSV(B) | 11.16º | 0.21% | 0.82% | - |
| XYZ | 47.75 | 46.01 | 41.96 | - |
| YUV | 182.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 165 | 0 | 0.17 | 0.21 | 0.18 | 11.16 | 0.31 | 0.73 |
| Hex | D0 | AD | A5 | 0 | 11 | 15 | 12 | B | 1F | 49 |
| Octal | 320 | 255 | 245 | 0 | 21 | 25 | 22 | 13 | 37 | 111 |
| Binary | 11010000 | 10101101 | 10100101 | 0 | 10001 | 10101 | 10010 | 1011 | 11111 | 1001001 |
Color Harmonies of #D0ADA5
Complementary color
Monochromatic Colors of #D0ADA5
Black with #D0ADA5
Text Example
Text Example
White with #D0ADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ADA5; }
p { color: rgb(208,173,165); }
H1.HeaderClassName
{
color: #D0ADA5;
}
.AnyTagClassName
{
color: #D0ADA5;
}
</style>
background-color css
<style>
a { background-color: #D0ADA5; }
a { background-color: rgb(208,173,165); }
div.DivClassName
{
background-color: #D0ADA5;
}
.BgClassName
{
background-color: #D0ADA5;
}
</style>
border-color css
<style>
span { border-color: #D0ADA5; }
span { border-color: rgb(208,173,165); }
td.TdClassName
{
border-color: #D0ADA5;
}
.TagClassName
{
border-color: #D0ADA5;
}
</style>