Shades of Clam Shell #D1B5A6
Tints of Clam Shell #D1B5A6
RGB
CMYK
RGB Variations
Color information
#D1B5A6 (or 0xD1B5A6) is known color: Clam Shell. HEX triplet: D1, B5 and A6. RGB value is (209,181,166). Sum of RGB (Red+Green+Blue) = 209+181+166=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B5A6 is #2E4A59. Grayscale: #BBBBBB. Windows color (decimal): -3033690 or 10925521. OLE color: 10925521.
HSL color Cylindrical-coordinate representation of color #D1B5A6: hue angle of 20.93º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1B5A6 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 166 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.18 |
| HSL | 20.93º | 0.32% | 0.74% | - |
| HSV(B) | 20.93º | 0.21% | 0.82% | - |
| XYZ | 49.7 | 49.36 | 42.98 | - |
| YUV | 187.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 166 | 0 | 0.13 | 0.21 | 0.18 | 20.93 | 0.32 | 0.74 |
| Hex | D1 | B5 | A6 | 0 | D | 15 | 12 | 15 | 20 | 4A |
| Octal | 321 | 265 | 246 | 0 | 15 | 25 | 22 | 25 | 40 | 112 |
| Binary | 11010001 | 10110101 | 10100110 | 0 | 1101 | 10101 | 10010 | 10101 | 100000 | 1001010 |
Color Harmonies of #D1B5A6
Complementary color
Monochromatic Colors of #D1B5A6
Black with #D1B5A6
Text Example
Text Example
White with #D1B5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B5A6; }
p { color: rgb(209,181,166); }
H1.HeaderClassName
{
color: #D1B5A6;
}
.AnyTagClassName
{
color: #D1B5A6;
}
</style>
background-color css
<style>
a { background-color: #D1B5A6; }
a { background-color: rgb(209,181,166); }
div.DivClassName
{
background-color: #D1B5A6;
}
.BgClassName
{
background-color: #D1B5A6;
}
</style>
border-color css
<style>
span { border-color: #D1B5A6; }
span { border-color: rgb(209,181,166); }
td.TdClassName
{
border-color: #D1B5A6;
}
.TagClassName
{
border-color: #D1B5A6;
}
</style>