Shades of Clam Shell #D1B5AD
Tints of Clam Shell #D1B5AD
RGB
CMYK
RGB Variations
Color information
#D1B5AD (or 0xD1B5AD) is known color: Clam Shell. HEX triplet: D1, B5 and AD. RGB value is (209,181,173). Sum of RGB (Red+Green+Blue) = 209+181+173=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B5AD is #2E4A52. Grayscale: #BCBCBC. Windows color (decimal): -3033683 or 11384273. OLE color: 11384273.
HSL color Cylindrical-coordinate representation of color #D1B5AD: hue angle of 13.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1B5AD is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 173 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.18 |
| HSL | 13.33º | 0.28% | 0.75% | - |
| HSV(B) | 13.33º | 0.17% | 0.82% | - |
| XYZ | 50.36 | 49.62 | 46.46 | - |
| YUV | 188.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 173 | 0 | 0.13 | 0.17 | 0.18 | 13.33 | 0.28 | 0.75 |
| Hex | D1 | B5 | AD | 0 | D | 11 | 12 | D | 1C | 4B |
| Octal | 321 | 265 | 255 | 0 | 15 | 21 | 22 | 15 | 34 | 113 |
| Binary | 11010001 | 10110101 | 10101101 | 0 | 1101 | 10001 | 10010 | 1101 | 11100 | 1001011 |
Color Harmonies of #D1B5AD
Complementary color
Monochromatic Colors of #D1B5AD
Black with #D1B5AD
Text Example
Text Example
White with #D1B5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B5AD; }
p { color: rgb(209,181,173); }
H1.HeaderClassName
{
color: #D1B5AD;
}
.AnyTagClassName
{
color: #D1B5AD;
}
</style>
background-color css
<style>
a { background-color: #D1B5AD; }
a { background-color: rgb(209,181,173); }
div.DivClassName
{
background-color: #D1B5AD;
}
.BgClassName
{
background-color: #D1B5AD;
}
</style>
border-color css
<style>
span { border-color: #D1B5AD; }
span { border-color: rgb(209,181,173); }
td.TdClassName
{
border-color: #D1B5AD;
}
.TagClassName
{
border-color: #D1B5AD;
}
</style>