Shades of Clam Shell #D1B5A5
Tints of Clam Shell #D1B5A5
RGB
CMYK
RGB Variations
Color information
#D1B5A5 (or 0xD1B5A5) is known color: Clam Shell. HEX triplet: D1, B5 and A5. RGB value is (209,181,165). Sum of RGB (Red+Green+Blue) = 209+181+165=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B5A5 is #2E4A5A. Grayscale: #BBBBBB. Windows color (decimal): -3033691 or 10859985. OLE color: 10859985.
HSL color Cylindrical-coordinate representation of color #D1B5A5: hue angle of 21.82º degrees, saturation: 0.32, 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 #D1B5A5 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 165 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.18 |
| HSL | 21.82º | 0.32% | 0.73% | - |
| HSV(B) | 21.82º | 0.21% | 0.82% | - |
| XYZ | 49.61 | 49.32 | 42.5 | - |
| YUV | 187.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 165 | 0 | 0.13 | 0.21 | 0.18 | 21.82 | 0.32 | 0.73 |
| Hex | D1 | B5 | A5 | 0 | D | 15 | 12 | 16 | 20 | 49 |
| Octal | 321 | 265 | 245 | 0 | 15 | 25 | 22 | 26 | 40 | 111 |
| Binary | 11010001 | 10110101 | 10100101 | 0 | 1101 | 10101 | 10010 | 10110 | 100000 | 1001001 |
Color Harmonies of #D1B5A5
Complementary color
Monochromatic Colors of #D1B5A5
Black with #D1B5A5
Text Example
Text Example
White with #D1B5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B5A5; }
p { color: rgb(209,181,165); }
H1.HeaderClassName
{
color: #D1B5A5;
}
.AnyTagClassName
{
color: #D1B5A5;
}
</style>
background-color css
<style>
a { background-color: #D1B5A5; }
a { background-color: rgb(209,181,165); }
div.DivClassName
{
background-color: #D1B5A5;
}
.BgClassName
{
background-color: #D1B5A5;
}
</style>
border-color css
<style>
span { border-color: #D1B5A5; }
span { border-color: rgb(209,181,165); }
td.TdClassName
{
border-color: #D1B5A5;
}
.TagClassName
{
border-color: #D1B5A5;
}
</style>